  /* custom css */
  .nav-content
  {
    margin-right: 10%;
  }

  .logo-icon
  {
    width: 190px;;
  }
 
  .artisan-icon
  {
    height: 99%;
    width: 250px;
    margin-top: -60%;
    margin-left: -30%;

  }

  .join-btn
  {
    position: relative;
    height: 31px;
    width: 118px;
    background: #0c3263;
    margin-top: 14px;
    left: 0;
    border-radius: 5px;
    font-family: "OptimusPrincepsBold";
    font-style: normal;
    font-size: 13px;

  }


  .header-links
  {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    width: 12%;
    color: #000000;

  }

  .sub-categories
  {
    width: 1080px;
    float: right;
    justify-content: space-between;
  }


  .landing-content
  {
    padding-left: 7%;
    margin-top: 12%;
    height: 60%;
    margin-bottom: -18%;
  }

.nav-link
{
  color: #0c3263;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  font-family: Roboto;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;

}

.tab-content > .tab-pane {
  margin-top: 3%;
}

/* .section-padding
{
  margin-top: 8%;
} */

.section-padding
{
  padding-top: 4%;
  padding-bottom: 2%;
  background-color: #fff;
}

.popular-service-title
{
  font: bold;
  font-weight: 800;
  font-size: 18px;
  color: #000000;
}

.popular-service-images
{
  margin: 1%;
  height: 100%;
  width: 100%;
}

.popular-service-text
{
  padding-top: 1%;
  padding-left: 2px;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
}

.expert-near
{
  color: #696969;
}

.costing
{
  color: #696969;
}

.fa-map-marker
{
  color: #0c3263;
}

.download-app .card
{
  border: 1px;
  background-color: #fff;
  
}

.custom-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba( 0, 0, 0, 0.012);
  border-radius: 0.25rem;
}

.download-text
{
  margin-top: 20%;
  margin-bottom: 4%;
  margin-left: 3%;
  word-wrap: break-word;
}

.download-text > .title
{
  color: #000000;
  font-size: 19px;
  font-weight: 700;
}

.download-imgs
{
  margin-left: -9%;
}

#app-download
{
  margin-top: 1%;
}

.disclaimer
{
  color: #808080;
}

.android-badge
{
  margin-top: 3%;
  width: 180px;
}

.iOS-badge
{
  margin-top: 3%;
  width: 180px;
}

.main-categories
{
  margin-top: 5%;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 100%;
  padding: 0 4px;
}

.main-img {
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}



.custom-container {
  position: relative;
  max-width: 800px; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.custom-container .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(255, 255, 255); /* Fallback color */
  background: transparent; /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 3px 20px; /* Some padding */
}

.register-artisan
{
  margin-top: 5%;
}

.content-desktop
{
  display: block;
}

.content-mobile
{
  display: none;
}

@media (max-width: 568px)
{

  .content-desktop
  {
    display: none;
  }

  .content-mobile
  {
    padding-left: 4%;
    display: inline;
  }

}

.business-img
{
  padding-top: 10%;
  height: 60%;
}

.business-content
{
  padding-top: 9%;
  margin-left: -9%;
}

.btn-kazilinks {
  color: #fff;
  background-color: #0c3263;
  border-color: #0c3263;
}

.btn-kazilinks:hover {
  color: #fff;
  background-color: #b88e30;
  border-color: #b88e30;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}


.divide {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: -14%;
  /* margin-top: 1rem; */
  /* margin-bottom: 1rem; */
  border: 0;
  border-top: 6px solid #0c3263;
}

.footer{
  margin-left: 0.5%;
  padding: 0, 1%, 0%, 1%;
}

.footer-title
{
  display: inline;
  color: #1D2547;
  font-size: 18px;
  font-weight: 600;
}
.footer-list
{
  padding-top: 3%;
  margin-left: -6%;
}

.btn-base
{
  background-color: #0c3263;
  color: #f1f1f1;
}

.vl {
  border-left: 2px solid #A9A9A9;
  margin-top: 3px;
  margin-left: 18px;
  margin-bottom: 3px;
  height: 90%;
}

.search-form {
width: 100%;
margin: 0 auto;
margin-top: 1rem;
}

.search-form input {
height: 100%;
background: transparent;
border: 0;
display: block;
width: 100%;
padding: 1rem;
height: 100%;
font-size: 1rem;
}

.search-form select {
background: transparent;
border: 0;
padding: 1rem;
height: 100%;
font-size: 1rem;
}

.search-form select:focus {
border: 0;
}

.search-form button {
height: 100%;
width: 100%;
font-size: 1rem;
}

.search-form button svg {
width: 24px;
height: 24px;
}

.search-body {
margin-bottom: 1.5rem;
}

.search-body .search-filters .filter-list {
margin-bottom: 1.3rem;
}

.search-body .search-filters .filter-list .title {
color: #3c4142;
margin-bottom: 1rem;
}

.search-body .search-filters .filter-list .filter-text {
color: #727686;
}

.search-body .search-result .result-header {
margin-bottom: 2rem;
}

.search-body .search-result .result-header .records {
color: #3c4142;
}

.search-body .search-result .result-header .result-actions {
text-align: right;
display: flex;
align-items: center;
justify-content: space-between;
}

.search-body .search-result .result-header .result-actions .result-sorting {
display: flex;
align-items: center;
}

.search-body .search-result .result-header .result-actions .result-sorting span {
flex-shrink: 0;
font-size: 0.8125rem;
}

.search-body .search-result .result-header .result-actions .result-sorting select {
color: #68CBD7;
}

.search-body .search-result .result-header .result-actions .result-sorting select option {
color: #3c4142;
}

@media (min-width: 768px) and (max-width: 991.98px) {
.search-body .search-filters {
  display: flex;
}
.search-body .search-filters .filter-list {
  margin-right: 1rem;
}
}

#logo1
{
  float: left;
}

#logo2
{
  float: right;
}

.section-hero, .section-hero > .container > .row {
  height: 100vh;
  min-height: 900px; 
}

.section-hero.inner-page, .section-hero.inner-page > .container > .row {
  height: auto;
  min-height: auto;
  padding-top: 6em;
  padding-bottom: 3em; }

.section-hero.overlay, .section-hero.overlay-2 {
  position: relative; }
  .section-hero.overlay:before, .section-hero.overlay-2:before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }

.section-hero.overlay-2:before {
  background: rgba(125, 131, 132, 0.95); }

.section-hero > .container {
  z-index: 2;
  position: relative; }

  .block__76208 .accordion-item .heading {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0; }
    .block__76208 .accordion-item .heading > a {
      padding-left: 35px;
      position: relative;
      color: #000; }
      .block__76208 .accordion-item .heading > a:before {
        content: "";
        width: 20px;
        height: 20px;
        line-height: 18px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 18px;
        top: .1em;
        left: 0;
        border-radius: 50%; }
      .block__76208 .accordion-item .heading > a[aria-expanded="true"]:before {
        font-family: 'icomoon';
        position: absolute;
        content: "\e316";
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background: #00285E;
        color: #fff;
        border: 1px solid #00285E; }
      .block__76208 .accordion-item .heading > a[aria-expanded="false"]:before {
        content: "\e313";
        color: #ccc;
        font-family: 'icomoon';
        position: absolute;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
  
  .block__76208 .accordion-item .body-text {
    font-size: 16px;
    padding: 5px 0;
    padding-left: 30px; }
  

    .fade-carousel {
      position: relative;
      height: 100vh;
    }
    .fade-carousel .carousel-inner .item {
      height: 100vh;
    }
    .fade-carousel .carousel-indicators > li {
      margin: 0 2px;
      background-color: #f39c12;
      border-color: #f39c12;
      opacity: .7;
    }
    .fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
    }
    
    /********************************/
    /*          Hero Headers        */
    /********************************/
    .hero {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-shadow: 1px 1px 0 rgba(156, 135, 135, 0.75);
        -webkit-transform: translate3d(-50%,-50%,0);
           -moz-transform: translate3d(-50%,-50%,0);
            -ms-transform: translate3d(-50%,-50%,0);
             -o-transform: translate3d(-50%,-50%,0);
                transform: translate3d(-50%,-50%,0);
    }
    .hero h1 {
      font-size: 6em;    
      font-weight: bold;
      margin: 0;
      padding: 0;
    }
    
    .fade-carousel .carousel-inner .item .hero {
      opacity: 0;
      -webkit-transition: 2s all ease-in-out .1s;
         -moz-transition: 2s all ease-in-out .1s; 
          -ms-transition: 2s all ease-in-out .1s; 
           -o-transition: 2s all ease-in-out .1s; 
              transition: 2s all ease-in-out .1s; 
    }
    .fade-carousel .carousel-inner .item.active .hero {
      opacity: 1;
      -webkit-transition: 2s all ease-in-out .1s;
         -moz-transition: 2s all ease-in-out .1s; 
          -ms-transition: 2s all ease-in-out .1s; 
           -o-transition: 2s all ease-in-out .1s; 
              transition: 2s all ease-in-out .1s;    
    }
    
    /********************************/
    /*            Overlay           */
    /********************************/
    .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      /* background-color: #080d15; */
      opacity: .0;
    }
    
    /********************************/
    /*          Custom Buttons      */
    /********************************/
    .btn.btn-lg {padding: 10px 40px;}
    .btn.btn-hero,
    .btn.btn-hero:hover,
    .btn.btn-hero:focus {
      color: #f5f5f5;
      background-color: #1abc9c;
      border-color: #1abc9c;
      outline: none;
      margin: 20px auto;
    }
    
    /********************************/
    /*       Slides backgrounds     */
    /********************************/
    .fade-carousel .slides .slide-1, 
    .fade-carousel .slides .slide-2,
    .fade-carousel .slides .slide-3 {
    height: 50vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
    .fade-carousel .slides .slide-1 {
    background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af); 
    }
    .fade-carousel .slides .slide-2 {
    background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
    }
    .fade-carousel .slides .slide-3 {
    background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
    }
    
    /********************************/
    /*          Media Queries       */
    /********************************/
    @media screen and (min-width: 980px){
      .hero { width: 980px; }    
    }
    @media screen and (max-width: 640px){
      .hero h1 { font-size: 4em; }    
    }
    
