/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.nelvin-header .link-button a {
    font-size: 18px;
    font-weight: 400 !important;
    background-color: #FF6600;
    border-radius: 20px;
    padding: 10px 15px !important;
    color: #fff !important;
}
.nelvin-header .link-button a:after {
	display: none !important;
}
.nelvin-header .link-button a:hover {
	 background-color: #4D148C !important;
}

/*contact form*/
.top-input .half-width {
  width: 50%;
  padding: 0 10px;
  float: left;
  margin: 0px 0 20px 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color:#4d148c !important;
}
.top-input .half-width p {
  margin-bottom: 0;
}

.top-input {
  display: block;
  clear: both;
  width: 100%;
  float: left;
}

.wpcf7-list-item.first.last {
  margin-left: 0;
  top: 5px;
  position: relative;
  margin-left: 5px;
}

.wpcf7-list-item-label {
  opacity: 0.72;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.top-input textarea,
.top-input .half-width input,
.top-input .half-width select {
     border: 1px solid #4d148c;
    background: #ffffff;
    color: #69727d;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}
.wpcf7-not-valid-tip {
    color: #ffffff !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b45000 !important;
}
.wpcf7-response-output {
    color: #4d148c !important;
	font-weight:300 !important;
}
.wpcf7 form .wpcf7-response-output {
    border: 0px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff !important;
    margin: 0 !important;
}
.wpcf7-spinner {
    position: absolute !important;
}
.top-input textarea {
  height: 160px;
  resize: none;
}

.top-input .text-area {
  padding: 0 15px;
  display: block;
  float: left;
  width: 100%;
}

.submit-button-area {
  margin-top: 30px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}

.submit-button-area input {
  border: 0 !important;
	background-color:#ffffff;
	color:#FF6600;
	border-radius: 21px 21px 21px 21px;
    padding: 10px 28px 10px 28px;
	font-weight:400;
}

.submit-button-area input:hover {
  background: #4d148c !important;
}


.footer-style .elementor-widget.elementor-widget-text-editor a {
    color: #ffffff;
}
.site-section-style {
    padding: 0px 120px !important;
}
.header-style {
    padding: 0px 120px !important;
}
/*Content Show/Hide on Hover*/
.we-export-section {
    opacity: 0 !important;
	transition: 0.5s ease-in-out;

}
.we-export-section:hover {
     opacity: 1!important;
}

.icon-box:hover .elementor-widget-container span.elementor-icon {
    fill: #FF6600 !important;
    color:#FF6600 !important;
}
.icon-box:hover .elementor-widget-container h3.elementor-icon-box-title{
     color:#FF6600 !important;
}

.box-area {
	padding: 30px;
	position: relative;
	display: block;
	background: #fff;
	color: #000;
	margin: 40px 0;
	border-radius: 0 60px;
    border: 1px solid #FF6600;

}
.box-area h5 {
	font-size: 18px;
	font-weight: 700;
	color:#FF6600;
	margin-top: 50px;
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-align: center;

}
.box-area span {
	color: #FF6600;
	display: block;
	font-size: 13px;
	margin: 0 0 10px;
	font-weight: 400;
}
.box-area .content {
	color: #262626;
	text-align: center;

}
.box-area .img-area {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -45px;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	right: 0;
	z-index: 1;
	border: 5px solid #fff;
	border-radius: 50%;
}
.box-area .img-area img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
#testimonial_area.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background:ff6600;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#testimonial_area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6600 !important;
}

#testimonial_area .owl-carousel .owl-dot{
    width: 20px !important;
    height: 20px !impotant;
}

#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

#testimonial_area .owl-prev, #testimonial_area .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #FF6600 !important;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
	
}
#testimonial_area .owl-prev {
	left: -60px !important;
	top: -30px !important;
	    display: none;
}
#testimonial_area .owl-next {
	right: -60px !important;
	top: -30px !important;
	    display: none;
}
.icon-style .elementor-icon-box-icon {
    position: relative;
    top: 7px;
}


.footer-style.elementor-icon i:before, .elementor-icon svg:before {
    position: absolute;
    top: 11px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
	.site-section-style {
    padding: 0px 20px !important;
}
	.header-style {
    padding: 0px 20px !important;
}
	.mob-menu-header-holder{
    padding: 0px 20px !important;
}
	#testimonial_area .owl-prev, #testimonial_area .owl-next {
    display: none;
}
.hfe-nav-menu ul {
    padding: 20px !important;
}
	.mobmenu-content li {
    text-align: center;
}
	
}
@media only screen and (max-width: 767px) {
.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
.site-section-style {
    padding: 0px 20px !important;
}
	.header-style {
    padding: 0px 20px !important;
}
	.mob-menu-header-holder{
    padding: 0px 20px !important;
}
	.top-input.text-area,
  .top-input .half-width {
    width: 100%;
    padding: 0;
  }
	.top-input .text-area {
    padding-left: 0 !important; 
    padding-right: 0 !important; 

}
	.we-export-style {
    max-width: 100%;
    width: 50% !important;
}
.icon-box-section {
    max-width: 100%;
    width: 50% !important;
}
	.mobmenu-content li {
    text-align: center;
}
}
@media only screen and (min-width: 600px) and (max-width: 1080px) {
.we-export-style {
    max-width: 100%;
    width: 50% !important;
}
.icon-box-section {
    max-width: 100%;
    width: 50% !important;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1230px) {

.header-style {
    padding: 0px 30px !important;
}
	.site-section-style {
    padding: 0px 30px !important;
}
	.mob-menu-header-holder{
    padding: 0px 30px !important;
}
	#testimonial_area .owl-prev, #testimonial_area .owl-next {
    display: none !important;
}
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {

.header-style {
    padding: 0px 120px !important;
}
	.site-section-style {
    padding: 0px 120px !important;
}
	.mob-menu-header-holder{
    padding: 0px 120px !important;
}
}
@media only screen  and (min-width: 1230px) and (max-width: 1440px) {

.header-style {
    padding: 0px 60px !important;
}
	.site-section-style {
    padding: 0px 60px !important;
}
	.mob-menu-header-holder{
    padding: 0px 60px !important;
}
}



