/*
Theme Name: kvinity
Theme URI: 
Description: A clean base theme to use Twitter Boostrap 5 with Wordpress.
Author: MK
Author URI: 
Version: 1.0.0
Text Domain: wagwrap
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Ink Free';
    src: url('dist/fonts/InkFree.eot');
    src: url('dist/fonts/InkFree.eot?#iefix') format('embedded-opentype'),
        url('dist/fonts/InkFree.woff2') format('woff2'),
        url('dist/fonts/InkFree.woff') format('woff'),
        url('dist/fonts/InkFree.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: "Poppins", sans-serif;  
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
}
/*:root {
    scroll-behavior: inherit;
}*/
img{
    max-width: 100%;
}
h1,h2{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}
div#kvinity-navbar #menu-main-menu {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}
#kvinity-navbar #menu-main-menu a {
    text-decoration: none;
    color: #000;
    padding: 0px 15px;
}
.logo-img-box img {
    width: 130px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
a.btn.themebtn-2 {
    height: 45px;
    background: #A6286F;
    line-height: 42px;
    padding: 0px 25px;
    color: #fff !important;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
}
header .btn.themebtn{
    height: 45px;
    background: #0093C9;
    line-height: 42px;
    padding: 0px 25px;
    color: #fff !important;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
}
div#kvinity-navbar {
    margin-right: 25px;
}
header#main-header {
    padding: 15px 0px;
    background-image: url(/wp-content/uploads/2026/01/Path-120.png);
    background-position: bottom;
    background-size: cover;
    height: 180px;
}

/****** Banner Css Starts ***********/

.btn.themebtn {
    height: 55px;
    background: #0093C9;
    line-height: 53px;
    padding: 0px 20px;
    color: #fff !important;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 9px;
    border: 1px solid transparent;
    transition: all ease-in-out .4s;
}
.btn.themebtn:hover{
    color: #0093C9 !important;
    background: #fff;
    border-color:#0093C9; 
}

.btn.themebtn svg{
    margin-left: 22px;
}
a.btn.themebtn.whitebtn{
    color: #0093C9 !important;
    background: #fff;
    height: 55px;
    line-height: 53px;
    padding: 0px 20px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 9px;
    border: 1px solid #0093C9;
    transition: all ease-in-out .4s;
}
a.btn.themebtn.whitebtn:hover{
    color: #fff !important;
    background: #0093C9;
    border-color:transparent; 
}

.banner-subheading {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 20px;
    letter-spacing: 8px;
}
img.lineimg {
    display: block;
    width: 85px;
}

.banner-heading h1 {
    color: #0093C9;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 42px;
}
.banner-heading {
    display: flex;
}
.banner-heading h1 {
    background-image: url(/wp-content/uploads/2026/01/linebg.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right top 0px;
    padding-right: 15px;
    padding-top: 5px;
}
.banner-bottom-heading h3 {
    color: #F68B1F;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
}
.banner-info {
    margin-top: 25px;
    margin-bottom: 35px;
}
.banner-btnbox {
    display: flex;
    gap: 25px;
}
.banneruser-enrolled {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.enrolled-info span {
    color: #0093C9;
    font-weight: 500;
}
.enrolled-info{
    font-weight: 600;
    color: #4A4A4A;
    font-size: 14px;
}
.homebanner-right-inner {
    margin-top: -94px;
    background-color: #fff;
    border-radius: 50%;
    width: 570px;
    height: 530px;
    padding: 20px;
    position: relative;

}
.usernamebox-banner{
    background: url(/wp-content/uploads/2026/02/Name.svg);
    background-size: cover;
    height: 180px;
    width: 400px;
    position: absolute;
    bottom: 95px;
    left: -24px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 61px;
    line-height: 1.2;
}

.usernme{
    font-size: 28px;
    font-family: 'Ink Free';
}

.userpostition {
    font-family: "Oswald", sans-serif;
    text-align: center;
}

.homebanner-right-imgbox {
    background-image: url(/wp-content/uploads/2026/02/circle-line.svg);
    background-size: cover;
    padding: 35px;
    width: 510px;
    height: 503px;
    text-align: center;
    position: relative;
    right: -8px;
}
.homebanner-right-inner img {
    margin-left: 6px;
}
.scrolldown-box {
    text-align: center;
    margin-top: 30px;
}

.scrolldown-box img{
    cursor: pointer;
}
div#home-banner-section {
    padding-bottom: 30px;
    margin-bottom: -1px;
    background: #fff;
    position: relative;
    z-index: 1;
}



/****** Banner Css Ends ***********/

/******* Digital Section Css Start ************/

div#digital-learning {
    background: #0093C9;
    color: #fff;
    padding: 0px 0px 5px;
    position: relative;
    z-index: 0;
    overflow: hidden;

}
svg.top-flat-bottom-curve {
    height: 80px;
    width: 100%;
    margin-bottom: 40px;
}
.digital-topbox {
    text-align: center;
    padding-top: 30px;
}
.digital-subheading{
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: 9px; 
}
.digital-subheading .lineimg{
    margin: auto;
}
.section h2 {
    font-size: 32px;
    font-weight: 700;
}
.digital-heading {
    margin-top: 20px;
    margin-bottom: 20px;
}
.hh{
    clip-path: polygon(0% 0%, 100% 0%, 100% 24%, 0% 51%);
}
.digital-infobox {
    background: #fff;
}
.digital-slider-box-inner  {
    overflow: hidden;
}
/* Pagination container */
.digital-slider .swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
    line-height: 0; /* extra gaps remove */
    text-align: right;
}

/* Pill bullets */
.digital-slider .swiper-pagination-bullet {
    width: 40px;          /* pill length */
    height: 8px;         /* pill thickness */
    border-radius: 999px; /* capsule */
    background: rgba(255, 255, 255, 0.45); /* inactive */
    opacity: 1;
    margin: 0 3px !important;
    transition: all 0.25s ease;
}

/* Active pill */
.digital-slider .swiper-pagination-bullet-active {
    background: #fff;
    box-shadow: 0 6px 16px rgba(255,255,255,0.25);
}

.digital-imgbox::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--section-color);
    opacity: 0.5;          /* 👈 yahin opacity control */
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 24%, 0% 51%);
    height: 60%;
    top: 0px;
    border-radius: 10px 10px 0px 0px;
}
.digital-infobox {
    background: #fff;
    padding: 12px 15px;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.digital-info-imgicon {
    width: 65px;
    padding: 10px;
    height: 65px;
    border-radius: 5px;
}


.digital-slider-title {
    color: var(--section-color);
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}
.digital-slider-box {
    position: relative;
}
.digital-slider-box-main{
    margin-top: 30px;
}

svg.digitial-bottom-curve {
    width: 100%;
    height: auto;
    top: 0px;
    display: flex;
    z-index: -1;
    margin-top: -70px;
}

/******* Digital Section Css End ************/



/******* Why Choos Section Css Start ************/

.section-subheading{
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color:var(--font-color);
    font-size: 20px;
    letter-spacing: 9px;  
}
div#whychoose-us {
    padding: 50px 0px 90px;
}
.why-choose-topbox {
    text-align: center;
}
.section-heading h2{
    color:var(--font-color);
}
.why-choose-box {
    background: var(--section-color);
    color: #fff;
    padding: 20px 30px;
    height: 100%;
    border-radius: 7px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-choose-box-main {
    margin-top: 40px;
}
img.why-choose-img {
    width: 80px;
}
.why-choose-titlebox {
    margin-top: 20px;
}
.why-choose-titlebox h3 {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.why-choose-infobox {
    font-size: 16px;
    padding: 0px 15px;
    margin-top: 15px;
}
.choose-box-outer:nth-child(2n) .why-choose-box {
    margin-top: 45px;
}
svg.whychosse-path-bottom-curve {
    width: 100%;
    height: auto;
}

/******* Why Choos Section Css Ends ************/

/******* Digital Solution Css Starts ************/

div#digital-solution {
    background: #A6286F;
    color: #fff;
    padding-top: 5px;
    margin-top: 0px;
    position: relative;
}
svg.digital-solution-bottom-curve {
    height: 70px;
    width: 100%;
    margin-top: 20px;
}
.solution-top-svg{
    width:100%;
    height: auto;
    margin-bottom: -2px;
}
.digital-solutiontopbox {
    margin-bottom: 40px;
}

.full.solution-btn-box {
    text-align: center;
    margin-top: 40px;
}
a.btn.themebtn.whitebtn.purewhite {
    color: #000 !important;
    border-color: transparent !important;
    border-radius: 40px;
}
a.btn.themebtn.whitebtn.purewhite:hover{
    color: #fff !important;
    border-color: transparent !important; 
}
.digital-solution-imgbox:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;

    /* 👇 SVG as background */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L1440,0 L1440,90 C1100,140 340,140 0,90 Z' fill='white'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;

    color: var(--curve-color, rgba(255,255,255,0.6));

    /* ✅ SVG uses currentColor */
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L1440,0 L1440,90 C1100,140 340,140 0,90 Z' fill='black'/%3E%3C/svg%3E") no-repeat 0 0 / 100% 100%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L1440,0 L1440,90 C1100,140 340,140 0,90 Z' fill='black'/%3E%3C/svg%3E") no-repeat 0 0 / 100% 100%;

    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    z-index: 0;
    opacity: .8;
}

/******* Digital Solution Section Css Ends ************/

/********* Testimonial Css Start ********/


.cc-testimonials {
    padding: 90px 0;
    background: #fff;
    margin-top: -1px;
    position: relative;
}

.cc-testimonials__wrap {
    display: flex;
    gap: 0px;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    position: relative;
}

.cc-testimonials__box {
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 100%;
    padding-right: 150px;
}
.cc-testimonials__left {
    width: 900px;
    padding-left: 120px;
    background: #0b0f14;
    border-top-left-radius: 190px;
    border-bottom-left-radius: 190px;
}
.cc-testimonials__sub {
    letter-spacing: 6px;
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 10px;
}

.cc-testimonials__title {
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 18px;
    font-weight: 800;
}

.cc-testimonials__intro {
    opacity: 0.85;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.6;
}

.cc-testimonials__quote {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
    min-height: 110px;
}

.cc-testimonials__name {
    display: inline-block;
    margin-top: 16px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-size: 18px;

}



.cc-testimonials__right {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.cc-testimonials__media {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 3px solid #ff7a00; /* orange ring */
    overflow: hidden;
    position: relative;
    background: #eee;
}

.cc-testimonials__imageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cc-testimonials__videoWrap,
.cc-testimonials__videoWrap iframe {
    width: 100%;
    height: 100%;
}

.cc-testimonials__videoWrap iframe {
    display: block;
}

/*.cc-testimonials__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    background: rgba(0,0,0,0.55);
}

.cc-testimonials__play:before {
    content: "";
    position: absolute;
    left: 34px;
    top: 26px;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}*/

@media (max-width: 991px) {


    .cc-testimonials__media {
        width: 320px;
        height: 320px;
    }
}

.ccTestimonialSwiper .swiper-slide {
    opacity: 0 !important;
}

.ccTestimonialSwiper .swiper-slide-active {
    opacity: 1 !important;
}


/* Optional: hover effect */
.cc-testimonials__play:hover {
    transform: scale(1.05);
}
.cc-testimonials__media { position: relative; }

.cc-testimonials__play{
    position:absolute;
    inset:0;
    margin:auto;
    width:90px;
    height:90px;
    border:0;
    padding:0;
    cursor:pointer;
    z-index:10;
    display:none;
    background:url("/wp-content/uploads/2026/01/play-button-svgrepo-com.svg") center no-repeat;
    background-size:contain;
    background-color: #fff;
    border-radius: 50%;
}
/* Pagination container */
.cc-testimonials__dots{
    position: relative !important;
    bottom: 0 !important;
    margin-top: 22px;
    text-align: right;
}

/* Bullets ko bar/pill bana do */
.cc-testimonials__dots .swiper-pagination-bullet{
    width: 44px;
    height: 6px;
    border-radius: 999px;
    background: #d7e6f3;   /* light bar */
    opacity: 1;
    margin: 0 5px !important;
    transition: all .25s ease;
}

/* Active pill */
.cc-testimonials__dots .swiper-pagination-bullet-active{
    background: #2ea7df;   /* active blue */
}

/* Optional: hover */
.cc-testimonials__dots .swiper-pagination-bullet:hover{
    transform: translateY(-1px);
}






/********* Testimonial Css Ends ********/


/********* Team Css Starts ********/
div#home-team {
    background: #707070;
    color: #fff;
    padding: 35px 0px 0px;
    margin-top: -2px;
    z-index: 1;
    position: relative;
}

.hometeam-subheading.section-subheading img {
    margin: auto;
}
.hometeam-topbox.text-center {
    margin-bottom: 5px;
}
.home-team-bottom-curve {
    height: 70px;
    width: 100%;
    margin-top: 30px;
}
.hometeam-box {
    text-align: center;
}
.team-name h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 12px;
}
.team-postion {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
}
.team-infobox {
    padding: 0px 10px;
    margin-top: 10px;
}
.hometeam-outer {
    margin-top: 50px;
}
svg.teamtop-svg {
    width: 100%;
    height: auto;
}

/********* Team Css Ends ********/

/********* Home Client Css Starts ********/

div#home-client {
    padding: 90px 0px;
    text-align: center;
    margin-top: -1px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.home-client-subheading .lineimg{
    margin: auto;
}
.home-client-heading.section-heading {
    margin-top: 10px;
}
.home-client-outer {
    margin-top: 14px;
}
.home-client-box {
    height: 100%;
}
.home-client-box-main {
    margin-top: 25px;
}

/********* Home Client Css Ends ********/


/********* Footer Css Starts ********/

footer.footer-section.section {
    background: #000;
    color: #fff;
    padding-top: 0px;
    font-family: "Raleway", sans-serif;
    position: relative;
    z-index: 1;
}
.footerstat-box-main {
    display: flex;
    flex-wrap: wrap;
}
.footer-statbox-outer {
    width: 33.3%;
    padding: 0px 13px;
}
.footer-statbox-inner {
    border: 1px solid #707070;
    height: 285px;
    border-radius: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.stat-number {
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    font-size: 50px;
}
.stat-name{
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.footer-top-area {
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}
.footer-bottom-area {
    padding: 30px 0px;
}

.menu-heading {
    color: #0093C9;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.full.footermenubox {
    margin-top: 30px;
}
.menuinner ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.menuinner ul li{
    margin-bottom: 15px;
}
.menuinner ul a{
    color: #fff;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
}
.footer-copyrightbox {
    border-top: 1px solid #707070;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.f-copyrightbox-left {
    opacity: .7;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
}
.f-copyrightbox-left a:first-of-type{
    margin-left: 20px;
}
.f-copyrightbox-left a{
    color: #fff;
    text-decoration: none;
}
.social-links-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-links-footer a img {
    height: 20px;
}
.newsletter-form > p {
    display: flex;
    width: 100%;
    position: relative;
}
.newsletter-form input.wpcf7-form-control.wpcf7-email {
    height: 50px;
    background: #fff;
    width: 100%;
    border-radius: 40px;
}

.newsletter-form  .wpcf7-form-control-wrap{
    width:100%;
    position: relative;
}
.newsletter-form  span.wpcf7-spinner {
    display: none;
}
.newsletter-form {
    position: relative;
}
input.wpcf7-submit.submitbtn {
    position: absolute;
    right: 6px;
    border-radius: 30px;
    background-color: #F68B1F;
    color: #fff;
    border: none !important;
    height: 39px;
    padding: 0px 40px 0px 25px;
    top: 5px;
    background-image: url(/wp-content/uploads/2026/01/arrowright.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
}
 span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
}
.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    color: #000;
}
.footer-form {
    margin-top: 20px;
}
.form-footer-bottomtext {
    opacity: .6;
}

#scrollToTop {
    position: absolute;
    bottom: 100px;
    right: 20px;
    width: 35px;
    height: auto;
    cursor: pointer;
    display: none;
    z-index: 999;
}

#scrollToTop img {
    width: 100%;
    height: auto;
}

.footer-top-svg{
    width: 100%;
    height: auto;
    margin-top: -3px;
}

.footertop-left {
    padding-bottom: 20px;
}

/********* Footer Css Ends ********/




/* ===== Mobile Menu Toggle Button ===== */
.mobile-menu-toggle{
    display: none;
    border: 0;
    background: transparent;
    padding: 10px;
    cursor: pointer;
    margin-left: auto;
}
.mobile-menu-toggle span{
    display: block;
    width: 26px;
    height: 2px;
    margin: 3px 0;
    background: #000;
    transition: all 0.25s ease;
}

/* Toggle open animation (optional) */
.mobile-menu-open .mobile-menu-toggle span:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}
.mobile-menu-open .mobile-menu-toggle span:nth-child(2){
    opacity: 0;
}
.mobile-menu-open .mobile-menu-toggle span:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}

/* ===== Responsive Behaviour ===== */
@media (max-width: 991px){

    /* show hamburger */
    .mobile-menu-toggle{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    /* desktop menu hidden by default on mobile */
    #kvinity-navbar .menubox{
        display: none;
        width: 100%;
    }

    /* open state */
    .mobile-menu-open #kvinity-navbar .menubox{
        display: block;
    }

    /* menu styling on mobile */
    #kvinity-navbar nav{
        width: 100%;
    }

    #kvinity-navbar .header-menu{
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 12px 0;
        margin: 0;
        list-style: none;
    }

    #kvinity-navbar .header-menu > li{
        padding: 8px 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    #kvinity-navbar .header-menu > li a{
        display: block;
        text-decoration: none;
    }
}


/* Pagination container */
.homeBannerPagination {
    position: absolute;
    bottom: 0px;        /* banner ke andar */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 9;
}

/* Normal bullets */
.homeBannerPagination .swiper-pagination-bullet {
    width: 35px;
    height: 6px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
    transition: all 0.4s ease;
    border: 1px solid #2fb4ff;
}

/* Active bullet */
.homeBannerPagination .swiper-pagination-bullet-active {
    background: #2fb4ff; /* blue active */
}

.scrolldown-box img {
    width: 30px;
}
div#home-banner-swiper {
    position: relative;
}

.header-right-text {
    font-family: "Oswald", sans-serif;
    color: #0093C9;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding-right: 30px;
}


.socialimg {
    width: 30px;
}
img.socialimg.emailimage {
    width: 26px;
}

.home-form-outer {
    background: #fff;
    max-width: 900px;
    margin: auto;
    border-radius: 20px;
    padding: 40px;
}
.homeform input.wpcf7-text,
.homeform input.wpcf7-email{
    height: 45px;
    border: none;
    border-bottom: 2px solid #A6286F;
    width: 100%;
    box-shadow: none !important
}
textarea.wpcf7-textarea.form-control{
    height:100px;
    border: none;
    border-bottom: 2px solid #A6286F;
    width: 100%; 
    box-shadow: none !important;
    padding-left: 0px;
    resize: none;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.formsubmit {
    background: #A6286F;
    color: #fff;
    border: none;
    height: 50px;
    padding: 0px 40px;
    text-transform: uppercase;
    border-radius: 30px;
}
.form-row.buttonrow p{
    margin: 0px;
}
.form-row.buttonrow {
    text-align: center;
}













