/*--------- Golbal CSS / Theme CSS ----------*/

.main-navigation {
    text-align: center;
}


/*------------- Top panel menu -----*/

.top-panel__menus {
    display: none;
}

@media (max-width: 992px) {
  .top-panel__inner {
    padding-top: 0;
    padding-bottom: 0;
 }
}

/*---------- On Logo -----------*/

@media (min-width: 768px) {
  .site-branding {
      margin-top: 0;
      margin-bottom: 0;
  }
}

/*------- Menu item -----------*/

.hp-apply-now {
    border: 2px solid #b68157;
    padding: 0px 20px;
    border-radius: 3px;
    background: #b68157;
}

.hp-apply-now a {
  color: #fff !important;
}

.hp-apply-now:hover {
    border: 2px solid #444c5c;
    background: #444c5c;
}



@media (max-width: 767px) {
  .hp-apply-now {
    border: 2px solid #b68157 !important;
    padding: 0;
    background: #b68157;
  }
  
  .hp-apply-now a {
    background: #b68157 !important;
  }
}

/*------- Slider -----------*/

@media (max-width: 767px) {
.elementor-54 .elementor-element.elementor-element-37c5d15 .jet-slider__desc {
    font-weight: 700;
  }
}
/*------- For Service Box -------*/
@media (min-width: 992px) {
  .cherry-services.template-media-icon-bg .services-item-inner {
      padding: 70px 40px 60px;
  }
}


/*---------- Main Services ----------*/
.cherry-services .service-icon {
    color: #b68157;
    text-align: center;
}

.elementor-widget-tabs .elementor-tab-title.elementor-active {
    background-color: #b68157;
}

.elementor-widget-tabs .elementor-tab-title {
    color: #b68157;
    border: 1px solid #b68157 !important;
}

/*---------- Testimonials -----------*/

.tm-testi .tm-testi__item-avatar {
    display: none !important;
}

.tm-testi__item blockquote {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

@media (min-width: 1200px) {
  .tm-testi-slider.tm-testi--default .tm-testi__item-body {
      margin-bottom: 0px;
  }
}

/*-------- Service Page Highlight Title ------*/

.hp-service-bgtitle {
  text-align: center;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 1px;
}

.hp-service-bgp {
  color: #b68157;
  text-align: center;
  font-size: 1.5vw;
  letter-spacing: 10px;
  font-weight: 700;
  line-height: 50px
}

@media screen and (max-width: 992px) {
  .hp-service-bgtitle {
    font-size: 7vw;
    line-height: 40px
  }
  .hp-service-bgp {
    font-size: 3vw;
    letter-spacing: 5px;
    line-height: 30px;
  }
  
}

/*------ Service List Style ---------*/
ul.hp-service-list {
    margin-left: 0;
}

ul.hp-service-list li {
    list-style: none;
    margin: 20px 0;
}

ul.hp-service-list li:before {
    content: '∎';
    font-size: 20px;
    margin-right: 10px;
    color: #333;
}

ul.hp-service-list-whilte {
    margin-left: 0;
}

ul.hp-service-list-white li {
    list-style: none;
    margin: 20px 0;
}

ul.hp-service-list-white li:before {
    content: '∎';
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}



/*----- Contact form 7 ---------*/
#responsive-form{
	margin:0 auto;
  width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full {
  font-size: 16px;
  line-height: 1.5;
  font-family: Lato, sans-serif;
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"], .wpcf7 select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc !important;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}

.wpcf7 input[type='text'], .wpcf7 input[type='email'], .wpcf7 input[type='url'], .wpcf7 input[type='password'], .wpcf7 input[type='search'], .wpcf7 input[type='tel'], .wpcf7 textarea {
  border: 1px solid rgb(189,189,189);
  }
  
.wpcf7 input[type="text"]:focus{
	background: #fff;
}

span.wpcf7-list-item-label {
    margin-left: 5px;
}
.wpcf7-submit{
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fff !important;
}

span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}

div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

.hp-2nd-box {
    margin-top: 10px;
    width: 30%;
    display: inline-block;
    padding: 10px;
}

input, select, textarea {
    color: #333;
}

/*------------ Extra Text -----------*/

.hp-contactform-text {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
    padding: 10px;
    color: #B68157;
    font-family: Poppins, sans-serif;
}

.hp-contactform-text i {
    margin-right: 10px;
}


.hp-privacy-column {
    background: #F5F7F8;
    padding: 60px 50px;
    font-size: 14px;
    border-radius: 3px;
}

.form-privacy-headline {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    text-decoration: underline;
}

.hp-privacy-column ul, ol {
    font-weight: 300;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}