* {
    font-family: Raleway;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

body {
    background: white;
}

.section-padding {
    padding: 100px 0;
}


/* ----------------------navbar--------------------------- */

.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-nav {
    margin-left: auto;
}

.w-100 {
    height: 100vh;
}

.hover-link {
    position: relative;
    color: #131944;
    text-decoration: none;
}

.hover-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #e35631;
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease;
}

.hover-link:hover::before {
    width: 100%;
}
/* ----------------------Get Quote Form--------------------------- */
.wf_customMessageBox {
    font-family: Raleway;
    color: #132C14;
    background:  #F5FAF5;
    box-shadow:0 2px 6px 0 rgba(0,0,0,0.25);
    max-width: 90%;
    width:max-content;
    word-break: break-word;
    z-index: 11000;
    border-radius: 6px;
    border: 1px solid #A9D3AB;
    min-width: 100px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    }
  .wf_customCircle {
    position: relative;
    background-color: #12AA67;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    flex:none;
    margin-right: 7px;
    }
  .wf_customCheckMark {
    box-sizing: unset !important;
    position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 6px;
    top: 9px;
    height: 8px;
    width: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    }
  .wf_customClose {
    box-sizing: border-box;
    position: relative;
    width: 18px;
    height: 18px;
    }
  .wf_customClose::after,
  .wf_customClose::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 1.5px;
    background: #616E88;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 1px
    }
  .wf_customClose::after {
    transform: rotate(-45deg)
  }
  
  #crmWebToEntityForm.zcwf_lblLeft {
    width:100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #crmWebToEntityForm.zcwf_lblLeft * {
    box-sizing: border-box;
  }
  #crmWebToEntityForm{text-align: left;}
  #crmWebToEntityForm * {
    direction: ltr;
  }
  .zcwf_lblLeft .zcwf_title {
    word-wrap: break-word;
    padding: 0px 6px 10px;
    font-weight:bold }.zcwf_lblLeft.cpT_primaryBtn:hover{
    background: linear-gradient(#02acff 0,#006be4 100%) no-repeat padding-box !important;
    box-shadow: 0 -2px 0 0 #0159b9 inset !important;
    border: 0 !important;
    color: #fff !important;
    outline: 0 !important;
  }
  .zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea, .zcwf_lblLeft .zcwf_col_fld select{
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0.375rem;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .zcwf_lblLeft .zcwf_col_lab {
    width: 100%;
    word-break: break-word;
    padding: 0px 6px 0px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    min-height: 1px;
  }
  .zcwf_lblLeft .zcwf_col_fld {
    float: left;
    width: 100%;
    padding: 0px 6px 0px;
    position: relative;
    margin-top: 5px;
  }
  .zcwf_lblLeft .zcwf_privacy{padding: 6px;}
  .zcwf_lblLeft .wfrm_fld_dpNn{display: none;}
  .dIB{display: inline-block;}
  .zcwf_lblLeft .zcwf_col_fld_slt {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    float: left;
    resize: vertical;
    padding: 2px 5px;
  }
  .zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after {
    content: '';
    display: table;
    clear: both;
  }
  .zcwf_lblLeft .zcwf_col_help {
    float: left;
    margin-left: 7px;
    font-size: 12px;
    max-width: 35%;
    word-break: break-word;
  }
  .zcwf_lblLeft .zcwf_help_icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #c0c6cc;
    color: #c1c1c1;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 50%;
  }
  .zcwf_lblLeft .zcwf_row {margin: 15px 0px;}
  .zcwf_lblLeft .formsubmit {
    margin-right: 5px;
    cursor: pointer;
    color: var(--baseColor);
    font-size: 12px;
  }
  .zcwf_lblLeft .zcwf_privacy_txt {
    width: 90%;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-family: Raleway;
    display: inline-block;
    vertical-align: top;
    color: var(--baseColor);
    padding-top: 2px;
    margin-left: 6px;
  }
  .zcwf_lblLeft .zcwf_button {
    font-size: 12px;
    color: var(--baseColor);
    border: 1px solid #c0c6cc;
    padding: 3px 9px;
    border-radius: 4px;
    cursor: pointer;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .zcwf_lblLeft .zcwf_tooltip_over{
    position: relative;
  }
  .zcwf_lblLeft .zcwf_tooltip_ctn{
    position: absolute;
    background: #dedede;
    padding: 3px 6px;
    top: 3px;
    border-radius: 4px;word-break: break-word;
    min-width: 100px;
    max-width: 150px;
    color: var(--baseColor);
    z-index: 100;
  }
  .zcwf_lblLeft .zcwf_ckbox{
    float: left;
  }
  .zcwf_lblLeft .zcwf_file{
    width: 55%;
    box-sizing: border-box;
    float: left;
  }
  .clearB:after{
    content:'';
    display: block;
    clear: both;
  }
  
  .zcwf_lblLeft .zcwf_col_fld input[type=text]:focus, .zcwf_lblLeft .zcwf_col_fld textarea:focus, .zcwf_lblLeft .zcwf_col_fld select:focus{
      background-color: #fff;
      outline:2px solid #ec691f;
  }
  
  @media all and (max-width: 600px) {
    .zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld {
      width: auto;
      float: none !important;
    }
    .zcwf_lblLeft .zcwf_col_help {width: 40%;}
  }
  

/* ----------------------carousel--------------------------- */

.hero .carousel-item {
    height: 100vh;
    min-height: 300px;
}

.hero .carousel-caption {
    bottom: 250px;
    z-index: 2;
    
}

.hero .carousel-caption h5 {
    font-size: 45px;
    letter-spacing: 2px;
    margin-top: 25px;
}

.hero .carousel-caption p {
    width: 80%;
    margin: auto;
    font-size: 25px;
    line-height: 1.9;
}

.hero .carousel-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.hero img {
    object-fit: cover;
}


/* ----------------------button--------------------------- */

.button-24,.see-all,.zcwf_col_fld input[type=Submit] {
    background: #e35631;
    border: 1px solid #e35631;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #f3f6ff;
    cursor: pointer;
    display: inline-block;
    
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.button-24:hover, .see-all:hover, .see-all:active,
.button-24:active,.zcwf_col_fld input[type=submit]:hover, .zcwf_col_fld input[type=submit]:active {
    background-color: initial;
    background-position: 0 0;
    color: #e35631;
    /* filter: hue-rotate(0deg); */
}

.button-24:active, .zcwf_col_fld input[type=Submit]:active {
    opacity: 0.5;
}
.see-all{
    width: 26%;
    margin: auto;
    font-size: 25px;
}

/* ----------------------responsive--------------------------- */

@media screen and (max-width: 1024px) {
    .see-all {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero .carousel-caption {
        bottom: 370px;
    }
    .hero .carousel-caption p {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    * {
    font-family: Raleway;
    }
    .navbar-nav {
        text-align: center;
    }
    .hero .carousel-caption {
        bottom: 165px;
    }
    .hero .carousel-caption h5 {
        font-size: 35px;
        /* 35 */
    }
    .hero .carousel-caption a {
        padding: 10px 15px;
        font-size: 17px;
    }
    .hero .carousel-caption p {
        width: 100%;
        line-height: 1.6;
        font-size: 20px;
        /* 20 */
    }
    .about-text {
        margin-top: 2rem;
    }
    .about-text h2 {
        font-size: 30px;
    }
    .see-all{
    width: 46%;
    margin: auto;

}
}


/* ----------------------logo slider--------------------------- */

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {
    height: 150px;
    margin: 0 60px;
    width: 250px;
}


/* ----------------------about content--------------------------- */

.about-text h2 {
    font-size: 40px;
    /* 40 */
}

.about-text p {
    font-size: 20px;
    /* 20 */
}

.about-img img {
    width: 100%;
    height: auto;
}


/* ----------------------desc content--------------------------- */

.desc-header-custom .section-header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #131944;
    margin: 50px 0;
}

.desc-header-custom .section-header:after {
    content: "";
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #e35631;
}

.desc-header-custom .section-header span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}

.desc-custom {
    background-color: white;
}

.desc-custom .card-title {
    color: #e35631;
}

.desc-custom .desc-header-custom h2 {
    color: black;
}

.desc-custom .card {
    position: relative;
    height: 100%;
    border-radius: 20px 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: rgba(19, 25, 68, 2) 0px 3px 8px;
}

.desc-custom .card-body .svg-icon {
    position: absolute;
    bottom: 26px;
    right: 26px;
}

.desc-custom .container-svg {
    border-radius: 50px 0px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #e35631;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 101px;
height: 97px; */
    flex-shrink: 0;
}

.desc-custom .container-svg svg {
    vertical-align: middle;
}


/* ----------------------tiles content--------------------------- */

.tiles-parent-container {
    background-color: #f3f6ff;
}

@media (max-width: 767px) {
    .tiles-container {
        padding-bottom: 30px;
    }
}

@media (min-width: 767px) {
    .tiles-container {
        padding-bottom: 70px;
    }
}

.tiles-header .section-header {
    position: relative;
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #131944;
}

.tiles-header .section-header:after {
    content: "";
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #e35631;
}

.tiles-header .section-header span {
    color: #131944;
    display: block;
    font-size: 15px;
    font-weight: 300;
}

.shape-box {
    display: inline-block;
    position: relative;
    justify-content: center;
    z-index: 1;
    max-width: 400px;
    height: 400px;
    margin: 30px 10px 30px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    width: 23.333%;
}

.shape-box_half {
    overflow: hidden;
    text-align: left;
}

.shape-box_half:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(53.5deg);
    transform-origin: top left;
    transition: \transform0.4s;
    background: #fff;
    z-index: 1;
}

.shape-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-black {
    background-color: #000;
}

.shape-box_half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transition: \transform0.4s;
    transform: translateY(100%);
    z-index: 3;
}

.shape-box_half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 30px;
    right: 30px;
    transition: bottom 0.4s;
}

.card-no {
    font-size: 36px;
    color: #e35631;
    padding: 0;
    margin: 10px 0;
}

.card-main-title {
    margin-top: 8px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #131944;
}

.card-content {
    color: #9f9f9f;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
}

.shape-box_half>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #131944;
    opacity: 0;
    transition: opacity 0.4s;
}


/*On hover*/

.shape-box_half:hover:before {
    transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
    transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
    bottom: 100%;
}

.shape-box_half:hover>.after {
    opacity: 1;
}

.box-wrapper {
    text-align: center;
}

@media (max-width: 767px) {
    .card-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .shape-box {
        width: 80%;
    }
}

@media (min-width: 767px) {
    .card-wrapper {
        display: flex;
        flex-wrap: wrap;
        /* Allow cards to wrap onto the next row */
        justify-content: space-between;
        /* Distribute cards evenly within the flex container */
    }
    .shape-box {
        flex-basis: calc( 33.33% - 20px);
        /* Set the width of each card to about 1/3 of the container width, minus spacing */
        margin-bottom: 20px;
        /* Add some margin between cards */
        position: relative;
    }
}


/* ----------------------our team content--------------------------- */

@media (min-width: 767px) {
    .team-custom-padding {
       margin: 50px 0;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .team-custom-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.team-parent-container .section-header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #131944;
}

.team-parent-container .section-header:after {
    content: "";
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #e35631;
}

.team-parent-container .section-header span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}

.team-container a {
    color: #ffffff;
    text-decoration: none;
}

.team-container .card {
    height: 400px;
    width: 100%;
    margin: 10px;
    perspective: 1000px;
    border-radius: 0 !important;
}

.team-container .card-content {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-in-out;
}

.team-container .card:hover .card-content {
    transform: rotateY(180deg);
}

.team-container .card-front,
.team-container .card-back {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #131944;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    transform: rotateY(0deg);
    transition: transform 0.5s ease-in-out;
}

.team-container .card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-container .card-back {
    transform: rotateY(180deg);
}

.team-container .card-back h2 {
    margin: 0;
    font-size: 26px;
}

.team-container .card-back span {
    font-size: 20px;
}

.team-container .card-back a {
    height: 20px;
    width: 20px;
    padding: 5px 5px;
    border-radius: 4px;
    line-height: 20px;
}

.team-container .card-back a:hover {
    color: #000000;
    background-color: #fff;
}


/* ----------------------counter content--------------------------- */

.outer-counter-container {
    /* background-color: #f3f6ff; */
    padding-bottom: 70px;
}

.counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    /* Adjust as needed */
}

.counter-container {
    width: 28vmin;
    height: 28vmin;
    /* flex: 1 1 calc(25% - 20px); */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-around;
    padding: 1em 0;
    position: relative;
    font-size: 16px;
    border-radius: 0.5em;
    background-color: #f3f6ff;
    border-bottom: 10px solid #e35631;
    /* text-align: center; */
    /* margin-bottom: 20px; */
}

.counter-container i {
    color: #e35631;
    font-size: 2.5em;
    text-align: center;
}


/* 
.svg-custom svg {
  color: red;
  font-size: 2.5em;
  text-align: center;
} */

.counter-container span.counter-num {
    color: black;
    /* White text color */
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
}

.counter-container span.counter-text {
    color: black;
    font-size: 1em;
    text-align: center;
    padding: 0.7em 0;
    font-weight: 400;
    line-height: 0;
}

@media screen and (max-width: 1024px) {
    .counter-wrapper {
        width: 85vw;
    }
    .counter-container {
        height: 26vmin;
        width: 26vmin;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .counter-wrapper {
        width: 90vw;
        flex-wrap: wrap;
        gap: 30px;
        padding-left: 70px;
    }
    .counter-container {
        width: calc(50% - 40px);
        height: 30vmin;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .counter-wrapper {
        gap: 15px;
    }
    .counter-container {
        width: 100%;
        height: 25vmin;
        font-size: 8px;
    }
}


/* ----------------------testimonials content--------------------------- */

.tmcontent {
    padding: 50px 0;
    background: #f3f6ff;
}

.tmcontent section {
    display: grid;
    place-items: center;
    height: 100vh;
}

.tmcontent .section-header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #131944;
}

.tmcontent .section-header:after {
    content: "";
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #e35631;
}

.tmcontent .section-header span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}

.tmcontent .testimonials {
    max-width: 1000px;
    padding: 0 15px 50px;
    margin: 0 auto 80px auto;
}

.tmcontent .single-item {
    /* background: white; */
    color: black;
    padding: 15px;
    margin: 50px 15px;
    border-radius: 50px 0px;
}

.tmcontent .profile {
    margin-bottom: 30px;
    text-align: center;
}

.tmcontent .img-area {
    margin: 0 15px 15px 15px;
}

.tmcontent .img-area img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 7px solid #e35631;
}

.tmcontent .content {
    font-size: 18px;
}

.tmcontent .content p {
    text-align: justify;
}

.tmcontent .content p span {
    font-size: 48px;
    margin-right: 20px;
    color: #e35631;
}

.tmcontent .socials i {
    margin-right: 25px;
}

.tmcontent .bio h4 {
    font-family: "Berkshire Swash", cursive;
}

.tmcontent .carousel-control-next-icon,
.tmcontent .carousel-control-prev-icon {
    background-color: #e35631;
}


/* ----------------------footer content--------------------------- */

ul {
    margin: 0px;
    padding: 0px;
  }
  
  .footer-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
  }
  
  .footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); /* Adjust the opacity as needed */
  }
  
  .footer-section img {
    filter: brightness(0.7) contrast(1.2);
    position: absolute; /* Adjust the values as needed */
  }
  
  .footer-cta {
    border-bottom: 1px solid #e35631;
  }

  .footer-social-icon {
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  
  .footer-social-icon a {
    font-size: 26px;
    margin: 0 10px 0 0;
    color: #ffffff !important;
    text-decoration: none;
  }

  
  .single-cta i {
    color: #e35631;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .single-cta {
    position: relative;
    z-index: 3;
  }
  
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
  }
  
  .cta-text span {
    color: white;
    font-size: 15px;
  }
  .cta-text a {
    text-decoration: none;
  }
  
  .footer-content {
    position: relative;
    z-index: 2;
  }
  
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  
  .footer-logo {
    margin-bottom: 30px;
  }
  
  .footer-logo img {
    max-width: 200px;
  }
  
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: white;
    line-height: 28px;
  }
  
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #e35631;
  }
  
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  
  .footer-widget ul li a:hover {
    color: #e35631;
  }
  
  .footer-widget ul li a {
    color: #e35631;
    text-transform: capitalize;
  }
  
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #e35631;
    border: 1px solid #e35631;
    color: #fff;
  }
  
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #e35631;
    padding: 13px 20px;
    border: 1px solid #e35631;
    top: 0;
  }
  
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  
  .copyright-area {
    background: #e35631;
    padding: 25px 0;
  }
  
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #131944;
  }
  
  .copyright-text p a {
    color: #3b5998;
  }
  
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  
  .footer-menu li:hover a {
    color: black;
  }
  
  .footer-menu li a {
    font-size: 14px;
    color: #131944;
  }
  
  /* Styles for the copyright section */
  
  .site-footer {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: black;
    padding: 20px 0;
  }
  
  .site-footer p {
    margin-bottom: 0;
  }
  
  .site-footer .container {
    display: flex;
    justify-content: center;
  }
  
  @media (max-width: 768px) {
    .site-footer {
      padding: 15px 0;
    }
  }
  
  .small-text {
    font-size: 65%;
  }
  .single-cta{
    margin: 20px;
  }
  
  
  