body, html {
	font-family: '', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2, h3, h4 {
	font-family: '', sans-serif;
}
h2 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 800;
	font-size: 36px;
	color:#988882;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color:#988882;
}
h4 {
	font-size: 18px;
	color:#988882;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	color:#988882;
}
h6{
	font-size: 18px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color:#988882;
	text-decoration-line: underline;
	font-weight: 400;
	font-weight: bold;

}
a:hover, a:focus {
	text-decoration: none;
	color: #d40740;
	font-weight: bold;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* Features Section */
#features {
	padding: 80px 0;
	/*margin-left: 17px;*/
	background: #f6f6f6;
}

#features img {
	width: 110px;
	height: 110px;
    margin-left: auto;
    margin-right: auto;
	color:#988882;
	border: solid;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 10px 10px 10px rgba(170, 77, 77, 0.555);
}
#features .text-container {
	color:#726560;
	border: solid;
	border-radius: 00px 60px 0px 60px;
	padding: 50px;
	box-shadow: 20px 20px 20px rgba(170, 77, 77, 0.555);
	line-height: 30px;
}
#features h6 {
    margin-left: auto;
    margin-right: auto; 
	color:#726560;
	border-radius: 00px 60px 0px 60px;
	line-height: 30px;
	text-align: justify;  
}
#features h5 {
	padding-top: 10px;
	padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto; 
	font-size: 13px;
	width: 110px;
	height: 110px;
	color:#726560;
}
#features h3 {
font-size: 25px;
padding-bottom: 30px;
color:#726560;
}
#features .row div {
	margin-bottom: -25px;
	}
/* ---read more -- */
#features details {
  position:relative;
  display:inline;
}
#features details summary {
  display:block;
  cursor: pointer;
  color:#fff;
  font-weight: bolder;
  border: solid;
  background-color:  #988882;
  border-color:  #988882;
  border-radius: 60px 0px 60px 0px;
  padding: 10px;
  box-shadow: 20px 20px 20px rgba(170, 77, 77, 0.555);
  line-height: 0px;
}
#features details summary:focus {
  outline:none;
}
#features details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:10px;
  animation: open .s linear;
}
#features details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}

#features details #open{padding-left:5px;text-align:middle;}
#features details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}
#features details[open] #open{display:none;}
#features details #close{display:none;}
#features details[open] #close{display:block;}

::-webkit-details-marker {display: none;}

/* ---end read more -- */  

/* Portfolio Section */
#portfolio  {
	padding-top: 60px;
	padding-bottom: 60px;
	background: linear-gradient(to left, #988882  0%, #dfd5d5 100%);
}
.portfolio-item {
	padding-top: 20px ;
	padding-bottom: 20px ;
	}

.portfolio-item img{
	border-radius: 60px 0px 60px 0px;
	border-right:2px solid rgb(255, 255, 255); 
	border-top:2px solid rgb(255, 255, 255); 
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: linear-gradient(to right, #8f3810 0%, #d40740 100%);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	cursor: zoom-in;
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Contact Section */
.thanks {
	padding: 20px;
	font-size: 18px;
	color: rgba(255,255,255);
	position: absolute;
	background-color:#fff;;
	background: linear-gradient(to left, #d40740 0%, #bbb5b6 100%);
	font-family: 'Open Sans', sans-serif;
	margin-top: 61px;
	border-radius: 50px 0px 50px 0px;
	box-shadow: 21px 21px 20px#720a0a;
}
#contact {
	padding: 50px 0 60px 0;
	background: linear-gradient(to left, #988882 0%, #dfd5d5 100%);
	color: rgba(255,255,255,.75);
	border: 1px solid;
}
#contact .formStyle {
	padding: 30px;
	/*background: linear-gradient(to left, #8b7d77 0%, #dfd5d5 100%);*/
	background:#dfd5d5 ;
    border-radius: 50px 00px;
	border-right:2px solid rgb(255, 255, 255); 
	border-top:2px solid rgb(255, 255, 255); 
    color: #	;
	/*box-shadow: -1em 1em .7em rgba(246, 222, 248, 0.63);*/
}
#shadow img {
	border-radius: 00px 60px;
	box-shadow: -0.5em 0.5em .6em rgba(246, 222, 248, 0.404);	
	border-left:2px solid rgb(255, 255, 255); 
	border-bottom: 2px solid rgb(255, 255, 255);  
	margin-top: 70px;
}
#contact .form {
	margin-top: 0px;
	margin-left: 0px;
}
#contact .custom-select mr-sm-2{
	margin-left: 40px;
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact .section-title p {
	font-size: 16px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	padding-bottom: px;
	text-shadow: 3px 3px 3px #492b2f;
	text-align: center;
}
#contact .contact-text-title2 {
	margin-top: 20px;
	padding-bottom: 20px;
}
#contact .section-title h2::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,.3);
	height: 4px;
	width: 60px;
	bottom: 0;
	left: 30px;
}
#contact h3 {
	margin: auto;
	padding: auto;
	text-align: center;
	color: #fff;
	font-weight: 400;
	text-shadow: 3px 3px 3px #1d1112;
	font-size: 29px;
	line-height:35px;
	margin: 05px 0px 40px;
}

#contact .text-danger {
	color: #d40740;
	text-align: right;
	border-radius: 50%;
}
#contact .btn-custom {
	position: relative;
	font-size: 22px;
    width: 140px;
    height: 40px;
	margin: 20px;
	margin-left: 10px;
    padding-top: 5px;
	background: #d40740;
    border-radius: 50px;
    color: #fff;
	box-shadow: 11px 11px 10px #492b2f;
}
#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}

select {
	color:#988882;
	background-color:#fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: 400;
	font-family: '', sans-serif;
	margin: 0px;
	border-radius: 20px 0px;
	height: 40px;
	box-shadow: 8px 8px 8px rgba(246, 222, 248, 0.63);
	border-bottom:5px solid #cc0033; 	
	cursor: pointer;
}
select:hover {
	font-weight: bold;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 16px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 50px ;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	background-color: rgb(253, 243, 250) !important;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-check {
	color: #726560 ;
	font-size: 90%;
	padding-left: 0px;
	text-align: left;
}
.form-check-label {
	margin-left: 0px;
	padding-bottom: 0px;
  }
.form-control::-webkit-input-placeholder {
color:#988882;
}
.form-control:-moz-placeholder {
color: rgb(233, 15, 204);
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: rgb(13, 236, 106);
}
/*Footer Section */
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer img {
	padding-top: 20px ;
	padding-bottom: 20px ;
	margin-left: 30%;
	width: 40%;
	text-align:center ;
}
#footer p {
	color: #888;
	font-size: 14px;
	text-align:center ;
}
#footer a {
	color: #608dfd;
}
#footer a:hover {
	border-bottom: 2px solid #608dfd;
}
@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}
#features .contact-text h3{
	font-size: 18px;
	border-top: solid#988882;
	padding-top: 30px;
}
#features .contact-text h6{
	font-size: 14px;
	line-height: 20px;
	padding: 30px 20px 20px 30px;
}
.thanks{
	font-size: 15px;
	padding: 15px 10px 10px 15px;
}
#contact {
	border-radius: 00px 0px 50px 50px;;
}
#features{
	border-radius: 50px;
}
#portfolio {
	border-radius: 50px;
}
#footer {
	border-radius: 00px 0px 00px 0px;
}
#footer img {
	width: 80%;
	margin: auto;
	padding: auto;
	text-align: center;
}
#contact  h2 {
	color: #fff;
	font-size: 25px;
}
#contact .contact-text-title2 {
	margin-top: 0px;
	padding-bottom: 0px;
	margin-top: -15px;
}
#contact h3 {
	padding-top: 55px;
	padding-bottom: 0px;
	font-size: 25px;
}
#contact .formStyle {
	padding-left: 15px;
	padding-top: 0px;
	/*background: linear-gradient(to left, #dfd5d5 0%, #8b7d77 100%);*/
    border-radius: 50px 0px;
    color: #fff;
	/*box-shadow: 11px 11px 10px #f1e2e4;*/
}
#features h6 {
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto; 
	border: solid;
	border-radius: 00px 60px 0px 60px;
	padding: 50px;
	box-shadow: 20px 20px 20px rgba(170, 77, 77, 0.555);
	line-height: 30px;
}
.form-check-label {
	margin-left: 0px;
	padding-bottom: 0px;
  }
.form-group-label-mine {
	overflow: hidden;
}
.hover-bg .hover-text {
	background:none;
}
.hover-bg:hover .hover-text {
	opacity: 0;
	transition:none;
}
select:hover {
	font-weight: unset;
}
}