/*----------------------*
Elements Styles
*----------------------*/
/*----- Heading CSS -----*/
.acm-heading .acm-heading-desc,
.acm-heading .acm-heading-desc p {
  margin: 0
}

/*----- Tabs CSS -----*/
@media screen and (max-width: 764px) {
  .qoco-tabs, .qoco-tabs li {
      display: block;
  }
  .qoco-tabs li {
      padding: 15px;
  }
  #qoco-tabs-content .elementor-column,
  #qoco-tabs-content .elementor-inner-column {
    width: 100%;
    text-align: center;
  }
  #qoco-tabs-content .elementor-column+.elementor-column {
    margin-top: 50px;
  }
  #qoco-tabs-content .elementor-inner-column+.elementor-inner-column {
    margin-top: 20px;
  }
  #qoco-tabs-content .acm-button-wrap {
    text-align: center;
  }
  #qoco-tabs-content .acm-heading .acm-title {
    font-size: 30px;
    text-align: center;
  }
  .qoco-tabs .qoco-tab-icon {
    font-size: 16px !important;
  }
  .qoco-tabs .qoco-tab-icon svg {
    width: 50px;
    height: 50px;
  }
  .qoco-tabs-two .qoco-tabs li {
    padding: 10px 15px;
  }
  .qoco-tabs-two .qoco-tabs li span.qoco-tab-text {
    font-size: 14px;
  }
}

.qoco-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #e9f3ff;
}
.qoco-tabs li {
    background: none;
    color: #767D97;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 20px 30px;
}
.qoco-tabs li.current-tab {
  color: #4268FB;
  border-bottom: 2px solid #4268FB;
}
.qoco-tabs-content-wrap {
	position: relative;
}
.tab-content {
	display: none;
  padding: 30px 15px;
	-webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.tab-content.current-tab {
  display: block;
}

.qoco-tabs li {
	text-align: center;
}

.qoco-tabs li img,
.qoco-tabs li i,
.qoco-tabs li span {
  display: block;
  margin-bottom: 15px;
}

.qoco-tabs-two ul.qoco-tabs {
    justify-content: center;
}

.qoco-tabs-two .qoco-tabs {
    border:none;
}

.qoco-tabs-two .tab-content {
    text-align: center;
}

.qoco-tabs-two .tab-link {
    border: 2px solid transparent;
}

.qoco-tabs-two .qoco-tabs li.current-tab {
  border: 2px solid #B6BFED;
  border-radius: 8px;
}

.qoco-tabs-two .qoco-tabs li span {
	margin-bottom: 0;
  font-size: 21px;
}

.qoco-tabs-three .qoco-tabs {
  width: 20%;
  flex-direction: column;
  float: left;
}

.qoco-tabs-three .tab-content {
  width: 80%;
  float: left;
}

.qoco-tabs-three ul li {
  padding: 0px;
  margin-bottom: 12px;
  color: #B6B9BD;
  text-align: left;
  font-weight: 600;
}

.qoco-tabs-three .qoco-tabs {
  border: none;
}

.qoco-tabs-three .qoco-tabs li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.qoco-tabs-three .qoco-tabs li .qoco-tab-icon {
	font-size: 14px;
	margin-right: 7px;
}

.qoco-tabs-three .qoco-tabs li span,
.qoco-tabs-three .qoco-tabs li span i {
	margin-bottom: 0;
}

.qoco-tabs-three .qoco-tabs li.current-tab {
  border:none;
  padding-left: 6px;
  color: #1D293F;
  border-left: 2px solid #FB623C;
}

.qoco-tabs-three .tab-content {
  padding: 0;
}

@media only screen and (max-width:767px) {
  .qoco-tabs-three .qoco-tabs, .qoco-tabs-three .tab-content {
      width: 100%;
  }
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

/*----- Carousel CSS -----*/
.qoco-carousel-one img {
    width: 60px !important;
}

.qoco-carousel-one .qoco-carousel-title {
    font-size: 26px;
    font-weight: bold;
    margin:40px 0 25px;
    color: #3D3932;
}

.qoco-carousel-one .qoco-carousel-description {
    line-height: 1.6em;
    color: #728C88;
    font-weight: 400;
}

.qoco-carousel-one .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.acm-owl-slider-wrap .qoco-carousel-one .owl-dots button {
    outline: 1px solid #01be83;
    padding: 4px !important;
    border-radius: 50%;
    margin: 4px;
    border: 3px solid #fff;
}

.qoco-carousel-one .owl-dots button.active {
    background: #01be83;
}

@media only screen and (max-width:700px) {
    .qoco-carousel-one {
        text-align: center;
    }
    .qoco-carousel-one img {
        margin: 0 auto;
    }
}

.qoco-carousel-two .qoco-about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.qoco-carousel-two .item .qoco-about img {
    width: 60px !important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.qoco-carousel-two .qoco-description {
    line-height: 1.7em;
    font-style: italic;
    color: #677182;
    font-weight: 400;
}

.qoco-carousel-two .item {
    background: #fbfbfb;
    border: 2px solid #ebeaea;
    border-radius: 13px;
    padding: 25px;
}

.qoco-carousel-two .qoco-title {
    color: #1d293f;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.acm-owl-slider-wrap .qoco-carousel-two .qoco-position {
    color: #677182;
    font-size: 15px;
}

.acm-owl-slider-wrap .qoco-carousel-three .qoco-tags {
    font-size: 14px;
    font-weight: 500;
    background: #26315E;
    color: #fff;
    padding:7px 9px;
    display: inline-block;
}

.acm-owl-slider-wrap .qoco-carousel-three .qoco-title {
    font-size: 48px;
    font-weight: bold;
    color: #26315e;
    line-height: 1.3em;
    margin: 25px 0 40px;
}

.acm-owl-slider-wrap .qoco-carousel-three .qoco-button {
    font-size: 16px;
    color: #26315E;
    background: #D4FF35;
    padding: 15px 30px;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s all linear;
}

.qoco-carousel-three .qoco-button:hover {
    background: #26315E;
    color:#D4FF35;
}

.acm-owl-slider-wrap .qoco-carousel-three .owl-dots button {
    background: #fff;
    opacity: 0.8;
    padding: 7px;
    border-radius: 50%;
    margin: 4px;
}

.acm-owl-slider-wrap .qoco-carousel-three .owl-dots button.active {
    background: #D4FF35;
}

.acm-owl-slider-wrap .qoco-carousel-three .owl-dots {
    margin-top: 50px;
}

.qoco-carousel-four img {
    width: 60px !important;
}

.qoco-carousel-four .qoco-arrow-link img {
    width: 15px !important;
    margin-left: auto;
    margin-top: 10px;
}

.qoco-carousel-four .qoco-item {
    border: 1px solid #F8F9ED;
    padding: 35px 35px 25px;
    transition: 0.3s all linear;
}

.qoco-carousel-four .qoco-item:hover {
    background: #D4FF35;
}

.qoco-carousel-four .qoco-title {
    font-size: 26px;
    line-height: 1.35em;
    font-weight: 700;
    color: #26315E;
    margin: 30px 0 10px;
}

.qoco-carousel-four .qoco-description {
    color: #26315E;
    font-weight: 400;
    line-height: 1.6em;
}

.acm-owl-slider-wrap .qoco-carousel-four .qoco-button {
    font-size: 16px;
    color: #26315E;
    background: #D4FF35;
    padding: 15px 30px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s all linear;
}

.acm-owl-slider-wrap .qoco-carousel-four .qoco-button:hover {
    background: #26315E;
    color:#D4FF35;
}

.acm-owl-slider-wrap .qoco-carousel-four .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.acm-owl-slider-wrap .qoco-carousel-four .owl-dots button {
    background: #c4d3d8;
    opacity: 0.8;
    padding: 7px;
    border-radius: 50%;
    margin: 4px;
}

.acm-owl-slider-wrap .qoco-carousel-four .owl-dots button.active {
    background: #D4FF35;
}

@media only screen and (max-width:700px) {
  .qoco-carousel-four .qoco-item {
      text-align: center;
  }
  .qoco-carousel-four .qoco-item img {
      margin: 0 auto;
  }
  .qoco-carousel-four .qoco-arrow-link {
      margin-top: 20px;
      display: inline-block;
  }
}

.ehf-header #masthead {
	position: absolute;
	width: 100%;
}

/*----- Contact Forms CSS Start -----*/
.wpcf7-not-valid-tip {
	display:none;
}
.wpcf7 form .wpcf7-response-output {
	font-size:15px;
	padding:10px;
	margin:0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	background:#d1e7dd;
	color:#0f5132;
	border:1px solid #badbcc;
}
.wpcf7 form.invalid .wpcf7-response-output {
	background:#fff3cd;
	color:#664d03;
	border:1px solid #ffecb5;
}
.qc-input {
	border: 2px solid #E2DFDF !important;
  color: #929292 !important;
  padding: 13px 25px !important;
  border-radius: 30px !important;
	line-height:1.3 !important;
	width:100%;
	background:transparent;
}
.qc-input:focus {
	outline:none !important;
}
.wpcf7-submit::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	padding-left:20px;
}
/* Home V1 */
.qc-home1-input {
  background: #fff;
  border: none !important;
  padding: 15px 25px !important;
  width: 100%;
}
.wpcf7-form .qc-home1-btn {
	box-shadow:none;
	background:#4268FB;
	border:none;
	padding:16px 25px;
  line-height: 1.3;
}
.qc-home1-btn:hover {
	background:#2854FF;
}
.qc-home1-btn:after {
	content: "\f061";
}
/* Home V3 */
.qc-home3-input {
	padding-right:170px !important;
}
.qc-home3-btn:after {
	content: "\f105";
}
/* Home V6 */
.qc-home6-input {
	background: #111315;
	border-radius:0 !important;
	border:none !important;
	padding:16px 20px !important;
	width:100%;
	margin-bottom:10px;
	color:#fff !important;
	font-size:16px;
	font-family: "DM Sans", Sans-serif;
}
.qc-home6-input:focus {
	outline:none !important;
}
.qc-home6-input::placeholder {
	color:#fff;
}
.qc-home6-btn {
	background: #D4FF35 !important;
	color:#26315E !important;
	box-shadow:none !important;
	border-radius:0 !important;
	padding:16px 20px !important;
	width:100%;
	border:none !important;
	font-family: "DM Sans", Sans-serif;
	font-weight:500 !important;
	cursor:pointer;
}
.qc-home6-btn:hover {
	background: #111315 !important;
	color:#fff !important;
}

.qc-submit-btn {
  font-size: 16px;
  background: #4D61C4 !important;
  border-radius: 100px !important;
  border: 2px solid #4D61C4 !important;
  line-height: 1.3 !important;
  padding: 13px 25px !important;
  box-shadow: 0px 8px 20px rgb(77 97 196 / 50%);
}

.acm-button {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  background-color: #4268FB;
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
  padding: 15px 25px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.acm-button-icon i {
  margin-left: 15px;
}

.acm-btn-outline {
  background-color: transparent;
}

a.acm-button.acm-btn-soft {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/*----- Contact form CSS -----*/
#qoco-contact-form .qc-contact-page input,
#qoco-contact-form .qc-contact-page textarea {
	width: 100%;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
  border-radius: 7px;
  border: none;
  padding: 15px 20px;
  background: #fff;
}

#qoco-contact-form textarea {
  height: 180px;
}

#qoco-contact-form .qc-col-6 {
  width: 48.5%;
}

#qoco-contact-form .qc-contact-page .qc-col-12 {
  width: 100%;
}

#qoco-contact-form .qc-contact-page .qc-col-6,
#qoco-contact-form .qc-contact-page .qc-col-12 {
  float: left;
  margin-bottom: 15px;
}

#qoco-contact-form .qc-contact-page div:nth-child(2) {
  margin-right: 15px;
}

.qc-home3-btn {
  display: block;
  margin: 20px auto 0;
  font-weight: 500;
}

.qc-submit-absolute-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.qc-home5-name {
  margin-bottom: 15px;
}

.qc-construction-input {
  padding: 25px !important;
  border: none !important;
  box-shadow: 0px 3.22496px 12.0936px rgb(0 0 0 / 15%);
  border-radius: 5px !important;
  background: #fff !important;
  width: 100%;
}

.qc-under-construction-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 7px !important;
  background: #D49D44 !important;
  border-color: #D49D44 !important;
  font-weight: 600;
}

#secondary .widget:nth-child(2) {
  padding-top: 0;
  border: none;
}
