/*** contact form css ***/


.line {
	height: 2px;
	width: 50px;
	background: #8e1efc;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #8e1efc;
	margin-left: -75px;
}


.sectioner-header p {
	color: #48493B;
	font-size: 18px;
        font-weight: bold;
        font-family: Georgia, serif;
}


.section-content {
        padding: 5rem 2rem 5rem 2rem;
	margin-top: 10px;
        background-image: radial-gradient(circle, #7bc393, #66c19f, #51bfac, #3ebbb7, #31b7c2);  
        border-radius: 15px;
        box-shadow: 2px 2px 5px 8px #3E5151;
}/background-image: radial-gradient(circle, #3e5151, #507367, #749573, #aab37a, #eecd88) /


.icon-box {
	margin-bottom:50px;
}


.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #7a60ff;
	background:  linear-gradient(to left, #7a60ff, #cd9ffa);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}


.icon-box h5 {
	margin-top:30px;
}


.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}


.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}


.single-feature h5 {
	font-size: 16px;
}


.media-right-margin {
	margin-right:25px;
}


.single-feature p {
	font-size: 13px;
} 


.icon-border {
}


.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}


.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}


.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}


/*** contact form ****/

 #contact_form .form-input {
	border: 2px solid #48493B;
        margin-bottom: 0.7rem;
        font-family: Georgia, serif;
}

 #contact_form .form-input:hover {
    box-shadow: 4px 4px 8px #48493B, 5px 5px 10px #fffff0;
}

#contact_form .form-input:focus {
    background-color: #fffff0;
    color: #000000;
    font-weight: 600;
    font-family: Georgia, serif;
}

input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 12px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}


#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


 .btn-grad {
	display: inline-block;
        line-height: 9px;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.12rem solid #f8f9e2;
	border-radius: 10px;
	background-color: #3E5151;
	color: #fff;
	font-size: 16px;
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-grad:hover {
	background-color: #FDFFD2;
	color: #3E5151;
	text-decoration: none;
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
        border: 0.155rem solid #3E5151;
}

.contact-info {
	padding: 1rem 1rem 1rem 1rem;
        border: 1px solid #f8f9e2;
	border-radius: 8px ;
	background: #3E5151;
        box-shadow: 4px 4px 12px #fffff0;
        
}

.contact-item {
	margin:23px 0px;
}

 .contact-item i {
	font-size: 25px;
}


.contact-item p {
	line-height: 25px;
	margin: 0;
        font-size: 19px;
        font-weight: 500;
        color: #f8f9e2;
        font-family: Garamond, serif;
}

.contact-item h4 {
	line-height: 25px;
	margin-bottom: 5px;
        font-size: 28px;
        font-weight: bold;
        color: #f8f9e2;
        font-family: Garamond, serif;
}

.contact-item a {

        color: #f8f9e2;
}

 #contact_form {
	margin-bottom:20px;
}
}

@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}

.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}

.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}

.section-content {
	margin-top: 40px;
}

#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 15px;
        font-weight: bold;
}

}


/*** MAP ***/

.mapouter {
       position:relative;
       text-align:right;
       width:100%;
       height:375px;
       border-radius: 12px;
       
}

.gmap_canvas {
       overflow:hidden;
       background:none!important;
       width:100%;
       height:375px;
       border-radius: 12px;
       border: 2px dotted #48493b;
       
.gmap_iframe {
       height:375px!important;

}