@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?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&display=swap');
:root {
    --color-bg-primary-start: #fff;
    --color-bg-primary-end: #F2EAD8;
    --color-bg-secondary: #0E3C34; /* Forest Green */
    --color-accent: #D37A38; /* Terracotta */
    --color-accent-hover: #C96A27;
    --color-text-primary: #1E1E1E; /* Dark Charcoal */
    --color-text-secondary: #5F6E64; /* Muted Gray-Green */
    --color-text-light: #F6F1E9; /* Off-White/Beige for dark bg */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
}

body {
    font-family:var(--font-body);
    color: var(--color-text-primary);
    background-color: var(--color-bg-primary-start);padding-top: 0px!important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-text-primary);
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
   line-height: 1.7;font-weight: 500;
 color: #444;
  
}
.bi-chevron-right::before {
   font-size: 12px;
}
i.bi.bi-text-right {
    color: #222;
    font-size: 27px;
}

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

/* --- Backgrounds --- */
.bg-gradient-beige {
   background:#fff;
}
.bg-green {
    background-color: var(--color-bg-secondary) !important;
}
.bg-cream-darker {
    background-color: #fff;
   /* background: linear-gradient(to bottom, #fefaf4, var(--color-bg-primary-end));*/
}
.bg-pale-beige {
     background-color: #FAF5EE; background-image: url(../userassets/patterns.png);background-repeat: repeat;
     border-radius: 20px;
     padding: 30px 40px;
}
.display-5 {
    font-size: 2.6rem;
}
/* --- Text Colors --- */
.text-green-muted {
    color: var(--color-text-secondary) !important;
}
.text-light-beige {
    color: var(--color-text-light) !important;
}
.text-charcoal {
    color: var(--color-text-primary) !important;
}
.text-accent {
     color: var(--color-accent) !important;
}
.bg-light {
    background-color: #fdfbf8!important;
}
/* --- Buttons --- */
.btn.btn-brand {
    background-color: #d37a38;
    color: #FFFFFF;
    padding: 14px 24px;
    border-radius: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
   background: linear-gradient(90deg,#b6672e 10%,#c36e32 95%);
    text-decoration: none;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}
.btn.btn-brand:hover {
   background: linear-gradient(245deg, #b6672e 20%, #df8849 40%, #db874b 30%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 1s infinite linear;
    color: #fff;
}
.card-download .btn-brand-green {
    background-color: #0e3c34;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    border: none;
    transition: background-color 0.3s ease;
}
 .card-download .btn-brand-green:hover {
    background-color: #0a2d26; /* Slightly lighter green */
    color: #FFFFFF;
}
.btn-brand-hero {
    border-radius: 12px;
    font-size: 1.1rem;
}

/* --- Header --- */
.header-nav {
    background-color: var(--color-bg-secondary);
}
.navbar-brand {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.8rem;
    color: #FFFFFF !important;
}
.navbar-nav .nav-link {
   color: #222;
    font-weight: 600;
    margin: 0 0.55rem;
    font-size: 1.1rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--color-accent);
}
.navbar {
    padding: 3px 0;box-shadow: 0 0 20px #00000024;background-color:#faf3ec!important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7);
    color: #e77d2f!important;
}
.navbar-brand p {
    font-size: 10.5PX;
    text-align: CENTER;
    font-family: 'Inter';
    font-weight: 600;
    margin: 0;
    color: #222;
    letter-spacing: -.2px;line-height: 2;
}
.navbar-light .navbar-nav .nav-link {
    color: #222!important;
    text-transform: capitalize;
}
a.navbar-brand img {
    width: 100%;
}
a.navbar-brand {
    width: 11%;
    text-align: center;padding: 0;
}
.top-btn {
    width: 23%;
}
.navbar-light .navbar-toggler {
    color: #323231;
    border-color: transparent;padding: 0;
}
.navbar-light .navbar-toggler i {
    font-size: 25px;
}
/*================dropdown===================*/

.dropdown-toggle::after {
   display: inline-block;
    margin-left: 5px;
    vertical-align: 0;
    content: "\f107";
    font-family: "fontawesome";
    border: 0;
    font-size: 13px;
}
ul.dropdown-menu.second-level {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 45px rgb(0 0 0 / 15%);
    padding: 8px 20px;
}
.dropdown-menu li {
    padding: 0px 0;

}
a.dropdown-item:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: transparent;
    color: #222;
    border-bottom: 2px solid #222;
    transition: .3s ease-in-out;
    transform: translate(0,0) translateZ(0);
    -webkit-transform: translate(0,0) translateZ(0);
}
a.dropdown-item:hover:before {
   height: 5px;
    width: 100%;
    
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0e3c34;
}
a.dropdown-item {
    position: relative;
    transition: .3s ease-in-out;
    
}
.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #EEE;

}
 
.dropdown-menu li a {
    padding: 10px 12px;
    color: #111;
    font-weight: 500;
    width: 100%;
    display: block;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color:#0e3c34!important;
    border-radius: 4px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #0e3c34!important;
}
/*================dropdown===================*/




/* --- Hero Section --- */
.hero-section {
  
    padding: 0px 0;
}
.hero-section img{
 border-radius: 30px;height: 600px;width: 100%;
}
.hero-section p {
    width: 80%;
}
.hero-section .carousel-caption {
   position: absolute;
    right: 15%;
    bottom: 6.25rem;
    left: 6%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    width: 34%;
}
.section-start {
    background-image: url(../userassets/patterns.png);
    background-repeat: repeat;
    padding: 50px 0;
    float: left;
    width: 100%;
    margin-top: 70px;
    z-index: 0000;
    position: relative;
}
.slider-text {
    padding: 15px 100px;
}
.hero-section h1 {
    font-size: 2.8rem;
    line-height: 1.4em;
    text-transform: uppercase;color: #ddd;
}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.hero-section .carousel-control-next-icon, .hero-section .carousel-control-prev-icon {
  display: none;
}
.lead {
    font-size: 1.1rem!important;
    font-weight: 400!important;
}

.carousel-indicators [data-bs-target]{
    display: none;
}
.hero-section .carousel-inner {
    border-radius: 40px;
}

/* --- About Section (Green Card) --- */

.about-section {
    float: left;
    width: 100%;
}
.about-section .card-about-green {
    background-color: var(--color-bg-secondary);
    border-radius: 30px;
    padding: 2.5rem 2.5rem 3rem;
    color: var(--color-text-light); background-image: url(../userassets/bkg2.jpg);background-size: cover;
}
.about-section  .card-about-green h2, .card-about-green h3 {
    color: #FFFFFF;
}
.about-section .img-wrapper img {
    border-radius: 30px!important;
}
.about-section .img-wrapper {
    overflow: hidden;
    position: relative;
}
 .img-wrapper:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

  .img-wrapper:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    overflow: hidden;
}


 
.about-bottom {
    background: #efefef;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}
.icons {
    float: left;
    background: #d37a38;
    padding: 15px;
    border-radius: 50%;
    margin-right: 20px;
}
.icons img {
    width: 35px;
}
.text a {
    color: #222;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}
.about-bottom p {
    margin-top: 2px;
    margin-bottom: 0rem;
    font-size: 16px;
    line-height: 24px;color: #5f6e64;
}


/* Timeline (simple version) */
.timeline {
    position: relative;
    list-style: none;
    padding-left: 2.5rem;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: var(--color-accent);
    opacity: 0.5;
}
.timeline-item {
    position: relative;
    margin-bottom: 1.5rem;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: -2.0rem;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-accent);
}
.timeline-year {
    font-weight: 700;
    color: var(--color-accent);
}

/* --- Testimonial Cards --- */


.testimonial-section{
    float: left;
    width: 100%;padding: 80px 20px;
}
.testimonial-section .carousel-inner {
    display: flex;
}
.page-testimonial {
    background: #EBE3D8;
}
.testimonial-section .carousel-inner .carousel-item.active, .testimonial-section .carousel-inner .carousel-item-next, 
.testimonial-section .carousel-inner .carousel-item-prev {
    display: flex;
}
.card.card-testimonial {
    border: 0!important;
    border-radius: 20px;
background-color: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
   padding: 1.5rem;margin: 10px;margin: 0;height: 300px
}
.card-testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--color-accent);
}
.card-testimonial .stars {
    color: var(--color-accent); text-align: left;
}

.testi-content{
    text-align: left;
}
.card-testimonial p {
   font-size: 1rem;text-align: left;margin: 0;
    
}
.testimonial-card1 {
    overflow: hidden;
}
/* --- Experts Section --- */

.expert-section{
    float: left;
    width: 100%;
}

.expert-profile img {
   width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 2px solid #ddd;
    padding: 3px;
}

.expert-page {
    float: left;
    width: 100%;
   background-image: url(../userassets/patterns.png);
    background-repeat: repeat;
    padding: 70px 20px 80px;
}

.card-download {
    background-color: #fffaf2;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    padding: 2rem;background: #f7f5ef;
    border: 1px solid #e9e2cc;
}
i.bi.bi-file-earmark-arrow-down-fill {
    color: #d37a38;
}


.cta  {
    background: #fff;
     padding: 50px 20px;
    float: left;
    width: 100%;
}

.cta .row {
    color: #fff;
    background: #0f342c;
  border-radius: 20px;
    padding: 50px 20px;
}


/* --- blog Section --- */
.blog-section .img1 img {
    transform: rotate(-4.47deg);
    transition: transform .5s;
    border-radius: 20px;
    transition: transform .5s;
    list-style: none;
    position: relative;
    left: 80px;
}
.blog-section .img1 img:hover{
z-index:400;
   transform: translateY(-28%);
    transition: transform .5s;
}


.blog-section .img2 img{
transform: rotate(6.63deg);
    transition: transform .5s;
    border-radius: 20px;
    transition: transform .5s;list-style: none;
}
.blog-section .img2 img:hover{
z-index:400;
    transform: translateY(-28%);
    transition: transform .5s;
}

.blog-section .img3 img{
position: relative;
    left: -45px;
    transition: transform .5s;
    border-radius: 20px;
    transition: transform .5s;list-style: none;
}
.blog-section .img3 img:hover{
z-index: 400;
    transform: translateY(-28%);
    transition: transform .5s;
}

.blog-section .img4 img{
transform: rotate(3.21deg);
    transition: transform .5s;
    border-radius: 20px;
    transition: transform .5s;list-style: none;position: relative;
    left: -100px;
    top: -10px;
}

.blog-section .img4 img:hover{
z-index:400;
   transform: translateY(-28%);
    transition: transform .5s;
}



.blog-section li{
list-style: none;
}

.blog-section ul {
    justify-content: center;
    position: relative;
    height: 270px;
    z-index: 999;
    margin: auto;
    width: 60%;
    max-width: 1280px;
    padding-inline-start: 0;
    margin: auto;
}

.blog-section {
    float: left;
    width: 100%;
    padding: 60px 30px;z-index: 0000;
    position: relative;background-image: url(../userassets/patterns.png);
    background-repeat: repeat;
}

.page-blog {
    float: left;
    width: 100%;
    margin-top: 0px;background:#EBE3D8!important;
}
.sidebar-cate {
    display: none;
}
/* --- Footer --- */
.footer {
z-index: 9999;
    position: relative;
float: left;width: 100%;

    background-color: var(--color-bg-secondary);
    color: var(--color-text-light);
    padding: 40px 0;
}
.footer-links a {
    color: var(--color-text-light);
    text-decoration: none;
    margin: 0 0.5rem;
    font-size: 0.9rem;
}
.footer-links a:hover {
    color: var(--color-accent);
}
.social-icons a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    margin: 0 0.25rem;
    transition: all 0.3s ease;
}
.social-icons a:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);color: #fff;
}

.bottomfooter a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.bottomfooter li {
    font-size: 15px;
    color: #fff;
   list-style: none;
}
footer a:hover {
color: #d37a38;
}
.logo img {
    filter: brightness(0.1) invert(1);
}

.about-page {
    background:#ebe3d8;
    padding: 60px 30px 70px;
    float: left;
    width: 100%;
    
}
.about-page .img-wrapper  img {
    border-radius: 20px;width: 97%
}
.about-page .col-xl-3 {
    flex: 0 0 auto;margin: 0!important;
    width: 28%;
}
.about-page .col-xl-9 {
    flex: 0 0 auto;
    width: 72%;
}
.about-page .why-us-left {
    width: 100%;
    border-radius: 20px;margin-bottom: 10px;
}

.hero-title h2 {
    width: 70%;
}


.hero-subtitle {
    color: #d37a38!important;
    font-size: 20px!important;
    font-family: 'Inter';
    margin-bottom: 5px;
    font-weight: 600!important;
}
.about-page h2 {
    width: 100%;margin-bottom: 35px;
}

.right-side{
    padding-left: 80px;
}

.right-side p{
    font-size: 17px;
 }   

.second-section {
    padding: 65px 30px 70px;
}

.common-title {
    font-size: 40px;
}




  .states .card-body {
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 9%);
    padding: 1.5rem;
    border: 0px solid #ffffff;
    text-align: left;
    transition: transform .3s ease;
    transition: all .4s ease 0s;
    background:#0c342b;/* url(../userassets/bkg2.jpg)*/;
    background-size: cover;
    height: 180px;text-align: center;
}
.comapany-features {
    float: left;
    width: 100%;
    margin: 60px 0 0;
}
.states .icon1 h4 {
    color: #fff;
    font-family: 'Inter';
    font-size: 20px;
    
}


.states .card-body:hover {
    border-color: rgba(0,0,0,0);
}

.states img{
   width: 60px;margin-bottom: 10px; 
}
.states .solution-title {
    font-size: 16px;
    color: #fb9848;
    font-family: 'Inter';
    font-weight: 400;
}
.states p {
    font-size: 15px;
    color: #a3a3a3;
    line-height: 24px;
}


.about-service img{
    margin: 0 auto 30px;display: block;
}

.about-service {
  text-align: center;
    padding: 30px 30px 50px;
    border-radius: 18px;
    background-position: center right;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 11%);
    background: #ffffff;
    border: 0px solid #e3e1ee;background: #fffefc;
}

.about-service p {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 28px;
}
.input-group-text {
    background:#044949!important;
    border: var(--bs-border-width) solid #b0b2b3;
    color: #fff!important;border-radius: 6px 0px 0 6px!important;border-bottom: 0!important;
}
.input-group {
    
    height: 49px;
    font-size: 15px;
}
.about-service .form-control {
    border: var(--bs-border-width) solid #b0b2b3;
   font-size: 14px;
    border-radius: 0px 6px 6px 0px!important;background: #fff!important;
}
.section-second {
    background-color: #FAF5EE;
    background-image: url(../userassets/patterns.png);
    background-repeat: repeat;
    padding: 60px 30px;
    float: left;
    width: 100%;
}


.section-third {
    float: left;
    width: 100%;
    padding: 60px 30px;background: white;
}
div#myTab {
    border: 0;justify-content: center;
}
#myTab .nav-link {
    color: #fff!important;
    padding: 25px;
    background: #0c342b;
    min-width: 200px;
    margin-right: 10px;
    border-radius: 10px;
}
#myTab .nav-link.active {
    color: #fff!important;
    padding: 25px;
    background: #d37a38;
    min-width: 200px;
    margin-right: 10px;
    border-radius: 10px;
}
.tab-pane p {
    width: 80%;
}
div#myTabContent {
    width: 83%;
    margin: auto;
}
/* Global Widget Positioning Logic */
.sw-widget { z-index: 2147483647 !important; font-family: 'Poppins', sans-serif !important; position: fixed; box-sizing: border-box; }
.sw-hidden { display: none !important; }

/* Position Classes */
.sw-pos-bottom-left { bottom: 20px; left: 20px; }
.sw-pos-bottom-right { bottom: 20px; right: 20px; }
.sw-pos-left { left: 20px; bottom: 20px; }
.sw-pos-right { right: 20px; bottom: 20px; }

/* Top Bar */
.sw-top-bar { top: 0; left: 0; width: 100%; padding: 12px; display: flex; justify-content: center; align-items: center; color: white; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.sw-style-professional {
     background: #0c342b;
     background-size: cover;
}
.sw-style-urgent { background: #d32f2f; }
.sw-top-cta { background: #fff; color: #333; padding: 4px 12px; border-radius: 4px; margin: 0 15px; text-decoration: none; font-weight: bold; font-size: 13px; }
.sw-top-cta:hover {color: #602051;}
/* Chat Bot Window UI */
.sw-chat-window { bottom: 90px; right: 20px; width: 320px; background: white; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); overflow: hidden; border: 1px solid #eee; }
.sw-chat-header { background: #0e3c34; color: white; padding: 15px; display: flex; justify-content: space-between; font-weight: bold; }
.sw-chat-header button { background: none; border: none; color: white; cursor: pointer; font-size: 20px; }
.sw-chat-body { padding: 15px; }
.sw-chat-msg { background: #f1f1f1; padding: 10px; border-radius: 8px; font-size: 13px; margin-bottom: 15px; }
#sw-chat-form input, #sw-chat-form textarea { width: 100%; margin-bottom: 10px; padding: 8px; border: 1px solid #ddd; border-radius: 4px; font-size: 13px; }
#sw-chat-form button { width: 100%; background: linear-gradient(90deg,#b6672e 10%,#c36e32 95%)!important; color: white; border: none; padding: 10px; border-radius: 4px; cursor: pointer; }
.sw-chat-success { color: green; font-size: 14px; text-align: center; font-weight: bold; }

/* FABs (Chat/WA) */
.sw-wa-fab, .sw-chat-fab { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white !important; font-size: 28px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.3); text-decoration: none; }
.sw-wa-fab { background: #25d366; }
.sw-chat-fab {
   background: linear-gradient(90deg,#b6672e 10%,#c36e32 95%)!important; right: 90px; }

.sw-chat-fab:hover {
   background:  #0C342B!important;}
  

/* Trust Card */
.sw-trust-card  b{
    color: #fff;
}

.sw-trust-card { bottom: 30px; left: 30px; background: #b6672e; padding: 12px 20px; 
    border-radius: 50px; border: 0px solid #eee; 
    transform: translateX(-150%); transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    box-shadow: 0 8px 20px rgba(0,0,0,0.1); min-width: 250px; color: #fff; 
}
.sw-trust-visible { transform: translateX(0); }

/* Cookie Banner */
.sw-cookie-banner {
    text-align: center;
    background: #ffffff;
    color: #222;
    padding: 20px 20px 25PX;
    border-radius: 10px;
    display: block;
    align-items: center;
    gap: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    max-width: 350px;
    font-weight: 500;
     }
.sw-cookie-banner a{
color: #3e0838!important;
}
.sw-cookie-banner button {
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 35px;
    background: #0C342B;
}
.sw-cookie-banner p {
    line-height: 1.5;
}
.cookie-icon {
    text-align: center;
    margin: 20px 0 25px;
}
.cookie-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

a.cookie-link {
    color: #444;
    margin-top: 4px;
    display: block;
}
/* Modals */
.sw-modal-backdrop { top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.sw-modal-card { background: white; padding: 30px; border-radius: 12px; text-align: center; max-width: 400px; width: 90%; box-shadow: 0 10px 40px rgba(0,0,0,0.5); overflow: hidden; }
.sw-modal-img { width: 100%; height: 150px; object-fit: cover; margin-bottom: 15px; border-radius: 8px; }

/*  Popup Box */
.popup-box {

    width: 90%;
    overflow: hidden;
    border-radius: 22px;
    overflow: hidden;
    padding: 11px 11px;
    text-align: center;
    color: #fff;
    background: url(../userassets/bkg6.jpg);
    position: relative;
    box-shadow: 0 15px 45px rgb(0 0 0 / 35%);
    background-size: cover;
   
    
}
.progress-bar-scroll {
    height: 4px;
    background: #044949!important;
    width: 0%;
}
.sw-modal-content {
  background: #fff;
    position: relative;
    padding: 30px;
    border-radius: 18px;
    background-size: cover;
    background-position: 65% 69%;
   
}
.sw-modal-content  p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #777;
    text-transform: capitalize;
}

.sw-modal-content h3 {
   font-family: 'Inter';
    margin-bottom: 13px;
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 700;
}
.sw-modal-backdrop button {
    color: #fff!important;
    font-size: 16px;
    margin-top: 14px;
    padding: 12px 35px;
    border-radius: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
    background: linear-gradient(90deg,#b6672e 10%,#c36e32 95%);
    text-decoration: none;
    transition: all .2s;
}

.sw-modal-content .closebtn {
    position: absolute!important;
    top: -2px!important;
    right: 15px!important;
    border-radius: 50%!important;
    padding: 2px 7px!important;
    font-size: 12px!important;
}


/*----------------------loginstart---------------- */
.userlogin{
    background: url(../userassets/loginbkg.jpg);background-size: cover;
}

.loginstart {
 
 border-radius: 30px;
 margin:0px 0;
 padding: 0 0px 0px 0px;
 
}
.loginstart form {
    margin: 20px 0 0px;
}

.loginstart img {
 margin: 0px auto 0px!important;
    border-radius: 0;
    margin: 0px;
    width: 40%;
    position: relative;
    top: 0px;
    left: 0;
}
.loginstart h3 {
    font-size: 24px;
    font-weight: 700;margin: 0;
}

.loginstart h2 {
    font-size: 2rem;
    margin: 20px 0 0;
 font-weight: 700;
}

.login-form h6 {
  font-size: 16px;
   line-height: 1.8;
}

.loginstart .fa.fa-check {
    font-size: 70px;
    color: #6ec969;
}

.userlogin .container {
    width: 45%;
}
.loginstart .bi {
 
    color: #6ec969;
}
.login {
    padding: 50px 50px 40px;
}
#remember_me {
    margin: 0px 3px 0 0px;
    position: relative;
    top: 1px;
}

.btn.btn-default {
  border-radius: 0px;
    padding: 13px 50px;
   background-size: 300%;
    font-weight: 600;
    line-height: 2;
    border: 0;
     color:#fff;
    font-size: 18px;
    overflow: hidden;
   position: relative;background: #602051;
}

/*.btn.btn-primary {
    color: #FFFFFF;
    padding: 15px 40px;
    border-radius: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
    background: linear-gradient(90deg,#e77d2f 10%,#fda462 95%);
    text-decoration: none;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}
.btn.btn-primary:hover {
  background: linear-gradient(245deg, #e97a28 20%, #fca361 40%, #fb9a61 30%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 1s infinite linear;
    color: #fff;
    
}*/

.btn.btn-primary{
    background-color: #d37a38;
    color: #FFFFFF;
    padding: 14px 40px;
    border-radius: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
   background: linear-gradient(90deg,#b6672e 10%,#c36e32 95%);
    text-decoration: none;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}
.btn.btn-primary:hover {
   background: linear-gradient(245deg, #b6672e 20%, #df8849 40%, #db874b 30%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 1s infinite linear;
    color: #fff;
}








.bottombtn .btn.btn-default:hover {
   background: #c9af80!important;
    color: #111!important;
}

.lost {
    text-align: center;
    display: block;
}
.lost a {
    font-size: 15px;
   text-align: center;
    text-decoration: none;
    color: #5F3C66;
    font-weight: 600;
}
.lost a:hover {
   color: #333;
   text-decoration: underline;
}

.account {
    text-align: center;
    display: block;
    font-size: 15px;color: #666;
   
}
.account a {
    font-size: 15px;
   text-align: center;
    text-decoration: none;
    color:#d37a38;
    font-weight: 600;
}
.account a:hover {
   color: #fff;
   text-decoration: underline;
}

.loginstart .col {
    flex: 1 0 0%;
    padding: 0px 5px;
}
.loginstart h6 {
      font-size: 15px;
    text-transform: capitalize;
    color: #666;
    font-weight: 400;margin-bottom: 0;line-height: 23px;
}
.loginstart p {
    font-size: 16px;
    color: #666;margin: 0;
}
 
  ::placeholder {
    color: #444!important;
}
 .loginstart label {
    color: #222;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    display: none;
}
.loginstart .form-check-label {
    display: block!important;
}
.agree a {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
}
.loginstart .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    position: relative;
    top: 1px;
    margin-right: 4px;
}
.error img {
    width: 45%;
}

.captcha label {
    display: block!important;
}

.loginstart .btn-primary {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
   
}
.loginstart .btn-primary:hover {
    color: #fff;
    background-color: #4ea17a;
    border-color: #4ea17a;
}
.loginstart  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    font-size: 14px;
    border-radius: 0;
}
.loginstart  .btn-outline-secondary:hover {
    color: #fff;
   
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: #141414;
    font-weight: 500;
}



/*-------------------------------form-alart-----------------------------*/
.form-top.alert.alert-danger {
   background: transparent;
    border: 0;
    text-align: center;
    margin-bottom: 0;
    color: #ef0d23;
    padding: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    
}
.form-top .alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}
.form-top.alert.alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #ff0018;
    box-shadow: 0 0 0 0.25rem rgb(241 71 87 / 25%);
}

.form-control, .form-select {
  font-size: 15px;
    line-height: 2.5;
    color: #666;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 8px!important;
    background: #f6f6f6;
    transition: all .2s linear;
    height: 53px;
    font-size: 1rem;padding: 0.375rem 1rem;
}
.form-floating>label {
    font-size: 15px;
    color: #777;
    font-weight: 500;
}
.alert-success {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 12px;
    width: 60%;
    text-align: center;
}
/*-------------------------------form-alart-----------------------------*/

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-image: url(../userassets/bkg2.jpg);
    background-size: cover;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 20px;
    outline: 0;
    padding: 15px 15px;
    margin: auto;background-position: bottom;
}
.modal-content .card-body{
    background:#fff;border-radius: 15px;padding:25px 20px 30px;

}
.btn-close:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    margin-left: 0px;
    transition: all 0.1s ease-in-out;
    font-size: 16px;
    background: #e5e5e5!important;
    padding: 5px 7px;
    border-radius: 50%;
}
.btn-close {
    background: none!important;
    opacity: 1;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
}

.popup-badge span {
    background: linear-gradient(90deg,#e77d2f 10%,#fda462 95%);
    border-radius: 30px;
    padding: 3px 20px;
}
.popup-badge {
     margin-bottom: 15px;
}
.main-popup .btn.btn-primary{
background: #044949!important;
}
.main-popup .btn.btn-primary:hover{
background: linear-gradient(90deg,#e77d2f 10%,#fda462 95%)!important;
}

.popup-text {
    line-height: 1.5;
    font-size: 17px;
}
/*============================.homeblog=====================*/
    .homeblog{
background-color: #FAF5EE;
    background-image: url(../userassets/patterns.png);
    background-repeat: repeat;float: left;width: 100%;padding: 70px 20px;
        }
 .homeblog  .card-title {
            display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 22px;
    color: #111;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
        } 


.homeblog  .card {
            border-radius: 15px;
        }

.homeblog .card-body {
   padding: 1.2rem 1rem 1.2rem;
}    
 .homeblog  h5, .homeservice  h5, .homeabout  h5, .testimonials-section  h5, .homewhy  h5  {
           color: #5966EC;
           font-size: 16px;text-transform: capitalize;margin-bottom: 15px
        }
 
.blog-card.card {
    height: 510px;border-radius: 15px;transition: transform 0.3s
}
.homeblog .card img {
    border-radius: 15px 15px 0 0;
}
.btn-brand-green {
    background-color: #0e3c34;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    border: none;font-size: .8rem;
    transition: background-color 0.3s ease;
}

.btn-brand-green:hover {
background: linear-gradient(90deg,#b6672e 10%,#c36e32 95%);
color: #fff;
    }
.homeblog .text-green-muted {
    display: none;
}
.homeblog .text-accent{
    margin-bottom: 2px;
}

.homeblog p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;color: #6c757d!important
}
.homeblog .card-text {
    display: none;
}
.homeblo .category {
    background: linear-gradient(to right, rgb(239 245 255), rgb(255 255 255 / 95%));
    display: initial;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 18px;
    border: 1px solid #3d62c945;
}


.homeblog .card-title:hover {
    color:#B6672E!important;
    transition: .3s;
    text-decoration: underline;
}
.homeblog .btn.btn-brand {
    padding: 6px 20px!important;
     font-size: .9rem!important;
}
.blog-categories {
    position: absolute;
    top: 240px;
    left : 30px;
}
.blog-card.card img {
    height: 216px;
    width: 100%;border-radius: 15px 15px 0 0;
}

.blog-card .card-img {
    height: 216px;
}

.categories-btn, .blog-date, .cate-des .category {
   display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #555;
    font-weight: 400;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    margin-bottom: 10px;
    font-family: 'Poppins';
}



/*-------------------------------singleblog-----------------------------*/
.singleblog {
   background: #fff;
    padding: 60px 30px 40px;
   float: left;width: 100%;
   margin-top: 70px;
    
}
.singleblog  .card {
   box-shadow: none;
  border-radius: 20px;
    background: transparent;
   
}
.comment-area {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.sidebar-blog .card {
    padding: 15px!important;
   
}
.singleblog em {
    position: relative;
     background: linear-gradient(270deg,#0a8585 0,#0e6060 100%);
    background-clip: text;
    -webkit-background-clip: text;
   -webkit-text-fill-color: #074f529e;
    font-weight: 700;
    font-size: 18px;
}
.post-bar {
    display: flex;
    position: relative;
}
.singleblog .card h3 {
 font-size: 22px;
    font-weight: 600;
    border-bottom: 0px solid #ddd;margin-bottom: 13px;line-height: 1.3;margin-top: 20px;
    
}
.singleblog span {
    text-decoration: none!important;
    border-bottom: 2px solid #b6672e;
    font-weight: 500;
    color: #b6672e;
}

.row.gallery-blog-img img {
    border-radius: 13px;
    height: 250px;margin-bottom: 20px;width: 100%;
}

.sidebar-blog .card h3 {
     border-bottom: 1px solid #ddd;
    
}






.event-manage {
    display: block;
    text-align: center;
    margin: 0px auto;
    position: relative;
    background: #f0f2f8;
    padding: 20px 30px 20px!important;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border: 2px solid #7284bd0f;float: left;
    width: 100%;
}
.event-manage  li {
    font-size: 17px;
    color: #222;
    line-height: 30px;
    list-style: none;
    font-weight: 600;
    float: left;
    margin-right: 21px;
}

.rating-post {
    margin-left: 10px;
    color: #777;
}
.keywordNow {
    padding: 8px 0 0;
}
.post-bar {
    padding: 0px 4px 0;
}
.flagreview {
   font-weight: 600;
    text-decoration: underline;
    color: #5f3c66;
}
.flagreview:hover {
    color: #5F3C66;
}
.title-bar {
   display: flex;
    font-size: 14px;color: #888;
}

.rating .bi.bi-flag {
    margin-right: 3px;
    position: relative;
    color: #222;
    font-size: 14px;
}
.rating .bi.bi-flag:hover {
  color: #5F3C66!important;
}

.title-bar span {
    text-decoration: none!important;
    border-bottom: 0px solid #b6672e;
    font-weight: 500;
    color: #444;
}
.author-comment {
    background: transparent!important;
    box-shadow: none!important;padding: 0;
}
.singleblog .card-body {
  flex: 1 1 auto;
    padding: 0rem 0rem;
    line-height: 35px;
    font-size: 16px;
   
}
.blog-sidebar .btnblock {
    float: none;
}
.single-blog-img {
    margin-bottom: 0px;margin-top: 25px;
}
.singleblog .single-blog-img img {
    width: 100%;
 
    border-radius: 20px;
   height: 464px;
   width: 100%;box-shadow: 0 0 20px #0000002e;
}
.blog-block img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 15px;box-shadow: 0 0 20px #00000040;
}

.singleblog  dl, ol, ul {
    
    padding: 10px 0px 0 0px;
}

.table_of_content {
    background-image: url(../userassets/patterns.png)!important;
    background-repeat: repeat;
    padding: 25px 30px;
    border-radius: 20px;
    border: 0px solid #dfd0ff!important;
    margin: 15px 0 50px;box-shadow: 0 0 20px #00000040!important;
}
.table_of_content h5{
    font-size: 24px;
}

.table_of_content a {
border-bottom: 1px solid transparent!important;
}
.table_of_content ul li:before{
  position: relative;
    top: 4px;
}
.table_of_content ul {
 padding: 0!important;
}
.table_of_content li {
    margin-left: 0!important;
}

.table_of_content .fa.fa-chevron-right {
    color: #111!important;
    font-size: 13px;
    border-radius: 50%;
    margin-right: 13px!important;
    font-weight: 600;
    position: relative;
    top: 8px;
}

.table_of_content a:hover {
    text-decoration: underline!important;
    border-bottom: 1px solid!important;
}
.singleblog .sliderbanner  ul {
    background: #ffffff;
  padding: 30px 30px 35px!important;
    border-radius: 20px;
   box-shadow: 0 0 20px #0000002e;
    padding: 30px 0;
    margin-bottom: 30px;
}
.singleblog ul li:before {
  content: "\e829"!important;
    font-family: 'feather';
    margin-right: 12px;
    background: #044949;
    padding: 4px;
    border-radius: 50%;
    color: #fff;
    height: 21px;
    position: relative;
    top: 5px;
    text-align: center;
    line-height: 1.3;
    font-size: 11px
}
.singleblog .card-body a {
    color: #0d6efd;
    text-decoration: none!important;
    border-bottom: 2px solid #5b1be1;
    font-weight: 500;
    color: #222;font-size: 17px;
}
.singleblog ul li {
   
    background-size: 18px!important;
    position: relative;
   
}
.singleblog .card-title a {
 font-size: 40px;
    line-height: 1.2;
    color: #222;
    text-decoration: none!important;
    font-weight: 800;
    text-transform: capitalize;
}
.singleblog .card-title a:hover {
   color: #044949;
  box-shadow: none;text-decoration: none;
}
 .singleblog p {
   color: #1e1e1e!important;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 15px;
}

.singleblog p a{
   color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-info a {
    text-decoration: none!important;
}
.singleblog    ul li {
  font-size: 17px;
    color: #222;
    text-align: left;
    line-height: 28px;
    list-style: none;
    font-weight: 500;
    display: flex;
    margin-bottom: 8px;
}
/*.singleblog ol li:before {
    content: ""!important;
margin-right:10px;
    background: transparent;
    padding: 0px;
    border-radius: 0%;
    
    
}*/

.singleblog ol li {
    font-size: 17px;
    color: rgb(34, 34, 34);
    text-align: left;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    
}
.singleblog ol {

padding: 0px 20px 5px;}



.blog-sidebar h4 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 18px;
}

.parent-header {
    margin-bottom: 37px;
}

.singleblog ul li a{
    font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 28px;
    list-style: none;
    font-weight: 600;
    display: flex;
    margin-bottom: 2px;text-decoration: none;
}



.singleblog ul li a:hover {
    border-bottom: 2px solid;
    color: #222;
}
.social-note a {
    font-weight: 700!important;
}

.singleblog .text-link {
    color: #222;
    font-weight: 700;
}
.parent-header span {
    color: #666;
    font-weight: 400;
    font-size: 16px;
}
.blog-info a:hover {
    color: #044949;
    text-decoration: underline;
}

.singleblog p a {
    color: #c98025;
    text-decoration: none;
    background: linear-gradient(270deg,#be6b30 0,#d95826 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #b9692f;
}
.singleblog p a:hover {
background: linear-gradient(270deg,#044949 0,#056a6a 100%);
    border-bottom: 2px solid #044949;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.singleblog em{
    background: linear-gradient(270deg,#1c5c52 0,#235247 100%);
    padding: 1px 7px;
    line-height: 2;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 16px;margin-bottom: 12px;
    display: inline-block;
}*/

.singleblog strong {
    color: #222!important;
    font-weight: 700;
    font-size: 17px!important;display: contents;
}

.blog-info span {
    font-size: 16px;
    margin: 0px 5px 0 0px;
    
}
.bottom-block .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}
.conent-Text img {
       margin-bottom: 20px;
    border-radius: 20px;
    height: 450px;
    margin-top: 15px;
}
.sliderbanner {
   margin-top: 0px;
}
.sliderbanner img {
   border-radius: 20px;border-radius: 20px;
    width: 100%;
    height: 380px;
}
blockquote {
    float: left;
    width: 100%;
    color: #363636;
    border-left: 4px solid #652ce7;
    line-height: 28px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    font-size: 18px;
    display: block;
    margin: 25px auto 40px;
    position: relative;box-shadow: 0 0 20px #0202021a;
}
blockquote p {
    font-size: 18px!important;
    margin: 0;
    font-weight: 500;
    text-align: left!important;
    line-height: 32px!important;
    margin: 0 15px!important;
    color: #222!important;
    padding-left: 34px;
    font-style: italic;
}
.blockquote>:last-child {
    margin-bottom: 20px;
}
blockquote :before {
    content: "\F6B0";
    font-family: 'bootstrap-icons';
    font-size: 57px;
    color: #E6E4FF;
    position: absolute;
    left: 10px;
    margin-top: -9px;
}
.icon.style-color {
    position: absolute;
    color: #444;
}
iframe {
   border: 0;
    border-radius: 20px;
    margin: 15px auto 10px;
    width: 100%;
    height: 430px;
}
.blog-info a {
      text-decoration: none;
    color: #666;
    font-weight: 400;
    font-size: 16px;
}

.bottom-block {
    flex: 1 1 auto;
   padding: 0rem 0rem 0rem;
   margin: 10px 0 10px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bottom-block .card-body {
    padding: 1.5rem 1.5rem;
}
.bottom-block .card img {
    border-radius: 20px 20px 0 0; height: 180px;
}

.bottom-block .optinform {
    padding: 20px!important;
}

.singleph {
    float: left;
    width: 48%;
   
}

.comment-area h5 {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
}

.bottom-block .card {
   box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    display: inline-block;
   border: 3px solid #5F3C66!important;
}
.bottom-block .btn.btn-default {
font-size: 14px;
    padding: 3px 20px;
}
.btn.btn-default i {
   font-size: 17px;
    left: 2px;
}
.card-img.singleph img {
    border-radius: 18px 0 0 18px;
    height: 294px;
   width: 527px;
}
.singleblog .card-title {
   font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px!important;width: 70%;
  
}
.singleblog h2 {
      line-height: 1.4;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 28px;
    margin: 10px 0 5px;
    text-align: left;
    color: #222;
}

.singleblog .bottom-block .card-body {
    padding: 1.2rem 1.5rem 1.7rem;
}
.singleblog .singleph .card-title {
   font-size: 21px!important;
    line-height: 26px;
    font-weight: 700;
    min-height: 0!important;
    margin-bottom: 10px;
    text-align: left;
}
::selection {
    background-color: #a3cfb736;
}

.singleblog .breadcrums i {
    color: #888;
}

/*------------------------------socialshare--------------------------------*/
 .shareurl img {
    width: 70%;
}
.shareurl {
position: relative;
    top: 0px;
    left: 0px;
}
.shareurl .btn-danger {
    color: #0e0e0e;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.shareurl .btn-danger:hover {
    color: #0e0e0e;
    background-color: transparent;
    border-color: transparent;
}
.shareurl:hover i {
    color: #222!important;
    animation: toTopFromBottom 0.3s forwards;
}
.socialshare .modal-dialog {
    max-width: 370px;
    margin: 1.75rem auto;
}
.socialshare .modal-header {
   display: block;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1rem 0.5rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    
}
.socialshare .modal-body {
   border-radius: 0 0 10px 10px;
    padding: 5px 0 16px;
    background: #fff;
}
.socialshare .modal-content {
    border: 0px solid rgb(255 255 255 / 0%);
    border-radius: 10px;
    margin: auto;
    background: transparent;
    width: 101%;
    pointer-events: auto;
    background-image: url(../userassets/bkg2.jpg);
    padding: 15px 15px;
}
.socialshare .modal-title {
   text-align: center;
    font-weight: 700;
    color: #222;
    font-size: 20px;
}
.socialshare .btn-close {
   width: 7px;
    height: 7px;
    border: 0;
    opacity: .8;
    position: absolute;
    top: 8px;
    z-index: 999;
    right: 18px;
    background: url(../userassets/closeblack.png)center/1em auto no-repeat!important;
    background-repeat: no-repeat;
    background-size: 11px!important;
    right: 28px;
}
.social-icon .bi.bi-facebook {
    color: #3b5998;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-twitter {
    color: #55acee;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-pinterest {
    color: #DF0022;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-linkedin {
    color: #065CBA;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-whatsapp {
    color: #00BB04;
    background: transparent!important;
    padding: 0!important;
}
.social-icon  .bi.bi-send {
    color: #e73232;
    background: transparent!important;
    padding: 0!important;
}
.social-icon .bi.bi-instagram {
    background: -webkit-linear-gradient(45deg, #3d009f, #e91e63 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.social-icon a {
    text-decoration: none;
    font-size: 22px;
}
.social-icon {
    text-align: center;
    position: relative;
    top: -5px;
}
.sharesocial {
    text-align: center!important;
    margin: auto!important;
    width: 47%!important;
    padding: 5px 0 10px!important;display: none;
}
#myBtn {
   
    position: fixed;
    bottom: 51px;
    right: 30px;
    z-index: 99999;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #9369ee;
    color: white;
    cursor: pointer;
    padding: 10px 18px 15px;
    border-radius: 50%;
    line-height: 1.5;
    border: 0px solid #ffffff;
}
#myBtn i {
    display: block;
    font-size: 20px;
    position: relative;
    top: 3px;
}
/*authorbox*/
.author-block-avatar {
    float: left;
    width: 12%!important;
}

.author-block-des {
    float: left;
    width: 88%!important;
}
.author-block img {
    width: 66px;
    height: 66px;
    border-radius: 50%;border: 2px solid #bcb9b952;
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 3px;
}
.author-block {
    padding: 27px;
    border-radius: 20px;
    background:#F5F5F7;
    background-size: cover;
    float: left;
    width: 100%;
   border: 2px solid #333;
    background-position: center;
    margin: 30px 0;
}
.author-bio a {
    margin-top: 10px;
    display: inline-block;
    color: #282727;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}
.author-bio .fa-solid.fa-arrow-right {
    margin-left: 5px;
    color: #111;
    position: relative;
    top: 1px;
}

.author-bio a:hover {
color: #b6672e;
}
.author-bio:hover .fa-solid.fa-arrow-right{
color: #b6672e;
}

.author-block p {
  font-size: 16px;
    color: #444;
    line-height: 26px;
}
.author-block h5 {
  margin-right: 13px;
    color: #222;
    font-weight: 700;
    font-size: 22px;
}

.author-block .social-media i{
   font-size: 15px;padding-left:4px;

}


.author-block .social-media a {
    color: #222;
    font-size: 19px;
}
.author-block h6 {
    font-weight: 400;
    color: #555;
    font-size: 13px;
    font-family: 'Poppins';
}

/*------------ optin-Banner box ------------*/

.optin-banner {
    padding: 30px 30px;
    border-radius: 20px;
    width: 100%;
    position: relative;
    background: url(../userassets/bkg4.jpg);
    background-position: center;
    background-size: cover;
}



/* Title */
.optin-title {
  font-weight: 700;
    font-size: 22px;
    color: #fff;
    margin-top: -7px;
  font-size: 24px!important;
    text-transform: capitalize;
  }

/* Form */
.optin-form {
  width: 100%;
}
.optin-form .input-group {
    width: 33%;
    float: left;
    margin-right: 10px;
}
.optin-form small {
    float: left;
    color: #ddd!important;
    font-size: 14px;
}

small.d-block.mt-0 {
    color: #ddd;
}
.optin-note {
    color: #ddd;
}
/* Input */
.optin-input {
  border-radius: 8px 0 0 8px;
  border: none;
  padding: 12px 14px;
  font-size: 14px;
}

/* Icon inside input */
.optin-icon {
  background: #ffffff;
  border: none;
  font-size: 16px;
}

/* Button */
.optin-btn {
  background: #ff6b2d;
  color: #fff;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 0 8px 8px 0;
  border: none;
}

.optin-btn:hover {
  background: #ff5720;
}

/* Note text */
.optin-note {
  display: block;
  margin-top: 8px;
  font-size: 14px;
 
}

.optin-note a {
  color: #e97a28!important;
  text-decoration: underline;
}
.optin-icon {
    background: #222;
    padding: 10px 15px;
}

.optin-icon i{
   color: #fff;
}
.optin-form .btn.btn-default {
    background: linear-gradient(245deg, #e97a28 20%, #fca361 40%, #fb9a61 30%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 1s infinite linear;
    color: #fff;
    padding: 10px 50px;
    border-radius: 8px;
    font-size: 17px;
}
.text-none{
    display: none;
}

/* optin-Banner box */



.page-contact {
    float: left;
    width: 100%;
    padding: 70px 20px;background: #EBE3D8;
}

.page-contact .btn-brand-green {
   padding: 14px 20px;
  font-size: 1.1rem;
   
}
.page-contact .btn-brand-green:hover {
    background: linear-gradient(90deg,#e77d2f 10%,#fda462 95%);
    color: #FFFFFF;
}

.page-contact .icon {
    float: left;
    background: linear-gradient(90deg,#e77d2f 10%,#fda462 95%);
    padding: 13px 16px;
    margin-right: 27px;
    border-radius: 50%;
  outline: 3px solid #fa9e5aa6;
}

.contact1 {
    margin-bottom: 30px;color:#a1a0a0;
}
.contact1 a {
    color: #a1a0a0;
    padding: 0;
    text-decoration: none;
}
.page-contact .icon i {
    color: #fff;
}
.contact1 h5 {
    font-size: 1.5rem;
    color: #fff;
}
.captcha-img {
    width: 110px;
    margin: 5px 0;
    border-radius: 4px;
}
.captcha button{
        color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.contact-detail .row {
   background: #0e3c34;
    box-shadow: 0 0 20px #ddd;
    padding: 40px;
    border-radius: 15px;
    border: 0px solid;
    color: #fff;
}

.contact1 p {
     margin-bottom: 0rem;line-height: normal;color: #a1a0a0;line-height: 1.5    
   
}
.contactupdate {
    background-color: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 0 20px#ddd;
    padding: 40px;
}





.page-banner-inside{
    padding: 22px 26px;
    border-radius: 20px;
    width: 100%;
    position: relative;
    background: url(../userassets/blogbanner.png);
    background-position: center;
    background-size: cover;height: 220px;
}
.page-banner-start {
    float: right;
    position: relative;
    top: 10px;
}
.img-banner-wrapper {
    display: none;
}
span.sub-detail {
   text-align: right;
    float: none;
    display: block;
    color: #dddddd;
    font-size: 16px;
    text-transform: capitalize;border-bottom: 0;
}
.page-banner-inside .btn.btn-primary {
   
    float: right;
    margin-top: 25px;
}
.banner-title {
    color: #fff;
    font-size: 29px;
    text-transform: capitalize;
    font-family: 'Inter';
}
.banner-title b {
    color: #f1eb2a;
    
}

.contact-form-wrapper{
padding:40px 50px;
}
.contact-form-wrapper label{
padding-bottom: 6px;
    font-weight: 600!important;
    font-size: 15px;
}

textarea {
    height: 120px!important;
}
.form-check .form-check-input {
    float: left;
    margin-left: 0em;
}
.contact-form-wrapper .bg-light {
    border: 2px solid #0000000a;
    box-shadow: none;
    border-radius: 8px;
    background: #f4f5f8!important;
  
}
.page-title {
    text-align: center;
}
.section-header {
    float: left;
    width: 100%;
    margin-top: 140px;
}

.product-page h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22px;line-height: 1.5
}
.container.container-top {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
}

.subtitle.anim-hero-headline {
    display: inline-block;
    border: 2px solid #e77d2f;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 600;
}

.about-pro2 {
    background-color: #FAF5EE;
    background-image: url(../userassets/patterns.png);
    background-repeat: repeat;
    float: left; 
    width: 100%;
    padding: 60px 20px;display: none;
}

.testi-page {
    background-image: url(../userassets/patterns.png);
    background-repeat: repeat;
    padding: 60px 20px;
}
.section-form {
    float: left;
    width: 100%;
    /*background-image: url(../userassets/patterns.png);
    background-repeat: repeat;padding: 31px 31px;
    border-radius: 15px;*/
}

.section3-pro.section-product {
    display: none;
}

.expert-section a {
    font-weight: 600;
    color: #222;
    text-decoration: none;
    font-size: 19px;
}
.states {
    float: left;
    width: 100%;
}


.section-form .form-check {
   
    padding-left: 0.5em;
   
}

.header-block1 {
    float: left;
    width: 100%;
    margin-top: 79px;
    background-image: url(../userassets/patterns.png);
    background-repeat: repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
.header-block1 .container {
    margin: auto;
    max-width: 95%;
}
.header-block1 .header-inside {
    background-size: cover!important;
    background: url(../userassets/headerbkg.jpg);
    height: 270px;
    border-radius: 30px;
}
.inside-text {
    margin-top: 0px;
    float: left;
    margin-left: 100px;
}


.header-block1 h2 {
    font-size: 40px;
    margin-top: 85px;
    position: relative;
    z-index: 2;
    color: #fff;
}
.header-block1 a {
    text-decoration: none;
    color: #ddd;
    font-size: 16px;opacity: .7;
}
.header-block1  .postb {
    color: #e77d2f;
    margin-left: 5px;opacity: .7;
}



.header-block {
    float: left;
    width: 100%;
    margin-top: 70px;
    /*background-image: url(../userassets/patterns.png);
    background-repeat: repeat;
    padding-top: 40px;
    padding-bottom: 40px;*/background-size: cover!important;
    background: url(../userassets/headerbkg.jpg);
    height: 280px;
}
.header-block .container {
    margin: auto;
    max-width: 95%;
}
/*.header-block .header-inside {
    background-size: cover!important;
    background: url(../userassets/headerbkg.jpg);
    height: 270px;
    border-radius: 30px;
}*/
.inside-text {
    margin-top: 0px;
    float: left;
    margin-left: 100px;
}


.header-block h2 {
    font-size: 40px;
    margin-top: 85px;
    position: relative;
    z-index: 2;
    color: #fff;
}
.header-block a {
    text-decoration: none;
    color: #ddd;
    font-size: 16px;opacity: .7;
}
.header-block  .postb {
    color: #e77d2f;
    margin-left: 5px;opacity: .7;
}








.breadcrums i {
    color: #ddd;
    font-size: 14px;
}

.breadcrums {
    margin-top: 13px;
}

.benefits-block {
    text-align: center;
    padding: 15px 32px 25px;
    border-radius: 18px;
    background-position: center right;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 11%);
    background: #ffffff;
    border: 0px solid #e3e1ee;
    margin-bottom: 20px;background: #fffefc;
}
.benefits-block li{
  color: #222;
    list-style: none;
    float: left;
  font-weight: 600;font-size: 1rem!important
}
.benefits-block li:before {
    content: "\e829";
    font-family: 'feather';
    margin-right: 10px;
    background: #044949;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}


.benefits-block h4, .benefits-block li {
    text-align: left;
}
.benefits-block h4 {
     padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px!important;
}
.about-page em {
    position: relative;
    background: linear-gradient(270deg,#0a8585 0,#0e6060 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #074f529e;
    font-weight: 700;
    font-size: 18px;
}

.about-page ol li {
   color: #222;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.about-page ol li:before {
 content: ""!important;background:transparent!important;
    padding: 0px!important;margin: 0!important
}
.about-page .bg-pale-beige a {
    color: #c98025;
    text-decoration: none;
    background: linear-gradient(270deg,#be6b30 0,#d95826 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #b9692f;
}

.about-page ul li {
    color: #222;
    list-style: none;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.1rem;
    margin-bottom: 10px;display: flex;
}
.about-page li:before {
    content: "\e829";
    font-family: 'feather';
    margin-right: 10px;
    background: #044949;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;height: 21px;line-height: 1.1;position: relative;
    top: 3px;
}
.about-page ol {
    float: left;
    width: 100%;
    padding: 0px 15px 5px;
}
.about-page h3 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 14px;
}
.about-page span{
    text-decoration: none!important;
    border-bottom: 2px solid #b6672e;
    font-weight: 500;
    color: #b6672e;
}
/*----------------------------------------faq-section------------------------------------*/
.faq-section {
    padding: 80px 20px;
    background-color: #fff;
    float: left;
    width: 100%;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-radius: 6px;
    border: 0;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background: #0F372E none repeat scroll 0 0;
    border: 0px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px 15px 50px;
    position: relative;
    transition: all 0.3s ease 0s;    border: 0;margin: 0;
}
.accordion-button {
   position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.2rem 3rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600;font-family: 'Inter';
}
.accordion-button:not(.collapsed)::after {
   content: "\f077";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: -3px;
    margin-right: 63px;
    left: -14px;
    background: #c36e32;
    border-radius: 50%;
    color: #fff;
    height: 56px;
    width: 55px;
    text-align: center;
    line-height: 4.5;
    border: 1px solid #c36e32;
}
.accordion-button::after {
content: "\f054";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 0px;
    margin-right: 63px;
    left: -14px;
    background: #0F372E;
    border-radius: 50%;
    color: #fffdfd;
    height: 56px;
    width: 55px;
    text-align: center;
    line-height: 4.5;
    border: 0px solid #ddd;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.accordion-item {
    background-color: #fff0;
    border: 0px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
}
.accordion-button:hover {
    background-color: #c36e32;color: #fff;
}

.accordion-button:focus {
    box-shadow: none; /* Remove focus outline */
}

.accordion-collapse {
    border-top: 0px solid #ddd; /* Border between header and body */
}

.accordion-body {
  color: #444;
    padding: 20px;line-height: 1.7;
}
.accordion {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 20px #00000026;min-height: 400px;
}

.accordion-item:last-of-type .accordion-button{
border-radius: 23px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  
   border-radius: 6px;
}



@media only screen and (max-width: 480px) {
.accordion {
    background: transparent;
    padding: 0 10px;
   box-shadow: none;
}
.faq-section {
    padding: 40px 20px 50px;
   
}
.accordion-button:not(.collapsed) {
    font-size: 1rem!important;
   
}
.accordion-button:not(.collapsed) {
   
    margin: 0;
}
.accordion-body {
   padding: 15px 10px;
    font-size: 16px;
}
.accordion-button {
    font-size: 1rem!important;
  
}

}

.faq {
    float: left;
    width: 100%;
    background: #ebe3d8;
}
.faq  .btn.btn-primary {
    font-size: 15px;height: 54px;
}

.faq  .input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-radius: 0!important;
    height: 55px;font-size: 17px;
}

.faq .list-group.list-group-flush {
    border-radius: 15px!important;
}
.faq .card {
    border-radius: 15px;
}
.faq  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0f372e;
    border-color: #0f372e;
    padding: 10px 20px;
}
.faq .list-group-flush>.list-group-item {
    border-width: 0 0 1px;
    padding: 15px 20px;
}


.faq   .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background: #0F372E none repeat scroll 0 0;
    border: 0px solid transparent;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px 15px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 0;
}









/*pagination*/

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #9b6bf0;
    border-color: #9b6bf0;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
    font-size: 20px;
    padding: 4px 16px;
}
.page-item.active {
    background: #ED8334 ;
    border-radius: 8px;    color: #fff;
}
.page-item.active .page-link {
    color: #fff!important;
}
li.page-item {
    margin-right: 5px;
    font-weight: 500;
}

 .page-link:hover {
    z-index: 2;
    color: #fff!important;
     background: #ED8334!important;border-radius: 8px; 
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
    font-size: 18px;
    color: #222;
    padding: 0.375rem 1rem;background: transparent;
    border: 0;
}
.page-item:first-child .page-link:before {
   content: "\f053";
      font-family: 'FontAwesome';
    font-size: 16px;
    color: #222;
}

.page-item:last-child .page-link:before {
    font-size: 16px;
    color: #222;
    content: "\f054";
    font-family: 'FontAwesome';
}

.page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    font-size: 0;
    background: transparent;
    border: 0;padding: 0.375rem 1rem;
}


.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    font-size: 0;
    background: transparent;
    border: 0;padding: 0.375rem 1rem;
}
.page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
    font-size: 0;
    color: #fff!important;
    border-radius: 8px;
}
.page-item:first-child .page-link:hover:before, .page-item:last-child .page-link:hover:before {
    color: #fff!important;
   
}

/*pagination*/

/*solution page*/
.page-solution {
    background: #ebe3d8;float: left;
    width: 100%;
}
.page-image img {
    border-radius: 20px;margin: 10px 0;width: 100%;
}
.page-solution h2 {
    color: #222;
    font-size: 36px;
}
.page-solution h1 {
    text-transform: capitalize; font-size: 40px;
}

.page-solution p {
    color: #444;
    font-size: 17px;
}

.page-solution .bg-pale-beige {
    box-shadow: 0 0 20px #ddd!important;padding: 30px 47px
}
.page-benefits h3 {
    font-size: 22px;
    color: #222;
    margin-bottom: 10px;
     font-family: 'Inter';font-weight: 700
}

.page-solution p span {
    text-decoration: none!important;
    border-bottom: 2px solid #b6672e;
    font-weight: 500;
    color: #b6672e;
}

.page-solution .card-download {
    border-radius: 15px;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 10%);
    padding: 2rem 2rem 3rem;
    background: #0e3c34;
    border: 0px solid #e9e2cc;
    
}

.page-cta h3 {
    color: #e9cbb5 !important;
    font-size: 32px;
}
.page-solution ul li {
   color: rgb(68, 68, 68);
    font-weight: 500;
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 10px;
    display: flex;
    list-style: none;
    border-radius: 30px;
}
.page-solution ul li:before {
    content: "\e829";
    font-family: 'feather';
    margin-right: 10px;
    background: #044949;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    height: 21px;
    line-height: 1.2;
    position: relative;
    top: 3px;
}
.page-solution ol li:before {
    content: ""!important;
    margin-right: 0px;
    background: transparent;
    padding: 0px;
    
}
.page-solution ol li {
    margin-left: 15px;
    color: #444;
    font-size: 17px;
}

.page-solution .card-download .btn-brand-green {
  background: linear-gradient(90deg,#b6672e 10%,#c36e32 95%);
    text-decoration: none;
    color: #FFFFFF;-webkit-text-fill-color: white;
    
}

.page-solution .card-download .btn-brand-green:hover {
   background: #fff!important;
     color: #222!important;-webkit-text-fill-color: #222;text-decoration: none;
}
.page-solution ol li strong {
   line-height: 2;
    font-size: 18px!important;
    font-weight: 700!important;
    background: transparent;
    color: #222!important;
    border-radius: 0;padding: 0;
}
/*.page-solution a {
    color: #c98025;
    text-decoration: none;
    background: linear-gradient(270deg,#be6b30 0,#d95826 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #b9692f;
}*/
.page-solution a{
text-decoration: none!important;
    border-bottom: 2px solid #b6672e;
    font-weight: 500;
    color: #b6672e;
}

.page-solution a:hover {
    background: linear-gradient(270deg,#044949 0,#056a6a 100%);
    border-bottom: 2px solid #044949;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-solution p strong {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;
}
.page-solution em {
   position: relative;
    background: linear-gradient(270deg,#0a8585 0,#0e6060 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #074f529e;
    font-weight: 700;
    font-size: 18px;
}
.page-solution strong {
   color: #222!important;
    font-weight: 600;
    font-size: 18px!important;
   
}
.btn-cta a {
    font-size: 18px;
}
@media only screen and (max-width: 480px){
.sw-top-bar {
    text-align: center;
    width: 100%;
    display: block!important;
}
.sw-top-bar span {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 10px;font-size: 14px;
}
span.sw-close {
    font-size: 20px;
    position: absolute!important;
    right: -186px;
    margin-top: -73px;
}
}



@media only screen and (max-width: 1024px) {
.hero-section img {
   height: 426px;
   
}
.hero-section h1 {
    font-size: 2rem;
   
}
.hero-section .carousel-caption {
    bottom: 4.8rem;
    width: 44%;
}
.hero-section p {
    font-size: 17px!important;
    width: 85%;
}
.btn-brand-hero {
   
    font-size: 14px!important;margin-top: 1rem!important;
}
.section-padding {
    padding: 50px 30px 50px;
}
.section-start {
  
    padding: 50px 0 40px;
    float: left;
    width: 100%;
}
.lead {
    font-size: 18px;
    font-weight: 300;
}
.footer {
   
    padding: 40px 20px;
}

.btn-brand {
   font-size: 14px;
}

.blog-section .img4 img {
    
    width: 100%;
}
.blog-section ul {
  height: auto;
    width: 100%;
     display: block!important;
}
.blog-section .img1 img, .blog-section .img2 img, .blog-section .img3 img, .blog-section .img4 img {
    transform: rotate(0deg);
   left: 0;
    margin-bottom: 20px;width: 100%;
    height: auto;
}
.top-btn {
    width: 32%;display: none;
}
.top-btn .btn.btn-brand {
   padding: 13px 24px;
    font-size: 14px;display: none;
}
a.navbar-brand {
    width: 15%;
    
}
.header-block {
   height: 270px;
    margin-top: 70px;
   
}
.header-block h2 {
    font-size: 30px;
    margin-top: 92px;
    
}
.about-page .col-xl-9 {
    width: 100%;
}
.about-page .col-xl-3 {
    flex: 0 0 auto;
    width: 35%;
}
.states .card-body {
    margin-bottom: 20px;
}
.about-page {
   padding: 40px 30px 60px;
    
}
.expert-profile.text-center p {
    font-size: 14px;
    font-weight: 600!important;
}
.about-page .col-xl-3 {
  margin: 0!important;
    width: 50%;
}
div#myTab {
   margin-top: 20px;
    gap: 10px 0;
}
.common-title {
    font-size: 34px;
    margin: 0px 0!important;
}
.expert-page .mt-5 {
    margin-top: 2rem!important;
}
.tab-pane p {
    width: 100%;
}
.card.card-testimonial {
   padding: 1rem;
    height: 300px;
}
.card.card-testimonial h5 {
    font-size: 16px;
}
.card.card-testimonial h6 {
    font-size: 14px;
}
.singleblog {
    padding: 40px 30px 40px;
    
}
.singleblog .card-title {
   
    width: 100%;
}
.header-block1 .header-inside, .header-block .header-inside {
  height: 240px;
   
}
.about-page .why-us-left {
    width: 100%;
   
}
.card-testimonial-avatar {
   
    margin-right: 20px!important;
}
.page-solution strong {
  
    font-size: 16px!important;
   
}
.page-cta h3 {
    color: #e9cbb5 !important;
    font-size: 28px;
}
}

@media only screen and (max-width: 768px){
.hero-section img {
    height: 320px;border-radius: 30px;
}

.hero-section .carousel-inner {
    border-radius: 30px;
}
.hero-section p {
  
    display: none;
}
.hero-section .carousel-caption {
    bottom: 2.8rem;
    width: 44%;
}
.section-start {
  padding: 35px 0 35px;
    
}
.hero-section h1 {
    font-size: 1.7rem;
}

.navbar {
    padding: 3px 15px;
}
.navbar-toggler:focus {
   
    box-shadow: none;
}
.card-testimonial .stars {
    text-align: center;margin-top: -10px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    filter: brightness(0.1);
}
.right-side {
    padding-left: 25px;
    margin-top: 10px;
}
.first-section {
    background: #fff;
    padding: 40px 25px 60px;
}
.first-section h2 {
    width: 100%;
    font-size: 30px;
}
.display-9 {
   
    font-size: 18px!important;
  
}
.right-side p {
    font-size: 17px;
    line-height: 32px;
}
.card.card-testimonial {
   margin: 0;
    text-align: center;height: auto;
}
.card.card-testimonial .img-fluid {
  margin: 0 auto 10px!important;
}
.card.card-testimonial p {
   line-height: 24px;
    font-size: 15px;
    margin: 0;
    text-align: center;font-weight: 500;
}
.card.card-testimonial span {
    font-size: 13px;
}
.card.card-testimonial .card-body{
    padding:10px 0;
}
.top-btn {
   
    display: none;
}
.header-block {
   height: 185px;
    
}
.header-block h2 {
      margin-top: 55px;
   
}
.about-page h2 {
    width: 100%;
   font-size: 30px!important;
}

.about-page .col-xl-3 {
  
    margin-top: 20px!important;
}
.about-page .why-us-left {
    width: 100%;
   
}
.common-title {
    font-size: 32px;
}
div#myTab {
    border: 0;
    gap: 10px 0;
}
.accordion-button::after {
   top: 2px;
     height: 53px;
    width: 53px;
    
}
.accordion-button {
     font-size: 1rem;
     line-height: 1.5;
}
.testi-content {
    text-align: center;
}
.testi-page {
   
    padding: 60px 20px 30px;
}
.expert-page .mt-5 {
  
    --bs-gutter-x: 2rem!important;
}
.optin-form .btn.btn-default {
   padding: 9px 40px;
    font-size: 16px;
}
.form-control, .form-select {
  height: 52px;
    font-size: 15px;
   
}
.optin-form .input-group {
    width: 31%;
    float: left;
    margin-right: 10px;
}
.sliderbanner img {
   height: auto;
}
.author-block-avatar {
 
    width: 11%!important;
    padding: 0;
}
.header-block1 {
    margin-top: 75px;
   padding-top: 24px;
    padding-bottom: 24px;
}
.header-block1 h2, .header-block h2 {
    font-size: 26px;
    margin-top: 49px;
   
}
.inside-text {
  
    margin-left: 60px;
}
.header-block1 .container {
    margin: auto;
    max-width: 100%;
}
.header-block1 .header-inside {
   
    border-radius: 20px;height: 200px;
}
.social-icons {
    margin-top: 25px;
}
.bottomfooter ul {
    margin: 0;
}
.homeblog {
    
    padding: 45px 20px;
}
.singleblog {
    padding: 25px 20px 40px;
}
.page-contact {
   padding: 45px 20px;
   
}
.contactupdate {
  
    margin-bottom: 15px;
}
.contactform .col-xl-7.col-md-12 {
    padding: 0 14px;
}
.testimonial-section {
   
    padding: 60px 20px;
}
.about-page {
    padding: 30px 10px 60px;
}
}
@media only screen and (max-width: 480px){

.contactupdate {
    margin-bottom: 0;
}
.section-start {
    padding: 22px 8px 26px;
   
}
.hero-section img {
    height: 180px;border-radius: 20px
}
.hero-section h1 {
    font-size: 1.2rem;margin: 0;
}
.hero-section .carousel-caption {
    bottom: -2px;
    width: 60%;
    left: 8%;
}
.hero-section .carousel-inner {
    border-radius: 20px;
}

.hero-section .btn.btn-brand{
    margin-top: 10px!important;padding: 11px 21px;
}
.about-section .img-wrapper img {
    border-radius: 20px!important;
    margin-top: 10px!important;
    margin-bottom: 10px;
}
.about-section .card-about-green {
   
    padding: 2rem 2rem 3rem;border-radius: 20px!important;
    
}
.about-bottom p {
    
    font-size: 15px;
  
}

.comapany-features {
    padding: 0 15px;
}
.lead {
    font-size: 16px!important;
     line-height: 26px;
}
h2.text-charcoal {
    font-size: 22px;
}
.first-section .btn-brand-hero {
    font-size: 13px!important;
    margin-top: 5px!important;
    padding: 10px 20px;
    border-radius: 9px;
}
.navbar-nav .nav-link {
   
    font-size: 15px;
    padding: 7px;
}
.btn-brand-hero {
   font-size: 11px!important;
    margin-top: 5px!important;
    padding: 10px 14px;border-radius: 9px;
}
.navbar-toggler {
    border: 0;padding: 0;
}
.testimonial-section    h1 {
    font-size: 24px;
}
.section-padding {
    padding: 45px 15px 50px;
    float: left;
    width: 100%;
}
.card-about-green {
  padding: 2rem 2rem 2.7rem;
  
}
.dropdown-menu li a {
    padding: 7px 5px;
   font-size: 15px;
}

.footer {
    padding: 45px 10px;
    float: left;
    width: 100%;
}
.first-section img {
    border-radius: 20px;
    margin-top: -10px;
}
.fs-5 {
    font-size: 16px!important;
}

.navbar-brand p {
    font-size: 10PX!important;
    
}
a.navbar-brand {
    width: 32%;padding: 0 0 6px;
  
}
.navbar-light .navbar-toggler i {
     top: 2px;
    position: relative;
}

.testimonial-section .carousel-item .p-3 {
    padding: 0!important;
}
.header-block {
   height: 130px;padding: 0 20px;
    
}
.header-block h2 {
      margin-top: 45px;font-size: 25px;
   
}
.homeblog {
  padding: 30px 10px 50px;
}
.header-block a {
   font-size: 14px;
   
}
.about-page {
    padding: 25px 5px 60px;
}
.about-page h2 {
    width: 100%;
    font-size: 22px!important;
    margin-bottom: 25px;
    line-height: 1.2;
}
.about-page ol li, .about-page ul li {
    font-size: 1rem;
   
}
.hero-subtitle {
    font-size: 16px!important;
}
p {
    
    font-size: 16px!important;
    line-height: 1.6!important;
}
.about-page ul li {
    line-height: 1.5;
    display: flex;
    margin-bottom: 10px;
}
.about-page li:before {
    
    font-size: 11px;
    height: 19px;
    line-height: 1.1;
    position: relative;
    top: 3px;
}
.bg-pale-beige {
   
    padding: 25px 27px;
}

.about-page h3 {
   font-size: 22px;
   margin-bottom: 10px;
}
.about-page .col-xl-3 {
    width: 100%;padding: 0 5px
    
}
.expert-page {
  
    padding: 46px 20px 60px;
}
.navbar>.container {
    padding: 0 10px;
}
.navbar-nav {
    
 padding: 10px 0;
}
#myTab .nav-link, #myTab .nav-link.active {
   padding: 18px;
    min-width: 235px;font-size: 15px;
   
}
.common-title {
    font-size: 26px;
}
.tab-pane p {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
}
.singleblog {
    padding: 30px 10px 40px;
  
}
.singleblog .card-title a {
    font-size: 25px;
    line-height: 1.2;
   
}
.blog-info a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.breadcrums {
   margin-bottom: 7px;margin-top: 5px;
}
.title-bar {
   display: block;
    
}
.blog-info span {
    font-size: 14px;
   
}
.blog-info span {
    font-size: 14px;
    margin: 0px 5px 0 0px!important;
}
.blog-info{
    margin-bottom: 27px!important;
}
.singleblog strong {
    line-height: 1.8;
    font-size: 15px;
   
}
.singleblog ul li {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}

.page-banner-inside {
    border-radius: 13px;
     height: 115px;
}
.banner-title {
    font-size: 18px;
    text-align: left;
    width: 70%;
    position: relative;
    right: -99px;
    top: -3px;
}
.page-banner-inside .btn.btn-primary {
    float: left;
    margin-top: 0;
    font-size: 12px;
    padding: 6px 10px;
}
.banner-btn {
    position: relative;
    left: 100px;
}
.sliderbanner img {
    
    height: auto;
}
.page-banner-start {
    
    top: 0;
}
span.sub-detail {
    
    display: none;
}
.singleblog li:before{
font-size: 11px;
    height: 19px;
    line-height: 1.1;
    position: relative;
    top: 3px;
}
.optin-form .input-group {
    width: 100%;
    margin-right: 0px;margin-bottom: 15px!important;
}
.optin-form .btn.btn-default {
   width: 100%;
    margin-top: 5px;
}
.optin-banner {
    padding: 30px 30px;
    
}
.optin-title {
   font-size: 22px!important;
   
}
.author-block-des {
    float: none;
    width: 100%!important;
}
.author-block-avatar {
    width: 22%!important;
    padding: 0;
}
.author-block img {
    margin-bottom: 10px;
}
::placeholder{font-size: 14px!important;
}
.header-block1 {
    margin-top: 75px;
    padding-top: 0;
    padding-bottom: 0;
}
.header-block1 .header-inside {
    border-radius: 0;
}
.header-block1 .container {
 
    padding: 0;
}
.header-block1 .header-inside, .header-block .header-inside {
    height: 115px;
}
.header-block1 h2{
    font-size: 22px;
    margin-top: 30px;
}

 .header-block h2 {
    margin-bottom: 0;
    font-size: 22px;
    margin-top: 39px;
}
.header-block1 a {
    font-size: 15px;
   
}
.inside-text {
    margin-left: 40px;
}
.about-page .col-xl-9 {
    width: 100%;
    padding: 0 5px;
}
.page-solution .bg-pale-beige {
    
    padding: 20px 22px;
}
.page-image img {
   margin: 0px 0;
   
}
.page-solution {
    background: #ebe3d8;
    float: left;
    width: 100%;
    padding: 30px 5px 50px;
}
.page-solution h1 {
   
    font-size: 24px;
}
.page-solution p a {
     font-size: 16px;
   text-align: left!important;
}
.page-solution h3 {
   font-size: 20px;
    margin-bottom: 15px;
}
.page-solution ol li strong {
    line-height: 1;
    font-size: 17px!important;
    
}
.page-solution ol li {
   
    margin-bottom: 12px;
}
.page-solution ul li {
    font-size: 1rem;
   
}
.header-block .inside-text {
    margin-left: 0px;
}

.page-solution .card-download .btn-brand-green {
   
    font-size: 15px;
}
.page-cta h3 {
    font-size: 25px;
}
.page-solution .card-download {
   padding: 25px 28px 35px;
  
}
.page-solution .card-download p {
    font-size: 15px!important;
}
.userlogin .container {
    width: 100%;
}
.contact-detail .row {
  padding: 30px 25px;
    
}
.contact1 h5 {
    font-size: 1.2rem;
   
}
.contact1 p {
   
    display: flex;
}
}
@media only screen and (max-width: 375px){
.hero-section h1 {
    font-size: 1rem;
}
.hero-section .carousel-caption {
   width: 47%;bottom: 13px;
    
}
.banner-title {
    font-size: 16px;
   top: -6px;
    line-height: 1.4;
}
.optin-title {
   
  font-size: 20px!important;
  margin-bottom: 15px;
}
}












@media screen and (min-width: 1500px) and (max-width: 3500px) {
.section-start .container {
    max-width: 1700px!important;
}
.hero-section img{
height: 740px;
}
.hero-section .carousel-caption {
    bottom: 8.25rem;
    left: 6%;
     width: 34%;
}
.hero-section h1 {
    font-size: 3.5rem;
   
}
.loginstart img {
   width: 25%;
   
}
}