* {
  margin: 0;
  padding: 0;
  outline: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
ul, ol {
  list-style: none;
}
a, a:hover, a:focus {
  text-decoration: none;
}
img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, img, hr {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  padding: 0px;
}

/* breadcrumb */
.breadcrumb-container {
  margin-left: 25px;
  width: 98%;
  margin-bottom: 12px;
  margin-top: 12px;
}

/* first bullet of breadcrumb */
.breadcrumb__item:first-child::before {
  left: -22px;
  background: var(--primary-color-dark);
}

/* first item of breadcrumb */
.breadcrumb__item:last-child::after, .breadcrumb__item:first-child {
  background: var(--primary-color);
}
/* last item */
.breadcrumb__item:last-child::after, .breadcrumb__item:last-child {
  background: var(--primary-color-dark);
  z-index: -0;
} 
/* all item rest first of breadcrumb */
.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0px;
  background: var(--primary-color);
}
/* all item of breadcrumb */
.breadcrumb__item {
  display: inline-block;
  padding: 0px 10px 5px 25px;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase !important;
}
/* text of breadcrump */
.breadcrumb__item a {
  text-decoration: none !important;
  color: var(--primary-text-color) !important;
  margin-top: 5px;
}

/* bullet size increaser */
.breadcrumb__item::after, .breadcrumb__item:first-child::before {
  content: "";
  position: absolute;
  top: 39%;
  width: 26px !important;
  height: 26px !important;
  transform: rotate(
45deg) translateY(-50%);
  z-index: -1 !important;
}

/* bullet border */
.breadcrumb__item::after {
  right: -4px;
  background: var(--primary-color);
  border: 1px solid #FFF;
  border-left: 0px;
  border-bottom: 0px;
}

.page-title {
  color: var(--primary-text-color);
  background-color: var(--primary-color-dark);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}



  
  body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
}
/* main dashboard */
/* .main-bg{ 
   background: #78BA8E; 
  background: url("../images/dashboard.png");
  background-repeat: no-repeat;
  background-position: center;
 } */
.dashboard-head-left{
  margin: 10px 0;
  background: #78BA8E;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
/*============ start login_part =============*/  
.login-bg{
    background: url('/static/images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
} 
.login_form{
    padding: 100px 0px;
}
.login_form p{
    font-size: 20px;
    font-weight: bold;
}
.login_form img{
    padding-bottom: 20px;
}
.login_form h3{
    padding-bottom: 20px;
}
.login_form .input-field{
    padding-bottom: 20px;
}
  .login-part #messages {
    color: red; 
    font-size: 15px;
  }
  .login-part .login_form {
    display: flex;
    justify-content: center;
    align-items: center; 
  }
  
/*============ end login_part =============*/  

.tubewellform input{
  width: 70%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
.tubewellform textarea{
    width: 70%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    resize: none;
}
.tubewellform select {
    width: 70%;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
  }

.tubewellform label{
    text-align: left;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px;
    padding-top: 30px;
    background: #f4f7f8;
}

.navigation h4 {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 70px;
  display: inline-block;
  padding-right: 200px;
}
.navigation a{
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 70px;
  padding: 0 10px;
}

/*============ start Footer-part =============*/
.footer-part {
  width: 100%;
  padding: 10px 0px;
}

.footer-part p {
  text-align: center;
  color: #000000; 
}
.footer-part p a img {
  height: 30px;
  filter: contrast(300%) drop-shadow(3px 3px 8px #eee6e6);
  margin-top: -10px; 
}

/*============ End Footer-part =============*/

.form-style-5{
	max-width: 100%;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 10px auto;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  /* position: absolute; */
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 .required {
  color: red;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: 'Roboto', sans-serif;
    border: none;
	border-radius: 4px;
	font-size: 15px;
    outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    background: #ffffff;
    color: #000000;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin: 0 0 30px;
}

.form-style-5 select{
	-webkit-appearance: menulist-button;
	/* height:35px; */
}
.form-style-5 .number {
	background: #3e97f3;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 button[type="submit"],
.form-style-5 button[type="button"]
{
	position: relative;
	display: block;
	padding: 10px 30px 10px 30px;
	color: #FFF;
    background-color:hsl(208, 100%, 50%);
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid hsl(208, 100%, 50%);

    margin: 0 auto 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
	background: hsl(208, 100%, 50%);
}
.table-bordered thead th {
  border-bottom-width: 2px;
  background: #b0d8e6;
}
.card-header {
  max-width: 100%;
}
body{
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
.unit{
  text-transform: none;
  padding-left:15px;
  color: hsl(208, 100%, 50%);
}

.project-title {
  padding: 10px;
  text-align: center;
}
.project-title h3{
  font-size: 30px;
}

.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.select2-container--default .select2-selection--single{
    border-radius: 2px;
}
div#water_point_image img {
    width: 200px;
    height: 180px;
}
div#water_point_image {
    float: right;
    margin-right: 25px;
}


.logo p{
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}
.activate{
    color: #4272d7;;
    background: #fff;
    margin-right: -35px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 10px;
}
.navbar-sidebar .navbar__list li a:hover{
    color: #4272d7;;
    background: #fff;
    margin-right: -35px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 10px;
    transition: all linear .3s;
}
.activate a{
    color: #4272d7 !important;
    text-decoration: none;
}
.menu-sidebar__content{
    background: #007bff;
    overflow-y: scroll;
}
.menu-sidebar__content::-webkit-scrollbar {
    width: 0px;
}

.navbar-sidebar .navbar__list li a{
    color: #fff;
    font-weight: bold;
}
.navbar__list li{
    margin-top: 3px;
    margin-bottom: 3px;
}
ul li a{
    text-decoration: none !important;
}
.card-body.px-2{
    background: lavender;
}
.header-desktop{
  padding: 10px;
    background: var(--primary-color-light);
}
.menu-sidebar .logo{
    background: #F1F8E8;
    border-right: none;
}
.menu-sidebar{
 overflow: hidden;
}
.card-header.card-header-primary.m-auto{
    background:lavender;
}
.row.no-gutters.content-border.my-1.p-3{
    background:lavender;
}
.account-item > .content{
    margin-left: 35px !important;
}
.account-item > .content > a{
    color: white;
}
.page-wrapper{
    padding-bottom: 0px !important;
}

.main_dashboard .header-desktop{
    left: 0px;
}

/* .dashboard_banner_main{
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.dashboard_banner_main .item {
    display: block;
    /* background: #48bced; */
    text-align: center;
    border-radius: 5px;
}

input[type="file"]{
    width: 100%;
    border: 1px solid #aaa;
}
.delete-row{
    font-size: 30px;
}
label{
    color: black;
}







/*  */

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #309df0;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(.99);
  text-align: center;
}

.solution_cards_box .solution_card:hover {
  background: #48bced;
  transform: scale(1.03);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}
.solution_cards_box .solution_card .solu_title h3{
  color: #000;
}
.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #000;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #42c3ca 0%,
    #42c3ca 50%,
    #42c3cac7 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 104rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px){
  .container {
      max-width: 1500px;
  }
}