
:root {
    --color-default: #ff5e00;
    --rgb-default: 132, 138, 189;
    --rgb-dark: 30, 30, 30;
    --rgb-black: 0, 0, 0;
    --color-white: #FFF;
    --shadow: 0px 5px 20px rgba(var(--rgb-black), 0.04) !important;
}
.title-bg.bg-default {
    background: rgba(var(--rgb-default), 0.15);
}
.title-bg {
    padding-top: 0.4rem;
}
.display-3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: normal;
}
.display-1 {
    font-size: 1.1rem;
    line-height: 2.2rem;
    font-weight: normal;
}
.accordion-wrapper .card {
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    margin-bottom: 1rem;
}
.accordion-wrapper .card {
    border-radius: 0.2rem;
    margin-bottom: 1.25rem;
}
.accordion-wrapper .card-title {
    margin-bottom: 0;
}
.accordion-wrapper .card-text:last-child {
    margin-bottom: 0;
}
.accordion-wrapper .card-body {
    padding: 0 1.25rem 0.25rem 2.5rem;
}
.accordion-wrapper .card-header {
    margin-bottom: 0;
    background: none;
    border: 0;
    padding: 0.9rem 1rem;
}
.accordion-wrapper .card-header {
    margin-bottom: 0;
}
.accordion-wrapper .card-header button {
    background: none;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: all 200ms ease-in-out;
}
.accordion-wrapper .card-header button {
    color: #ff5e00;
}
.accordion-wrapper .card-header button.collapsed {
    color: #404040;
}
.accordion-wrapper .card-header button:hover {
    color: #ff5e00;
}
.accordion-wrapper .card-header > * {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.25rem;
}
.accordion-wrapper .card-header button:before {
    /* font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-size: 1rem;
    font-weight: normal;
    width: 1.5rem;
    display: inline-block;
    vertical-align: -2px;
    color:#ff5e00; */
    font-family: "Font Awesome 5 Free";
    z-index: 0;
    font-size: 14px;
    padding: 3px 8px 1px;
    text-align: center;
    border-radius: 3px;
    content: "\f107";
    font-weight: 700;
    color: #ff5e00;
    transition: 0.3s;
}
.accordion-wrapper .card-header button.collapsed:before {
    content: "\f106";
}
.accordion-wrapper.simple .card {
    background: none;
    border-radius: 0;
    margin-bottom: 0.1rem;
}
.accordion-wrapper.simple .card-header,
.accordion-wrapper.simple .card-block,
.accordion-wrapper.simple .card-body {
    padding: 0;
}
.accordion-wrapper.simple .card-body {
    padding-left: 1.5rem;
}
.accordion-wrapper.simple .card-header {
    margin-bottom: 0.8rem;
}
.title-bg.bg-default {
    background: rgba(var(--rgb-default), 0.15);
}
.title-bg {
    padding-top: 0.4rem;
}
.title-bg {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10rem;
    padding: 0.35rem 0.7rem 0.3rem;
}

figure {
    margin: 0;
    padding: 0;
}
figure img {
    max-width: 100%;
}
.mb-30 {
    margin-bottom: 1.5rem!important;
}

.image-wrapper {
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}
.image-wrapper:not(.mobile),
.image-wrapper.bg-fixed {
    background-attachment: fixed !important
}
.image-wrapper.bg-auto {
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
}
.image-wrapper.bg-full {
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
}
.image-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(var(--rgb-dark), 0.5);
}
.image-wrapper.rounded:before {
    border-radius: 0.2rem !important;
}
.image-wrapper.gradient-overlay:before {
    background: none;
    background-image: linear-gradient(135deg, #ff5e0063 0%, #ff5e0036 100%);
}
.image-wrapper.no-overlay:before {
    display: none;
}
.image-wrapper:not(.no-overlay) * {
    position: relative;
    z-index: 2;
}
.image-wrapper .cbp-nav-controls,
.image-wrapper .tparrows {
    position: absolute;
}
.h-100vh {
    height: 100vh;
}

.pb-140 {
    padding-bottom: 7rem!important
}

.ml-140 {
    margin-left: 7rem!important
}
.pt-140 {
    padding-top: 7rem!important;
}
@media (max-width: 767px) {
    .inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.light-wrapper {
    background-color: #f9fafb !important;
}
.space10 {
    height: .5rem!important;
}/* General overlay styling */
.overlay {
    position: relative;
    text-align: center;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
}

/* Rounded corners for images and background spans */
.rounded:not(.main), 
figure.rounded:not(.main) span.bg, 
figure.rounded:not(.main) img, 
.rounded:not(.main).overlay figcaption, 
.owl-carousel figure.rounded:not(.main) img, 
.owl-carousel .item>img, 
.google-map.rounded iframe {
    border-radius: 0.2rem !important;
}

/* Background span that appears on hover */
.overlay span.bg {
    background: rgba(0, 0, 0, 0.6); /* Change rgba value as needed */
    opacity: 0;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/* Image inside the figure */
figure.overlay img {
    opacity: 1;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    position: relative;
    transition: filter 0.35s ease-in-out; /* For blur effect */
}

/* Figure hover effect */
.overlay1:hover span.bg {
    opacity: 1;
}

/* Caption that appears on hover */
.overlay1 figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0.75rem 1rem;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Adjust as needed */
    z-index: 5;
    pointer-events: none;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.overlay1:hover figcaption {
    opacity: 1;
}

.overlay1 figcaption h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease-in-out;
}

/* .overlay1:hover figcaption h5 {
    transform: translate(-50%, -50%);
} */

/* Blur effect on image */
.overlay1:hover figure img {
    filter: blur(5px); /* Adjust blur amount as needed */
}

.image-wrapper {
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}.image-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(var(--rgb-dark), 0.5);
}.page-title-wrapper.image-wrapper .inner {
    padding-bottom: 6rem;
}.image-wrapper:not(.no-overlay) * {
    position: relative;
    z-index: 2;
}
.space90 {
    height: 4.5rem!important;
}.page-title-wrapper .lead {
    font-size: 1.1rem;
    line-height: 1.6rem;
}.page-title-wrapper .lead {
    font-size: 1.1rem;
    line-height: 1.6rem;
}


.gray-wrapper {
    background-color: #f3f4f7 !important;
}
.icon-svg img {
    width: 3rem;
    height: 3rem;
}
.gutter-60>[class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.mb-20 {
    margin-bottom: 1rem!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.form-control-name,.form-control-email,.form-control-subject,.form-control-message{
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        font-weight: inherit;
        height: 2.5rem;
        line-height: 2.5rem;
        padding: 0 1rem;
        font-size: 0.8rem;
        color: #606060;
        background: rgba(var(--rgb-black), 0.05);
        border: 0;
        border-radius: 1.25rem;
        resize: none;
        vertical-align: middle;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    
}

.space40 {
    height: 2rem!important;
}


.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: var(--color-default);
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
  }
  
  .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: black;
  }
  
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: black;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  
  .cta:hover:before {
    width: 100%;
    background: var(--color-default);
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active {
    transform: scale(0.95);
  }
  

  /* PRicing */

  .panel.pricing {
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pricing-wrapper [class*="col-"] {
    z-index: 1;
}
.pricing-wrapper [class*="col-"].popular {
    z-index: 3 !important;
}
.pricing-wrapper .panel.pricing.box {
    padding: 3rem 2rem;
}
.panel.pricing .icon-blob {
    text-align: center;
    margin: 0 auto;
}
.panel.pricing .panel-heading {
    padding: 0;
}
.panel.pricing .panel-title {
    margin: 0;
    padding: 0.25rem 0 0 0;
}
.panel.pricing .icon {
    margin-bottom: 0.5rem;
}
.panel.pricing table {
    margin-bottom: 0
}
.pricing .panel-body {
    padding: 1.75rem 0 0 0;
    text-align: center;
    border-top: 0;
}
.panel.pricing .prices {
    padding: 0;
    margin: 0;
    line-height: 1;
    background: none;
    font-weight: normal;
}
.price-value {
    font-size: 3rem
}
.price-currency {
    display: inline-block;
    font-size: 0.9rem;
    padding-right: 0.2rem;
}
.price-duration {
    font-size: 0.8rem;
}
.price-duration:before {
    content: "/";
    padding-right: 0.25rem;
}
.panel-desc {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0;
    line-height: 1;
}
.panel.pricing .table>thead>tr>th,
.panel.pricing .table>tbody>tr>th,
.panel.pricing .table>tfoot>tr>th,
.panel.pricing .table>thead>tr>td,
.panel.pricing .table>tbody>tr>td,
.panel.pricing .table>tfoot>tr>td {
    padding: 0.25rem 0;
    line-height: 1;
    vertical-align: top;
}
.pricing .table>tbody>tr>td {
    border: 0
}
.panel.pricing .table>tbody>tr:nth-child(2n) {
    background: none
}
.panel.pricing .panel-footer a {
    margin: 0
}
.panel.pricing .panel-title,
.pricing .panel-body {
    border: 0;
    background: none;
}
.pricing .panel-footer {
    padding-top: 2.25rem;
    padding-bottom: 0;
    background: none;
    border: 0;
}
.pricing-switcher-wrapper {
  width: fit-content;
    height: 1.8rem;
    margin: 0 auto;
    clear: both;
    text-align: center;
    position: relative;
    background-color: rgba(var(--rgb-black), 0.05);
    border-radius: 1.5rem;
    border: 0.2rem solid transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.pricing-switchers {
    width: 100%;
}
.pricing-switcher-active{
    background-color: #ff5e00 !important;
    border-radius: 10% !important;
}
a:hover{
    color:black !important;
}
.pricing-switcher {
    cursor: pointer;
    width: 50%;
    padding:10px;
    /* float: left; */
    margin-right:10px;
    margin-left:10px;
    height: 1.8rem;
    line-height: 1.8rem;
    position: relative;
    z-index: 888;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.025rem;
    font-weight: 500;
}
.switcher-button {
    height: 1.8rem;
    width: 50%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 555;
    margin: 0;
    border: none;
    transition: .3s ease-in-out;
    border-radius: 1.5rem;
}
.pricing-switcher-active {
    color: var(--color-white);
}
.pricing-switcher:nth-child(1).pricing-switcher-active~.switcher-button {
    left: 0;
}
.bg-default {
    background: var(--color-default);
}
.pricing-switcher:nth-child(2).pricing-switcher-active~.switcher-button {
    left: 50%;
}
.prices {
    position: relative;
    height: 3rem;
}
.prices .price {
    position: absolute;
    left: 0;
    right: 0;
}
.prices .price-hidden {
    display: none;
}
.prices .price-show {
    -webkit-animation: priceShow 0.6s forwards;
    animation: priceShow 0.6s forwards;
}
.prices .price-hide {
    -webkit-animation: priceFade 0.6s forwards;
    animation: priceFade 0.6s forwards;
}
@keyframes priceFade {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
    }
}
@-webkit-keyframes priceFade {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
    }
}
@keyframes priceShow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes priceShow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.shadow {
    box-shadow: var(--shadow) !important;
    transition: all 200ms ease-in-out;
}

.nav-tabs.nav-pills .nav-link {
    color: #404040;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    padding: 0.8rem 1.2rem;
    line-height: 1;
    border-radius: 1.5rem;
    background: none;
}
.nav-tabs.text-center .nav-link {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.nav-tabs .nav-link {
    font-size: 0.95rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    font-weight: 500;
    color: #404040;
    margin-right: 1.5rem;
    border: 0;
    border-radius: 0;
    padding: 1rem 0;
    display: block;
}
@media (min-width: 768px) {
    .nav-tabs.nav-pills .nav-link .icon1 {
        display: inline-block;
    }
}.nav-tabs.nav-pills .nav-link .icon1 {
    margin-right: 0.5rem;
    font-size: 1.1rem;
    vertical-align: -1px;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.color-dark, .bullet-dark>li:before, .bullet-dark i {
    color: var(--color-dark) !important;
}
.section-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}
.nav-tabs {
    border: 0;
}
.nav-tabs.nav-pills .nav-link.active, .nav-tabs.nav-pills .nav-link.active:hover {
    color: var(--color-default);
    background: var(--color-white);
    box-shadow: var(--shadow) !important;
}
.nav-tabs.nav-pills .nav-link {
    color: #404040;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    padding: 0.8rem 1.2rem;
    line-height: 1;
    border-radius: 1.5rem;
    background: none;
}
.nav-tabs.nav-pills .nav-link.active .icon1, .nav-tabs.nav-pills .nav-link.active:hover .icon1 {
    color: var(--color-default) !important;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
@media (min-width: 768px) {
    .nav-tabs.nav-pills .nav-link .icon1 {
        display: inline-block;
    }
}
[class^="icofont-"], [class*=" icofont-"] {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icofont-safety:before {
    content: "\efdc";
}




  
  #tab3-2 input#active-tab:checked ~ .line {
    left: 0;
  }
  
  #tab3-2 input#active-tab:checked ~ .content-container #c1 {
    opacity: 1;
  }
  
  #tab3-2 input#inactive-tab:checked ~ .line {
    left: 25%;
  }
  
  #tab3-2 input#inactive-tab:checked ~ .content-container #c2 {
    opacity: 1;
  }
  
  
  
  #tab3-2 a {
    display: inline-block;
    font-size: 16px;
  
    text-align: center;
 
    color: #555;
    position: relative;
    transition: 0.25s background ease;
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    border-bottom:1px solid var(--color-default);
    border-radius: 5px;
  }
  
  #tab3-2 a.active{
    display: inline-block;
    font-size: 16px;
    background: var(--color-default);
    text-align: center;
    background: #f4f4f4;
    color: #555;
    position: relative;
    transition: 0.25s background ease;
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    border-bottom:1px solid var(--color-default);
    border-radius: 5px;
  }
  
  #tab3-2 a::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    display: block;
    background: #ccc;
    bottom: 0;
    opacity: 0;
    left: 0;
    transition: 0.25s ease;
  }
  
  #tab3-2 a:hover::after {
    opacity: 1;
  }
