/* ---------------------------- start heading css---------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Poppins:300,400,500,700');
*{
      list-style: none;
  box-sizing: border-box;
}
.type h1 {
    color: white;
    font-size: 32px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}
.accordion-header{
      font-size: 18px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}
.accordion-body p{
     font-size: 14px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.ssss {
  background: transparent;
  transition: 0.5s ease-in;
}
.ssss.scrolled {
  background: #75439a !important;
  color: #fff;
}
h1 {
    color: white;
    font-size: 32px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}
/*.menu-has-children li a,*/
/*.nav-menu ul li a {*/
/*    text-transform: none*/
/*}*/
#header,
#mobile-body-overly {
    z-index: 997;
    position: fixed;
    left: 0;
    top: 0
}
#about .about-col h2,
#intro .carousel-content,
.back-to-top,
.img2,
.proc-col,
.section-header p {
    text-align: center
}

#clients img,
#intro .carousel-background img {
    max-width: 100%
}

#footer .footer-top .footer-info h3,
#header #logo h1 {
    font-family: Montserrat, sans-serif;
    letter-spacing: 3px
}

#clients,
#contact,
#packList,
#portfolio,
#skills,
#team {
    padding: 60px 0
}

#about,
#callAction,
#homeCont,
#process,
#savcalc {
    padding: 60px 0 40px
}

.footer_badge img,
.owl-carousel1 .item img,
img.ctahome {
    object-fit: contain;
    object-fit: contain
}

body {
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
a {
    color: #f5ae35
}
h1,
h2,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0
}
p {
    padding: 0;
    margin: 0 0 0px
}


.custom-h1,
h1{
    font-family: "Open Sans", sans-serif;
}
.banForm,
.inTxt,
.topnav {
    font-family: Poppins, Sans-serif
}
.back-to-top {
    position: fixed;
      font-size: 16px;
    display: none;
    background: #702880;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 1;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background .5s;
    z-index: 11
}
.back-to-top i {
    padding-top: 12px;
    color: #fff
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #702880;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: 1s linear infinite animate-preloader;
    animation: 1s linear infinite animate-preloader
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
}
#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700
}

#intro p {
    width: 80%;
    margin: 0 auto 30px;
    color: #fff
}

#intro .carousel-fade,
.accordion,
body.mobile-nav-active {
    overflow: hidden
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity
}

#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right,
#intro .carousel-fade .carousel-inner .carousel-item {
    opacity: 0
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: .5s
}

#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right,
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#intro .carousel-control-next,
#intro .carousel-control-prev {
    width: 10%
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: 0 0;
    font-size: 32px;
    line-height: 1
}

#intro .carousel-indicators li {
    cursor: pointer
}

#intro .btn-get-started {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    color: #fff;
    background: #18d26e
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #18d26e
}

#about,
#about .about-col .img,
#facts,
#mobile-nav ul li,
#mobile-nav ul li a,
#services .box,
.nav-menu li,
.section-header h3 {
    position: relative
}

#contact .form #errormessage.show,
#contact .form #sendmessage.show,
#contact .form .show,
#services .box:hover .more,
.nav-menu li.sfHover>ul,
.nav-menu li:hover>ul {
    display: block
}
/*#mobile-nav-toggle {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 0;*/
/*    z-index: 999;*/
/*    margin: 20px 20px 0 0;*/
/*    border: 0;*/
/*    background: 0 0;*/
/*    font-size: 24px;*/
/*    display: none;*/
/*    transition: .4s;*/
/*    outline: 0;*/
/*    cursor: pointer*/
/*}*/

#call-to-action p,
#featured-services h4 a,
#footer .footer-top .footer-links ul a,
#mobile-nav-toggle i,
#portfolio .portfolio-item figure .link-details:hover i,
#portfolio .portfolio-item figure .link-preview:hover i,
.close,
body.mobile-nav-active #mobile-nav-toggle,
ul.addre li a {
    color: #fff
}

#about .about-col h2 a:hover,
#about .about-col:hover i,
#contact .contact-info a:hover,
#featured-services h4 a:hover,
#mobile-nav ul .menu-has-children i.fa-chevron-up,
#mobile-nav ul .menu-item-active,
#mobile-nav ul li a:hover,
#mobile-nav ul li.menu-active a,
#portfolio .portfolio-item .portfolio-info h4 a:hover,
#team .member .social a:hover {
    color: #7d3584
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none
}

body.mobile-nav-active #mobile-nav {
    left: 0
}
.section-bg {
    background: #f7f7f7;
}

#featured-services {
    background: #432d7f;
}

#featured-services .box {
    padding: 30px
}

#featured-services .box-bg {
    background: #d72970;
}

#featured-services i {
    color: orange;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}

#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 24px
}

#featured-services p {
    font-size: 13px;
    line-height: 24px;
    color: #95a0aa;
    margin-bottom: 0
}

/*#about {*/
/*    background: url("../img/about-bg.jpg") center top/cover no-repeat fixed*/
/*}*/

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .92);
    z-index: 9
}

#about .container,
#callAction .container,
#facts .container,
#packList .container,
#process .container {
    position: relative;
    z-index: 10
}

#callAction::before,
#facts::before,
#packList::before,
#process::before {
    content: '';
    top: 0;
    z-index: 9
}

#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    margin-bottom: 20px
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0
}

#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    position: absolute;
    background-color: #18d26e;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: .3s
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: .3s
}

#about .about-col:hover .icon {
    background-color: #fff
}

#about .about-col h2 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px
}

#about .about-col h2 a,
#contact .contact-info a {
    color: #000
}

#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px
}
#services {
    background: 0 0/cover #F5F7F8;
    padding: 30px 0 20px;
    margin: 0.5rem ;
}
#services .box {
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #e7e7e7;
}

#services .icon i {
    color: #18d26e;
    font-size: 36px;
    line-height: 1;
    transition: .5s
}

#services .title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
    color: purple;
}

#services .title a,
.box-highlight .content,
.box-highlight .content strong {
    color: #111
}

#footer .footer-top .footer-links ul a:hover,
#services .box:hover .title a,
ul.addre li a:hover {
    color: orange
}

#services .box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

#services .description {
    font-size: 14px;
    /* margin-left: 80px; */
    line-height: 24px;
    margin-bottom: 0
}

#services .more {
    position: absolute;
    bottom: -10px;
    right: 15px;
    display: none
}

#services .more a {
    color: #fff;
    background: #e1337a;
    border-radius: 20px;
    padding: 5px 15px
}

#services .more a:hover {
    background: #101010;
    text-decoration: none
}

#call-to-action {
    background: linear-gradient(rgba(0, 142, 99, .1), rgba(0, 0, 0, .1)) 0 0/cover center center/cover fixed;
    padding: 60px 0
}

#call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}
#skills .progress {
    height: 35px;
    margin-bottom: 10px
}
#skills .progress .skill {
    font-family: "Open Sans", sans-serif;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px
}
#skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0
}

#skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s
}

#facts {
    /*background: url("../img/facts-bg.jpg") center top/cover no-repeat fixed;*/
    padding: 60px 0 0
}

#facts::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .88)
}

#callAction,
#footer .footer-top h4,
#packList,
#portfolio .portfolio-item,
#process,
#savcalc,
.banForm h2,
.section-headerwh h3 {
    position: relative
}

#facts .counters span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 48px;
    display: block;
    color: #18d26e
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #111
}

#facts .facts-img {
    text-align: center;
    padding-top: 30px
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px;
    list-style: none;
    text-align: center
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 5px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    border-radius: 4px;
    background: #fff;
    transition: .3s ease-in-out
}

#portfolio #portfolio-flters li.filter-active,
#portfolio #portfolio-flters li:hover {
    background: #18d26e;
    color: #fff
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

#portfolio .portfolio-wrap {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    transition: .3s
}
#portfolio .portfolio-wrap:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, .16)
}

#portfolio .portfolio-item {
    height: 360px;
    overflow: hidden
}

#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0
}

#portfolio .portfolio-item figure:hover img {
    opacity: .4;
    transition: .3s
}

#portfolio .portfolio-item figure .link-details,
#portfolio .portfolio-item figure .link-preview {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: .2s linear
}

#portfolio .portfolio-item figure .link-details i,
#portfolio .portfolio-item figure .link-preview i {
    padding-top: 6px;
    font-size: 22px;
    color: #333
}

#portfolio .portfolio-item figure .link-details:hover,
#portfolio .portfolio-item figure .link-preview:hover {
    background: #18d26e
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px)
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px)
}

#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 44px)
}

#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px)
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
    font-size: 12px;
    font-weight: 700
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase
}
.quotesym {
    margin-bottom: 8px
}

#testimonials {
    padding: 40px 0;
    background: url("../img/testbg.webp") center top/cover no-repeat fixed;
    height: 550px;
}

#testimonials .section-header {
    margin-bottom: 40px
}

#testimonials .testimonial-item .testimonial-img {
    width: 12%;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    margin-left: auto;
    margin-right: auto
}

a.greebtn,
a.yelbtn {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 28px;
    border-radius: 25px;
    transition: .5s;
    min-width: 200px;
    text-transform: uppercase;
    text-align: center
}

#testimonials .testname {
    display: block;
    padding-top: 15px;
    text-align: center
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 5px;
    color: #fff
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #2299b3;
    margin: 0 0 15px
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 20px 0 0;
    background: #702880;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px
}

#testimonials .owl-dots,
#testimonials .owl-nav {
    margin-top: 20px;
    text-align: center
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd
}

#ourComp1,
a.greebtn,
a.yelbtn,
blockquote {
    margin-bottom: 20px
}

#testimonials .owl-dot.active {
    background-color: #702880;
}

#footer .footer-top h6,
#footer h6,
.speakbox {
    color: #fff;
    font-size: 20px
}

a.yelbtn {
    font-size: 14px;
    color: #fff;
    background: #ffb300;
    display: inline-block;
}

#callAction .cta-btn:hover,
.morebtn:hover,
a.greebtn:hover,
a.yelbtn:hover {
    background: #101010;
    color: #fff
}

a.greebtn {
    font-size: 14px;
    color: #fff;
    background: #188a8f;
    display: inline-block
}

blockquote {
    background: #fff;
    border-radius: 10px;
    padding: 15px
}

#footer {
    background: #071c3d;
    padding: 0 0 30px;
    color: #702880;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

#footer .footer-top {
    padding: 60px 0 30px;
    padding-bottom: 0 !important;
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-info,
#footer .footer-top .footer-links,
#footer .footer-top .footer-newsletter {
    margin-bottom: 15px
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-weight: 700;
    border-left: 4px solid #18d26e
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fffcfc
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: 0 0;
    color: orange;
    line-height: 1;
    padding: 8px 25px 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: 0 0;
    color: #fff
}

#footer .footer-top h6 {
    color:#ffa500 !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFA500;
}

ul.addre {
    margin: 10px 0 0;
    padding: 0
}

ul.addre li {
    padding: 5px 0;
    list-style: none
}

ul.addre li .fa {
    margin-right: 8px;
    color: orange
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd
}

#footer .footer-top .footer-links ul li {
    border-bottom: 0 solid #333;
    padding: 5px 0
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-contact p {
    line-height: 26px
}

#footer .footer-top .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: 65%
}

#footer .footer-top .footer-newsletter input[type=submit] {
    background: #18d26e;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: .3s;
    cursor: pointer
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
    background: #13a456
}

#footer .copyright {
    color: #fff;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd
}

.speakbox {
    background: #091933;
    border-radius: 20px;
    padding: 8px 30px;
    width: auto;
    display: inline-block;
    margin-top: 10px
}

.speakbox span,
.speakbox span a {
    color: orange;
    font-weight: 700
}

.topnav a,
.topnav1 a {
    color: #fff;
    font-weight: 500
}
.skype a,
.topnav a,
.topnav1 a {
    padding: 4px 20px;
    text-transform: uppercase;
    border-radius: 20px;
    text-decoration: none
}

@media only screen and (max-width:767px) and (min-width:320px) {
    .topnav {
        display: block;
        font-size: 8px;
        color: #fff;
        font-family: Poppins, Sans-serif;
        position: absolute;
        margin-left: 90px;
        line-height: 30px
    }

    .ball-wrapper {
        display: block !important
    }
}
#callAction .cta-btn,
.morebtn {
    letter-spacing: 1px;
    padding: 8px 28px;
    transition: .5s
}

@media (min-width:1024px) {
    #intro p {
        width: 60%
    }

    #intro .carousel-control-next,
    #intro .carousel-control-prev {
        width: 5%
    }
    .ball-wrapper {
        display: block !important
    }
}
.banForm h2,
.banForm p,
.inTxt p,

.skype {
    display: inline-block
}

@media (max-width:768px) {
    .back-to-top {
        bottom: 15px
    }

    #header #logo h1,
    #intro h2 {
        font-size: 28px
    }

    #nav-menu-container {
        display: none
    }

    #mobile-nav-toggle {
        display: inline
    }
}

.topnav {
    font-size: 13px;
    color: #fff
}

.topnav a {
    background: orange;
    margin-left: -5px
}

.topnav a:hover {
    background: #000
}

.topnav1 a {
    background: orange !important;
    margin-left: 8px
}

.skype a,
.skype i {
    color: #fff !important
}

.topnav1 a:hover {
    background: #000 !important
}

.skype {
    margin-right: 5px
}

.skype i {
    font-size: 16px !important
}

.skype a {
    background: #702880;
    font-weight: 600;
    margin-left: 4px
}

.skype a:hover {
    background: #08b
}

#mainBan {
    background: url('../img/banbg.webp') center top/cover no-repeat;
    padding: 120px 0 60px;
}
.banForm,
.inTxt {
    margin: 5px 0;
}
#callAction .cta-btn,
.banForm h1, h2,
.morebtn,
.section-headerwh h3::before,
.writeup {
    font-family: "Open Sans", sans-serif
}
.custom-h1{
        font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.banForm h2 span {
    font-size: 20px;
    font-weight: 300;
     text-transform: capitalize;
    color: #fff;
    display: block;
}

.banForm p {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}
.section-headerwh h3::before,
.sub-headwh h4::before {
    content: '...';
    position: absolute;
    background: 0 0;
    bottom: -12px;
    letter-spacing: 4px;
    right: 0;
    margin: auto
}

.packbox h5 span,
.pricing span,
.section-headerwh h3::before,
.sub-headwh h4::before {
    display: block;
    font-weight: 500
}

#ourComp {
    padding-bottom: 30px;
}

#ourComp h4 {
    color: #A0184E !important;
}

#ourComp1 {
    padding: 0;
    margin-top: 40px
}

#ourComp1 h6 {
    color: #101010;
    font-family: Poppins;
    font-size: initial;
    text-transform: capitalize
}
.proc-col h4 {
    font-size: 16px;
    margin-top: 20px;
    color: #101010;
    font-weight:500;
}
#process::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .9)
}

#callAction {
    background: url("../img/callactionbg.webp") center top/cover no-repeat fixed
}

#callAction::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(118, 9, 101, .92)
}

#callAction .cta-btn {
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    color: #fff;
    background: #24b7c2;
    margin-top: 20px
}

.writeup {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px
}

#callAction p {
    color: #bda5b8
}

#homeCont {
    background: #f2f2f2
}

#packList {
    background: url("../img/packbg.webp") center top/cover no-repeat fixed
}

#packList::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 48, 79, .92)
}

.packbox {
    border-right: 1px solid #345971;
    margin-bottom: 30px;
    width: 100%
}


.nobdr {
    border: 0
}

.packbox h5 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    height: 80px
}

.packbox h5 span {
    color: #fff;
    font-size: 20px
}

.pricing {
    color: #ff4838;
    font-size: 40px;
    font-weight: 700
}

.morebtn,
.pricing span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.inTxt h2,
.morebtn,
.sub-headwh {
    display: inline-block
}

.morebtn {
    font-weight: 600;
    border-radius: 25px;
    margin-top: 10px;
    background: #24b7c2
}

.wht {
    color: #fff !important
}

.subwt {
    color: #9ba4ad !important
}

#savcalc {
    background: url(../img/background.jpg) center top/cover no-repeat fixed;
    margin-top: 92px
}

.section-headerwh h3 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding-bottom: 15px
}

.section-headerwh h3::before {
    left: 0;
    color: #d91eb1;
    font-size: 34px
}

.section-headerwh p {
    text-align: center;
    padding-bottom: 20px;
    color: #d91eb1;
    font-size: 14px;
    font-style: italic;
    font-family: Poppins, sans-serif
}

.pop_heading,
.sub-headwh h4 {
    font-size: 26px;
    text-transform: uppercase
}

#contact h4,
.accordion-section-title,
.inTxt h2,
.section-header1,
.sub-headwh h4::before {
    font-family: "Open Sans", sans-serif
}

.sub-headwh {
    text-align: center;
    width: 100%
}

.sub-headwh h4 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px
}

.inTxt h2,
.serCal-col h2 {
    font-weight: 700;
    position: relative
}

.sub-headwh h4::before {
    left: 0;
    color: #d91eb1;
    font-size: 32px
}

.serCal-col h2::after,
.serCal-col:hover .arrw {
    width: 80px;
    background: #e369cc;
    bottom: -10px;
    left: 0;
    display: block;
    position: absolute
}

.serCal-col {
    background: rgba(0, 0, 0, .33);
    border-radius: 20px;
    padding: 30px 20px;
    position: relative
}

.serCal-col h2 {
    color: #d91eb1;
    font-size: 24px
}

.serCal-col h2 span {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 600;
    padding-top: 5px
}

.serCal-col p {
    color: #81717d;
    font-size: 12px;
    margin-bottom: 0
}

.serCal-col h2::after {
    content: '';
    height: 1px
}

.img1 {
    text-align: right
}

.serCal-col:hover {
    background: #fff;
    transition: .5s
}

.serCal-col:hover .arrw {
    height: 5px
}

.serCal-col:hover h2,
.serCal-col:hover h2 span {
    color: #101010;
    transition: .5s
}
#InsideBan {
    background: url(../img/inbg.jpg) center top/cover no-repeat fixed;
    padding: 120px 0 15px;
    height: 240px;
}
.inTxt h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.inTxt h2 span {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    display: block
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
    font-size: 12px
}
.paymet_options {
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .05)
}
.paymet_options p {
    margin-bottom: 15px !important;
    display: block
}
.paymet_options a {
    background: #6c757d;
    border: 0;
    padding: 10px 30px;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s;
    cursor: pointer;
    border-radius: 20px;
    display: inline-block
}

.paymet_options a:hover {
    background: #101010;
    color: #fff !important
}

.topnav2 a,
.topnav2 a:hover {
    background: orange !important
}

.paymet_options h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #101010;
    margin-bottom: 5px
}
.quoteForm {
    border: 5px solid #fff;
    background: #fff;
    border-radius: 0;
    padding: 0
}
.img-fluid1 {
    width: 80%;
    height: 160px;
    object-fit: scale-down;
}

.box-highlight,
.box-highlight .content {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px
}

.box-highlight {
    background: orange
}

.box-highlight .heading {
    padding: 5px 10px 0
}

.box-highlight .content {
    margin: 5px;
    padding: 20px;
    background: #fff
}

.box-highlight .content.v1 p {
    font-size: 20px
}

.accordion-section-title {
    padding: 15px;
    border-radius: 4px;
    cursor: pointer;
    color: #111;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    transition: .5s linear;
    text-decoration: none;
    margin-bottom: 10px;
    border: 1px solid #803790;
    font-weight: 600
}

.accordion-section-title:before {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    color: #fff;
    text-align: center;
    padding: 0 8px;
    font-size: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.accordion-section-title.active:before {
    content: "\f106";
    float: right
}

.accordion-section-title.active {
    margin-bottom: 0;
    text-decoration: none;
    color: #fff !important
}

.accordion-section-title:hover {
    text-decoration: none
}

.accordion-section-content {
    padding: 15px 15px 5px;
    display: block;
    margin-bottom: 10px
}

.img-fluid3 {
    max-width: 125%;
    height: auto;
}

.img-fluid4 {
    max-width: 100%;
    height: auto;
    padding-bottom: 33px
}

.accordion-item:first-of-type .accordion-button {
    color: #fff;
     font-family: Montserrat, sans-serif !important;
}

.accordion-header {
    margin-bottom: 25px;
    font-size: 13px;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: transparent !important;
}

accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid #fff
}

.section-header1 {
    font-size: 25px;
    color: #111;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px
}


.stretch-card>.card {
    width: 100%;
    min-width: 100%
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 3rem
}
.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto
}

.owl-carousel .item {
    margin: 3px
}

.owl-carousel {
    margin-bottom: 15px
}

.owl-carousel1 .item img {
    width: 200px !important;
    height: 100px !important
}
.footer_badge img {
    height: 50px;
    margin-top: -35%;
    width: 50%;
    padding-bottom: 15px
}

.col_half {
    width: 49%
}

.col_third {
    width: 32%
}

.col_fourth {
    width: 23.5%
}

.col_fifth {
    width: 18.4%
}

.col_sixth {
    width: 15%
}

.col_three_fourth {
    width: 74.5%
}

.col_twothird {
    width: 66%
}

.col_fifth,
.col_fourth,
.col_half,
.col_third,
.col_three_fourth,
.col_twothird {
    position: relative;
    display: inline-block;
    /* float: left; */
    margin-right: 2%;
    margin-bottom: 20px
}

.end {
    margin-right: 0 !important
}

.footer_badge {
    float: right;
    margin-left: -50px;
    width: 8%;
    margin-right: 20px
}

img.badge1 {
    width: 68px
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #702880
}

h2.text-center1 {
    margin-top: 30px;
    text-align: center
}

.topnav2 a {
    color: #000;
    border-radius: 22px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 13px 110px;
    font-weight: 600;
    font-size: 14px
}

.BuyButton-Button {
    width: 50% !important;
}

.topnav2 a:focus {
    outline-color: #fff
}

.topnav2.pull-left {
    min-height: 15%;
    margin-top:14px !important;
}

.BuyButton-Button {
    border-radius: 30px !important
}

.card-counter {
    box-shadow: 2px 2px 10px #dadada;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #dadada;
    transition: .3s linear
}

.card-counter.primary {
    background-color: #63348f;
    color: #fff
}

.card-counter.danger {
    background-color: #f3a01c;
    color: #fff
}

.card-counter.success {
    background-color: #d6286f;
    color: #fff
}

.card-counter.info {
    background-color: #d65b44;
    color: #fff
}

.card-counter i {
    font-size: 5em;
    opacity: .2
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: .5;
    display: block;
    font-size: 18px
}

#counter {
    background: url("../img/green-product.jpg") center top/cover no-repeat fixed;
    padding: 75px 0;
    position: relative
}

.counter1 {
    margin-right: 20px !important;
    margin-left: 20px !important
}

img.ctahome {
    width: 95%
}

.package-container .row .col-lg-4 .packbox {
    box-shadow: 5px 5px 10px #f6a52a;
    transition: box-shadow 0.3s ease-in-out;
    padding: 15px 15px 15px 15px;
    margin-bottom: 40px;
}

.package-container .row .col-lg-4 .packbox:hover {
    box-shadow: 5px 5px 10px #6f267f;
    transition: box-shadow 0.3s ease-in-out;
    padding: 15px 15px 15px 15px;

}

.service-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.service {
    flex: 1;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px;
    margin: 0 10px;
}

.service img {
    max-width: 100%;
    height: auto;
}

.service p {
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
}

.service h2 {
    font-size: 24px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .service-container {
        flex-direction: column;
    }

    .service {
        max-width: 100%;
        margin: 0 0 20px;
    }
}

.page-title {
    color: #7d3584;
}

.member-content .social-content li a {
    display: inline-block;
    padding: 0;
    min-width: 40px;
    height: 40px;
    font-size: 21px;
    line-height: 40px;
    color: #7d3584;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.member-content .details {
    margin: 20px 0 0 20px;
    position: relative;
    padding: 30px;
    padding-left: 100px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.member-content {
    margin-bottom: 30px;
}

.member-thumb {
    text-align: center;
}

.member-thumb h4 {
    font-size: 21px;
    margin: 10px 0;
}

.member-thumb .title {
    font-size: 18px;
    margin: 10px 0;
    color: #7d3584;
}

.member-content:hover .details {
    background: #7d3584;
    color: #fff;
}
.member-content.right .details {
    margin: 20px 20px 0 0;
    box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.08);
}
.member-content .details:after {
    display: block;
    content: "";
    position: absolute;
    left: -18px;
    top: 30px;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    box-shadow: -3px 0 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-left-color .3s ease-out;
    transition: border-left-color .3s ease-out;
}
.member-content.right .details:after {
    position: absolute;
    left: auto;
    right: -17px;
    border-left: 20px solid transparent;
    border-right: 20px solid #f5f5f5;
    box-shadow: 3px 0 0 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-right-color .3s ease-out;
    transition: border-right-color .3s ease-out;
}
.member-content:hover .details:after {
    border-left-color: #7d3584;
}
.member-content.right:hover .details:after {
    border-left-color: transparent;
    border-right-color: #7d3584;
}
.member-content .details:before {
    display: block;
    content: "\201D";
    position: absolute;
    left: 20px;
    top: 50px;
    font-size: 120px;
    font-weight: 800;
    line-height: 60px;
    font-family: Arial;
    color: #7d3584;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.member-content:hover .details:before {
    color: #fff;
}
.member-content .social-content {
    list-style: none;
    margin: 0;
    padding: 0;
}
.member-content .social-content li {
    display: inline;
    text-align: center;
    margin: 0 2px;
}
.member-content:hover .social-content li a {
    color: #fff;
}
.member-content .social-content li a:hover {
    background: #fff;
    color: #7d3584;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .member-thumb {
        text-align: center;
    }
    .member-content {
        margin-bottom: 30px;
    }

    .member-thumb h4,
    .title {
        font-size: 18px;
        margin: 10px 0;
    }

    .member-content .details {
        margin: 20px 0;
        padding: 65px 15px 15px 15px;
    }

    .member-content .details:before {
        font-size: 60px;
        top: 20px;
    }
}
.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
.accordion-container {
    width: 80%;
    max-width: 600px;
}

.accordion-item {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    background-color: #5E367C;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
        font-family: "Montserrat", sans-serif;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
    margin-bottom: 0;
}
.accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}
.accordion-header button {
    border: none !important;
    box-shadow: none !important;
}
.card {
    background: no-repeat;
    border: none;
}
.card-body .card-title {
    font-size: 18px;
    color: #98368a;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0.8rem 0;

}
  .ssss.scrolled {
    background: #75439a !important;
    color: #fff;
  }
  a.nav-link.dropdown-toggle:hover {
    color: #ffa500;
  }
  a.nav-link:hover {
    color: #ffa500;
  }