html,
body{
  height: 100%;
}
body{
  background:#e9ebee !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding-top:50px;
}


.main-container{
  min-height:600px;
}


/* Header */
header .navbar{
  border-bottom:1px solid #ccc;
}
header .navbar-light{
  background:#fff !important;
}
header .navbar-brand{
  display:block;
  padding:0px;
}
header .navbar-brand img{
  max-height: 50px;
  width: auto;
}

header .navbar-light .navbar-nav .nav-link{
  font-weight:600;
  color:#000;
}

.section-title{
  font-size:24px;
  font-weight:600;
  padding:20px 0px;
  text-align:center;
}

/* Product */
.product-item{
  margin-bottom:20px;
}

.product-item .preview{
  position:relative;
}
.product-item .overlay{
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background:rgba(38, 120, 191, 0.74);
  text-align: center;
  vertical-align: middle;
  display:table;
  display:none;
}
.product-item:hover .overlay{
  display:table;
}
.product-item .overlay .inside{
  display:table-cell;
  vertical-align: middle;
}
.product-item .overlay a{
  color:#fff;
  font-weight:bold;
  display:inline-block;
  text-align: center;
  text-decoration: none;
  font-size:12px;
}
.product-item .overlay a i{
  display:block;
  font-size:24px;
  margin-bottom:5px;

}
.product-item .card{
  border-radius:10px;
  border:none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0), 0 3px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.product-item .card:hover{
  box-shadow:0 3px 6px rgba(0, 0, 0, 0.07), 0 3px 6px rgba(0, 0, 0, 0.06);

}
.product-item a{
  color:#000;
  text-decoration: none;
}
.product-item .product-title{
  font-weight:bold;
  color:#000;
}
.product-item .product-info{
  min-height:120px;
}
.product-item .product-price{
  float:right;
  font-weight:bold;
  color:#000;
}
.product-item .product-price .old{
  text-decoration:line-through;
  color:#666;
}
.product-item .extra{
  height:20px;
}
.product-item .categories{
  font-size:10px;
  margin-top:10px;

}
.product-item .categories span{
  display:inline-block;
  padding:2px;
  border:1px solid #efefef;
  margin-right:4px;
  font-weight:bold;
  border-radius:5px;
}

/* Footer */
.page-footer{
  background: linear-gradient(135deg, #1c1e26 0%, #202037 100%);
  color:#fff;
  margin-top:100px;
  padding:50px 0px;
}
.page-footer .menus{

}

.page-footer .menus .title{
  font-weight:700;
  text-transform: uppercase;
  padding-bottom:20px;
}

.page-footer .menus ul li a{
  color:#ccc;
  padding:4px;
  font-size:14px;
  text-decoration: none;
  font-weight:500;
  display:inline-block;
}

.page-footer .footer-links{
  text-align: center;
  padding:20px;
  font-size:14px;
}
.page-footer .footer-links a{
  color:#fff;
}

.page-footer .footer-copyright{
  font-size:12px;
}
.page-footer .footer-copyright a{
  color:#fff;
  font-weight: bold;
}


.content-1,.summary-detail{
  max-width:1170px;
  margin:0 auto;
  padding:15px 0px;
}
.img-responsive{
  max-width:100%;
}



/* Theme Detail */
.theme-detail{
  margin-top:10px;
}
.theme-detail .main-image{
  border:5px solid #fff;
}
.theme-detail .main-image img{
  width:100%;
}
.theme-detail .thumbs {
  text-align: center;
  padding:4px;
  background:#b9c3d2;
}
.theme-detail .thumbs .thumb{
  display:inline-block;
  background:#fff;
  border:1px solid #ccc;
  padding:4px;
}
.theme-detail .thumbs .thumb:hover{
  border:1px solid #000;
}

.theme-detail .description{
  background:#fff;
  padding:20px;
}
.theme-detail .price{
margin-bottom:10px;
}
.theme-detail .price .amount{
  font-weight:bold;
  font-size:24px;
}
.theme-detail .price .badge{
  float:right;
}


.theme-detail .theme-info i{
  width:20px;
  text-align: center;
}

.theme-detail .theme-info > div{
  padding:5px 0px;
  font-size:14px;
}


.theme-detail .sidebar-section{
  margin-bottom:20px;
  background:#fff;
  padding:20px;
}


.content-white{
  display:block;
  max-width:1170px;
  margin:0 auto;
  padding:20px;
  background:#fff;
  border:1px solid rgba(0, 0, 0, .1);
    margin-top:20px;
}

.content-white-big{
  display:block;
  max-width:99%;
  margin:0 auto;
  padding:20px;
  background:#fff;
  border:1px solid rgba(0, 0, 0, .1);
    margin-top:20px;
}


.theme-detail .membership-text{
  font-size:10px;
  font-weight:bold;
  color:#000;
  padding:10px;
}


.dropdown-item > i{
  width:20px;
  display:inline-block;
  text-align: center;
}
/* Card */

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.cc-container{
  background:#efefef;
  border-radius:10px;
  padding:10px;
}
.cc-container .e-title{
  font-weight: 600;
}
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border:1px solid #cfcfcf;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#payment-form .submit-button{}
#payment-form #card-errors {
    height: 20px;
    padding: 4px 0;
    color: #fa755a;
}


.register-container{
  padding:20px;
  margin:0 auto;
  max-width:600px;
}



/* What We Do */

#what-we-do{
	background:#ffffff;
	padding:25px;
}
#what-we-do .card{
	border: none;
	margin-bottom:2rem;
  background:none;
  text-align: center;

}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .icon{
  font-size:24px;
}
#what-we-do .card .card-title{
  font-size:14px;
  font-weight:bold;
  text-transform: uppercase;
  padding:15px 0px;
  color:#2a2f37;
}

#what-we-do .card .card-text{
  font-size:11px;
  font-weight: 600;
  color:#919ab2;
}
#what-we-do .card .card-block a{
	color: #529040 !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;

}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;

}


/* Hero Home */
.hero-home{
  background:#5b89f0;
  min-height:400px;
  display:table;
  width:100%;
  color:#fff;
}
.hero-home .container{
  max-width:800px;
}
.hero-home .title{
  font-weight:700;
  font-size:24px;
  padding:6px 0px;
}
.hero-home .subtitle{
  font-weight:600;
  color:#e2e2e2;
  padding:12px 0px;
  font-size:18px;
}
.hero-inside{
  text-align:center;
  display:table-cell;
  vertical-align: middle;
}

.hero-home .browse{
  margin-top:20px;
}
.hero-home .browse .btn{
  font-weight:600;
}



/* Posts Page*/
.posts-page{
    margin-bottom:100px;
}
.posts-page .banner{
}
.posts-page h1{
    font-size: 32px;
    line-height: 32px;
    color: #2e2e2e;
    font-weight: 500;
    margin-bottom: 15px;
}
.posts-page .post-list{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #efefef;
}
.posts-page .post-list h5 a{
    color:#000;
}
.posts-page .post-list img{
    border:1px solid #efefef;
    margin-right:10px;
}



.table-applications{
  font-size:12px;
}
.table-applications thead th{
  white-space: nowrap;
}

.responsive-projects{}

.title-1{
  font-size:24px;
}

.toolbar{
  float:right;
}


/* Live Edit */

.way-edit-disabled {
    background: none;
    border: none;
    width: 100%;
    padding:2px 4px;
}


.way-edit {
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 100%;
    padding:2px 4px;
}
.way-edit:hover{
	background:#ffffef;
}

.way-edit-span{
  display:inline-block;
  cursor:pointer;
  min-width:50px;
  min-height:30px;
}
.way-edit-span:hover{
  background:#ffffef;
}


.responsive-applications .way-edit{
  min-width:100px;
}


.floating-next{
  position:fixed;
  right:100px;
  bottom:50%;
}


.table-projects th{white-space: nowrap;}


.table-forms th{white-space: nowrap;}


.chart-inline{
  display:inline-block;
}


.pie-inline{
  display:inline-block;
  width:100%;
  height:300px;
  margin:20px;
  border:1px solid #efefef;
  padding:4px;
}


.stacked-inline{
  display:inline-block;
  width:700px;
  height:400px;
  margin:20px;
  border:1px solid #efefef;
  padding:4px;
}


.master-sheet{
  font-size:12px;
  font-weight:500;
}


.magic-section{
  font-size:24px;
  font-weight:600;
  padding:10px 0px;
  text-align:center;
  background:#e1c58c;
  color:#000;
  margin-bottom:20px;
}

.magic-subsection{
  font-size:16px;
  font-weight:600;
  text-align:center;
  padding:10px 0px;
}


.table-charts{
  font-weight:600;
  font-size:12px;
}
.table-charts th{
    background:#384066;
    color:#fff;
    font-weight: 600;
    vertical-align: middle;
}

.table-charts td{
  background:#f2f2f2;
  vertical-align: middle;
}


.inline-chart-default{
  display:inline-block;
  width:100%;
  height:300px;
  border:1px solid #efefef;
  padding:4px;
}

.chart-autp{
  display:inline-block;
  width:100%;
  height:auto;
  border:1px solid #efefef;
  padding:4px;
}


.inside-modal{
  width:500px;
}

.select2-container{
  z-index: 99999;
}



.table-mastersheet th{

  background: #384066;
      color: #fff;
      font-weight: 600;
      vertical-align: middle;
}

.table-mastersheet .table-dark{
    background:#82accf;

}

.table-mastersheet  td , .table-mastersheet th{
  border-color:#000;
}
.table-mastersheet .table-success{
  background:none;

}




.magic-map {
    display: block;
    width: 100%;
    height: 700px;
}

/* Cluster styles */



.marker-style .inside{
  text-align: center;
  font-size: 24px !important;
  color: #222 !important;
  font-weight: 500;
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  background-color: #00b8ba;
  color:#fff !important;
  margin-bottom:10px;
 }



.marker-style  .inside:after {
  width: 0;
content: "";
height: 0;
border-style: solid;
border-width: 12px 14px 0;
border-color:
#00b8ba transparent
transparent;
top: 45px;
left: 50%;
transform: translateX(-50%);
position: absolute;
border-radius: 50%;
z-index: 1;
  }


.infobox-wrapper{max-width:250px}.infobox-wrapper>img{position:absolute !important;right:-10px;top:-10px;z-index:2;

background:#fff;
padding:5px;
border-radius:100%;
border:1px solid #efefef;
}

.infobox-wrapper>img:hover{background:#000;}

.infobox-wrapper .infobox-inner{-moz-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0px 2px 2px rgba(0, 0, 0, 0.2);box-shadow:0px 2px 2px rgba(0, 0, 0, 0.2);background:#fff;font-size:12px;position:relative;margin-bottom:50px;min-width:200px}.infobox-wrapper .infobox-inner:after{width:0px;height:0px;border-style:solid;border-width:6px 6px 0 6px;border-color:#fff transparent transparent transparent;position:absolute;left:95px;content:"";bottom:-6px}.infobox-wrapper .infobox-inner .infobox-image{width:250px;height:auto;overflow:hidden;position:relative}.infobox-wrapper .infobox-inner .infobox-image:after{background:-moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));background:-webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);background:-o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);background:-ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);background:linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );display:block;content:"";position:absolute;width:100%;height:100%;top:0}

.infobox-wrapper .infobox-inner .infobox-image
img{width:100%}.infobox-wrapper .infobox-inner .infobox-image .infobox-price{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3);box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3);background-color:#bd1200;color:#fff;font-size:14px;font-weight:bold;padding:3px
7px;position:absolute;bottom:8px;left:8px;z-index:2}.infobox-wrapper .infobox-inner .infobox-title{font-size:14px;font-weight:bold}.infobox-wrapper .infobox-inner .infobox-title
a{color:#615f60}
.infobox-wrapper .infobox-inner .infobox-description{padding:20px}.infobox-wrapper .infobox-inner .infobox-location{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5;font-size:12px}

.infobox-wrapper .infobox-inner{
  text-align:center;
}
.infobox-wrapper .infobox-inner .infobox-icon{
  text-align: center;
  font-size:36px;
  padding-bottom:5px;
  color:#00b8ba;
}

.custom-clustericon {
  background: var(--cluster-color);
  color: #FFF;
  border-radius: 100%;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.custom-clustericon::before, .custom-clustericon::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;

  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: var(--cluster-color);
  opacity: 0.2;
  border-radius: 100%;
  box-sizing:initial;
}



.custom-clustericon::before {
  padding: 7px;
  animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
  0%, 100% {
    padding:7px }
  50% {
    padding:3px; } }

.custom-clustericon::after {
  padding: 14px;
  animation: cluster-animation2 2.5s infinite;
}

@keyframes cluster-animation2 {
  0%, 100% {
    padding:14px }
  50% {
    padding:7px; } }

.custom-clustericon-1 {
  --cluster-color: #6d54a2;
}

.custom-clustericon-2 {
  --cluster-color: #FF9B00;
}

.custom-clustericon-3 {
  --cluster-color: #FF6969;
}

.filter-region{
  background:#fff;
  padding:4px;
  border-top:1px solid #efefef;
  position:relative;
}

.filter-region .easy-autocomplete{
  border:none;
}

.filter-region .easy-autocomplete input{
  border:none;
  box-shadow: none;

}


.filter-region .search-form{
  position:absolute;
  z-index:999;
  left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
   top:50px;
}


.filter-region .select2-container .select2-selection{
  border:none;
  padding:4px 10px;
  height:auto;
}

.filter-region .map-search-item{
  text-align: left;
}

.search-form {
  margin: 0; }
  .search-form__input-holders {
    display: inline-block;
    width: 29.5rem;
    background: #fff;
    border: 0.125rem solid #e6e6e6;
    padding: 0.375rem 0.25rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    border-radius: 1.6rem;
    padding:5px 20px;
  }



.content-white-form{
  max-width:700px;
}


.sort-header-link{
  font-weight:bold;
  color:#000;
}
.sort-header-link .fa{
  color:red;
}
.sort-header-link .fa-sort{
  color:grey;
}
