/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 May, 2020, 1:50:41 AM
    Author     : Aditya kumar sah
*/



select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  color: black;
  margin-bottom: 16px;
  resize: vertical;
}

.sharile{
 padding: 10px;
 border-radius: 2px;
 background-color: white;
}

input[type=submit] {
  background-color: #3C5A79;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  border-color: grey;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #3498DB;
}

.h1contact{
     margin: 0px;
    padding: 0 0 0 0;
    position: relative;
    font-weight: 700;
    font-family: 'BrownStd' !important;
    line-height: 120px;
    text-align: center;
    font-size: 100px;
    color: white;    
}
.h1startpro{
     margin: 0px;
    padding: 0 0 0 0;
    position: relative;
    font-weight: 700;
    font-family: 'BrownStd' !important;
    line-height: 120px;
    text-align: center;
    font-size: 100px;
    color: white;
    margin-bottom: 10px;
    
}
.dot {
  background-color: #D2D2D2;
  height: 120px;
  width: 500px;
  margin-bottom: 20px;
}
.loc{
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
    color: black;
}
/* .connectaddress{
    background-color:  
} */
.getintext{
    font-family: 'Dancing Script', cursive; 
    text-align: center;
    color: white;
    font-size: 100px !important;
    font-weight: 400;
    margin-top: -40px;
}
.getin{
    text-align: center;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
}
.gettouch{
    background: #3C5A79;
    margin-top: 60px;
    height: 300px;
}


.contact-width {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
}
.contactform{
    background-color: #3C5A79;
}


.discusshero{
  background: #3C5A79;
  margin-top: 60px;
  height: 650px;
  z-index: 1;
  position: relative;
}

.hanging-text{
  /* background: url('../img/share_dialog.png') no-repeat center right; */
  width: 430px;
  height: 111px;
  position: absolute;
  text-align: center;
  bottom:20%;
  z-index: 3;
  right: 7%;
}

@media (max-width:676px) {
.hanging-text{
  width: 280px;
  height: 70px;
}
}

.discuss-project-div{
  z-index:2;
  position:relative;
  top:-280px;
  padding-top: 0px;
}


.discuss-project-div .section-title h3{
  font-size: 60px;
}

.discuss-project-div .container{
  background-color: #fff;
}

.discuss-project-div .container .row .col-md-10{
  padding-top: 40px;
}

.discuss-project-div .form-div{
  padding: 50px 10px;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.discuss-project-div .rating-brand-image-div{
  background-color:#EEEEF2;
  height: max-content;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  
}

.discuss-project-div .rating-brand-image{
  max-height: 20vh;
  margin: 30px 0px;
}


.discuss-project-div .happy-customer-image{
  margin: 30px 0px;
  position: relative;
  right: 50px;
}

#discuss-project-form .form__group {
  position: relative;
  padding: 15px 0 0;
  margin: 30px;
}

#discuss-project-form .form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  /* color: #fff; */
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}


#discuss-project-form .phone-number-field{
  padding-left:50px !important;
}
#discuss-project-form .form__field::placeholder {
  color: transparent;
}
#discuss-project-form .form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b;
}

#discuss-project-form .form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
}
#discuss-project-form .form__field:focus::placeholder {
  color: #D2D2D2;
  font-size: 400;
}

#discuss-project-form .form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #11998e;
  font-weight: 700;
}

/* reset input */
#discuss-project-form .form__field:required, #discuss-project-form .form__field:invalid {
  box-shadow: none;
}

/* Textarea Styling */
#discuss-project-form .form__group textarea{
  overflow: hidden;
}

/* Requirement Inputs Styling */
#discuss-project-form .requirement-title{
  text-align: center;
  color: #11998e;
  padding: 20px 30px;
}

/* Hiding default checkbox */
#discuss-project-form ul#requirement li label input[type='checkbox']{
  display: none;
}
#discuss-project-form ul#requirement{
  list-style-type: none;
  padding-inline-start: 20px;
  padding-inline-end: 30px;
}
#discuss-project-form ul#requirement li{
  margin:10px 0px;
}
#discuss-project-form ul#requirement li label{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center; 
  cursor: pointer; 
  background-color: #eee;
}
#discuss-project-form ul#requirement li label .discuss-form-service-heading{
  max-width: 75%;
}


/* Create a custom checkbox */
#discuss-project-form ul#requirement li label .checkmark{
  position: absolute;
  right: 5px;
  top:42.5%;
  height: 25px;
  width: 25px;
  max-width: 15%;
  background-color: #eee;
  border-radius: 50%;
  border:5px solid #fff;
}

/* On mouse-over, add a grey background color */
#discuss-project-form ul#requirement li:hover input[type='checkbox'] ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#discuss-project-form ul#requirement li label input[type='checkbox']:checked ~ .checkmark {
  background-color: #2196F3;
  visibility: hidden;
}

/* Create the checkmark/indicator (hidden when not checked) */
#discuss-project-form ul#requirement li label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#discuss-project-form ul#requirement li label input[type='checkbox']:checked ~ .checkmark:after {
  display: block;
  visibility: visible;
}

/* Style the checkmark/indicator */
#discuss-project-form ul#requirement li label .checkmark:after {
  left: -5px;
  top: -12px;
  width: 12px;
  height: 30px;
  border: solid #2196F3;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#discuss-project-form .submit-discuss-form{
  margin-top: 30px;
  margin-left: 30px; 
  /* text-align:center; */
  width:100%;
}
 

@media (max-width:576px) {
  .discuss-project-div .form-div{
    padding: 10px;
  }
  .discuss-project-div .section-title h3{
    font-size: 45px;
    padding: 10px;
  }
}

.box-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.box-area li {
	position: absolute;
	display: block;
	list-style: none;
	width: 25px;
	height: 25px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 20s linear infinite;
	bottom: -150px;
  z-index: 5;
}
.box-area li:nth-child(1) {
	left: 86%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
  animation-duration:7s;
}
.box-area li:nth-child(2) {
	left: 12%;
	width: 30px;
	height: 30px;
	animation-delay: 1.5s;
	animation-duration: 10s;
}
.box-area li:nth-child(3) {
	left: 70%;
	width: 100px;
	height: 100px;
	animation-delay: 3.5s;
  animation-duration:9s;
}
.box-area li:nth-child(4) {
	left: 42%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 15s;
}
.box-area li:nth-child(5) {
	left: 65%;
	width: 40px;
	height: 40px;
	animation-delay: 4s;
  animation-duration:5s;
}
.box-area li:nth-child(6) {
	left: 15%;
	width: 110px;
	height: 110px;
	animation-delay: 3.5s;
  animation-duration:11s;
}
.budget {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  padding: 0px;
  margin: 20px 0px;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.budget:hover {
  opacity: 1;
}
.budget::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.budget::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: translateY(-800px) rotate(360deg);
		opacity: 0;
	}
}