/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0 !important;
}
/*--------Header--------*/
/* Animation */
.ins-animate {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}
@keyframes mover {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}
.kh-animate {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
/*--------Banner Home--------*/
span.wpcf7-not-valid-tip {
    font-size: 14px !important;
    margin-left: 10px !important;
}
button.submit-msg:focus {
    color: #fff !important;
}
/*--------Services Home------*/
div#servicesIcon .elementor-icon {
    padding: 8px;
    border: 1px solid #5C6B73;
    border-radius: 10px;
}

.services-counter{
    display: flex;
    justify-content: center;
    align-items: center;
}

a#readMore-btn span.elementor-button-icon,
a#readMore-btn2 span.elementor-button-icon{
    font-size: 31px;
}
a#readMore-btn span.elementor-button-icon svg path,
a#readMore-btn2 span.elementor-button-icon svg path{
    fill: none;
}


/*------Footer------*/

div#get-in-touch-form p{
    margin: 0 !important;
}
div#get-in-touch-form input[type="email"] {
    height: 60px;
    border-radius: 50px;
    padding: 20px;
    margin-bottom: 10px;
}
div#get-in-touch-form input[type="email"] {
    font-family: Inter, sans-serif;
}
div#get-in-touch-form input[type="email"]::placeholder {
    font-family: Inter, sans-serif;
}

div#get-in-touch-form input[type="submit"] {
    height: 60px;
    border-radius: 50px;
    padding: 20px;
    background-color: #0059d0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}

div#get-in-touch-form .wpcf7-response-output, {
    margin: 0 !important;
    color: #fff;
    font-size: 12px;
}
div#get-in-touch-form span.wpcf7-not-valid-tip{
    margin: 0 !important;
    color: red;
    font-size: 14px;
}
#socialShareFooter svg path {
    stroke: #fff !important;
}
#socialShareFooter svg path {
    fill: none !important;
}
.mobile-navigation ul li a {
    font-size: 14px !important;
}
ul#menu-1-c925e50 li{
	transition: all .3s ease-in-out;
}
ul#menu-1-c925e50 li:hover {
    transform: translateX(7px);
}

/*------Testimonial----------*/
.testimonial-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
    align-items: center;
}
.testimonial-item {
    border-radius: 20px;
    width: 100% !important;
}
p.author-position {
    margin: 0;
}
h5.mm-testimonial--name {
    color: #000;
}
.header-right-qout {
    margin-right: 30px;
}
.testimonial-col.testimonial-image {
    width: 28%;
}

.testimonial-col.testimonial-image img {
    width: 100%;
    border-radius: 20px;
}

.testimonial-col.testimonial-content {
    width: 68%;
}
.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.testimonial-details {
    margin: 0;
}
.testimonial-col.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.swiper-arrows-wrapper {
    position: absolute;
    top: -45px;
    right: 40px;
}
#testimonialSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    color: #fff;
    background: #fff;
    background-color: #fff !important;
    height: 15px;
    width: 15px;
}
#testimonialSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff6702;
    height: 15px;
    width: 15px;
}


/*------------Get in touch Form----------*/
.form-group .form-field-custom-style {
    border: 1px solid #7b7b7b;
    border-radius: 50px;
    padding: 10px 20px;
    width: 100%;
}
.form-group textarea.wpcf7-form-control.wpcf7-textarea.form-field-custom-style {
    height: 200px;
    border-radius: 20px;
    padding: 20px;
}
.form-group button br {
    display: none;
}
.form-group button {
    display: flex;
    gap: 20px;
    padding: 10px 25px;
    background: #004AAD;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #004aad;
    outline: none;
    align-items: center;
}
.form-group button:hover{
    background: #132834;
    border: 2px solid #132834;
}
.form-group button img{
    max-width: 25px;
    height: 25px;
}

.admin-color-post-type-post p {
    color: #000 !important;
}
.wpcf7-response-output {
    font-size: 15px;
    line-height: 25px;
}
.form-field-custom-style select,
select.form-field-custom-style {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  line-height: 1.4;
}


/*-----------Contact Us Page----------*/
.banner-breadcrumb {
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 20% 100%);
}
span.hfe-breadcrumbs-text {
    font-size: 25px !important;
    font-family: Outfit, sans-serif;
    font-weight: 400;
}














/*-------Mobile responsive---------*/
@media(max-width: 991px){
    span.hfe-breadcrumbs-text {
    font-size: 20px !important;
}
.page-id-9 .services-list-image {
    height: 400px !important;
}
}
@media(max-width: 767px){
    div#get-in-touch-form input[type="submit"] {
    max-width: 450px;
}
ul.projects-list li {
    padding: 10px !important;
}
ul.projects-list li a {
    font-size: 13px !important;
}
ul#menu-1-c925e50 li a {
    justify-content: center;
}
#testimonialSlider .swiper{
    overflow: visible !important;
}
#testimonialSlider .swiper-pagination-clickable.swiper-pagination-bullets {
    display: block;
    margin-bottom: -50px;
    background: unset !important;
}
}