/*!
Theme Name: Nsight Foundation
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
-------------------------------------------------------------- */
p {
    margin-top: 0px !important;
}
/* Button base */
.elementor-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.elementor-button-icon {
    transform: translateX(0);
    transition: transform 0.35s ease;
}
.elementor-button:hover .elementor-button-icon {
    transform: translateX(6px);
}

.nf-shs .elementor-icon-box-icon {
    width: 30px !important;
    height: 30px;
    background-color: var(--e-global-color-accent);
    border-radius: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.nf-sis .elementor-icon-wrapper {
    background-color: #fff;
    height: 50px;
    width: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.f-fl {
    margin-bottom: 15px;
}
.f-fl input {
    border: 2px solid #FFFFFF80 !important;
    background: #103E53 !important;
    color: #FFFFFF99 !important;
    border-radius: 53px !important;
    padding: 13px 22px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100% !important;
}
.f-fl p {
    margin: 0px !important;
}
.f-fl br {
    display: none;
}
.f-btn {
    position: relative;
}
.f-btn .wpcf7-submit {
    width: 200px;
    text-align: left;
    padding: 17px  5px 17px 40px!important;
    position: relative;
    font-size: 17px !important;
    color: #1C4E65 !important;
    font-weight: 600 !important;
    cursor: pointer;
}
.f-btn i {
    height: 47px;
    width: 47px;
    text-align: center;
    line-height: 47px;
    background: #1C4E65;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    left: 149px;
    right: 20px;
    top: 4px;
    pointer-events: none;
    transition: 0.5s ease;
}
.f-btn:hover i.fa-arrow-right {
    transform: rotate(-45deg);
    transition: 0.5s ease;
}
.f-btn .wpcf7-submit:hover,
.f-btn .wpcf7-submit:focus {
    background-color: #ffffff !important;
    color: #1C4E65 !important;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    line-height: 1.2;
    margin-top: 0px;
}
.in-stl {
    height: 214px;
}
.in-stl p {
    
}
.quote-icon {
    animation: floatQuote 4s ease-in-out infinite;
}
@keyframes floatQuote {
    0% {
        transform: translateY(0);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0.6;
    }
}
.nf-shs .elementor-icon {
    animation: zoomInOut 2.5s ease-in-out infinite;
    transform-origin: center;
}
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}
.nf-sk {
    position: relative;
}
/*.nf-sk {
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}*/
.nf-skv2 {
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
}
.nf-sk:after {
    content: "";
    position: absolute;
    top: 0;
    right: 14px;
    width: 15px;
    height: 100%;
    background-color: var(--e-global-color-primary);
    transform: skewX(-5deg);
    z-index: 2;
    border-radius: 0px;
}
/* Events Page */
.nf-skv2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 15px;
    height: 100%;
    background: #ffffff;
    transform: skewX(-4deg);
    z-index: 35;
}
.e-c1,.e-c2 {
    position: relative;
}
.e-c1:after,.e-c2:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 14px solid var(--e-global-color-secondary);
    position: absolute;
    left: 100%;
    top: 0;
}
.e-c2:after {
    left: auto;
    transform: rotate(180deg);
    right: 100%;
}
/* Gallery Css */
.ns-gallery .gallery-icon {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}
.ns-gallery .gallery-icon img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.ns-gallery .gallery-icon img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.ns-gallery .gallery-item:hover .gallery-icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 10px;
}
.ns-gallery .gallery-icon a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    content: "";
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.ns-gallery .gallery-item:hover .gallery-icon a:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.ns-gallery .gallery-icon a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    height: 33px;
    width: 33px;
    font-size: 33px;
    color: #ffffff;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    content: "\f00e"; /* Unicode for fa-search */
     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.ns-gallery .gallery-item:hover .gallery-icon a:before {
    visibility: visible;
    opacity: 1;
}
/* Contact Us */
.ns-it .elementor-icon-box-icon {
    border: 2px solid #103E53;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.ns-im .elementor-icon-box-content {
    display: flex;
    gap: 10px;
}
.ns-im .elementor-icon-box-content .elementor-icon-box-title {
    width: 75px;
    flex-shrink: 0;
}
/* Contact Form */
.f-c {
    width: 100%;
    margin-bottom: 20px;
}
.f-w {
    display: flex;
    margin: 0px -10px;
}
.f-w .f-c {
    width: 50%;
    padding: 0px 10px;
}
.ns-f .f-c input, .ns-f .f-c select, .ns-f .f-c textarea {
    border: 1px solid #BFBFBF !important;
    border-radius: 12px !important;
    color: #868681 !important;
    font-size: 18px !important;
    padding: 15px 20px !important;
    width: 100% !important;
}
.ns-f .f-c input::placeholder, .ns-f .f-c select::placeholder, .ns-f .f-c textarea::placeholder {
    color: #868681 !important;
    font-size: 18px !important;
}
.ns-f .f-c textarea {
    height: 160px;
}
.f-c p {
    margin: 0px !important;
}
.f-c br {
    display: none !important;
}
.ns-f .f-btn {
    margin: auto;
    width: 200px;
}
.nh-cf .wpcf7-spinner {
    position: absolute;
    bottom: 16px;
}
.ns-cf .f-btn .wpcf7-spinner {
    position: absolute;
    top: 15px;
}
.nf-map, .nf-map .elementor-custom-embed, .nf-map iframe {
    height: 100%!important;
}
.nf-cif .elementor-icon-box-icon {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    box-shadow: 0px 7px 5px 0px #00000029;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #42C1B3;
    margin: 0 auto;
}
.ns-ifr .f-w {
    margin: 0px -15px;
}
.ns-ifr .f-w .f-c {
    padding: 0px 15px;
}
.ns-ifr .f-c {
    margin-bottom: 30px;
}
.ns-ifr .f-c input:not(.wpcf7-submit),.ns-ifr .f-c textarea,.ns-ifr .f-c select,
.ns-ifr .f-c input::placeholder,.ns-ifr .f-c textarea::placeholder {
    color: #151515 !important;
}
.ns-ifr .f-btn {
    width: auto;
}
.ns-ifr .f-btn .wpcf7-submit {
    width: 100%;
    text-align: center;
    border-radius: 20px;
    background-color: #1C4E65;
    color: #fff !important;
    font-size: 20px !important;
}
.ns-ifr .f-btn .wpcf7-submit:hover {
    background-color: #42C1B3!important;
}
.ns-ifr .wpcf7-spinner {
    position: absolute;
    right: 0px;
    top: 17px;
}
.gi-f .wpcf7-response-output {
    color: inherit !important;
}
/* Footer */
.btn-c .elementor-button-content-wrapper {
    align-items: center;
    gap: 15px;
}
.btn-c .elementor-button-icon {
    background-color: var(--e-global-color-secondary);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.btn-c svg path {
    fill: #fff;
}
.btn-c .elementor-button:hover .elementor-button-icon {
    transform: rotate(-45deg);
}
.mc4wp-form-fields {
    display: flex;
    align-items: center;
    gap: 15px;
}
p[style="color: indianred;"] {
    display: none;
}
.mc4wp-form-fields input#email {
    background-color: #fff;
    border-radius: 100px!important;
    padding: 18px 32px!important;
    flex-grow: 1;
}
.mc4wp-form-fields input#email::placeholder {
    color: #000!important;
    font-size: 18px!important;
}
.s-btn {
    position: relative;
}
.s-btn i {
    height: 47px;
    width: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    margin: 0 auto;
    transition: 0.5s ease;
    font-size: 24px;
    pointer-events: none;
}
.s-btn input {
    font-size: 0px !important;
    border-radius: 100px!important;
    padding: 18px 32px!important;
    min-width: 130px;
    height: 63px;
}
.mc4wp-alert {
    margin-top: 10px;
}
.mc4wp-alert, .mc4wp-alert p {
    color: #fff;
}
/* Responsive Css */
@media only screen and (max-width: 767px) {
.in-stl {
    height: 115px;
}
.nf-sk,.nf-skv2 {
    clip-path: none;
}
.nf-sk:after,.nf-skv2:before {
    display: none;
}
.s-btn input {
    min-width: auto;
}
.nf-map, .nf-map .elementor-custom-embed, .nf-map iframe {
    height: 290px!important;
}

}

