.Slider {
    width: 100%;
    position: relative;
    z-index: 1;
    background: none !important
}

.Slider .bgh {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(#afc0e5));
    background: linear-gradient(180deg, var(--white), #afc0e5);
    color: var(--thm2);
    text-shadow: -1px 1px 0 var(--black), 1px 1px 0 var(--black), 1px -1px 0 var(--black), -1px -1px 0 var(--black)
}

.Slider .carousel {
    width: 100%;
    overflow: hidden
}

.Slider .carousel-inner,
.Slider .carousel-item {
    height: 100%
}

.Slider .carousel-item {
    position: relative
}

.Slider .carousel-item:after {
    background: rgb(var(--black-rgb)/0.3);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: ""
}

.Slider .carousel-item > img,
.Slider .carousel-item > picture img,
.Slider .carousel-item > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.Slider .carousel-item > video {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1
}

.Slider .carousel-item .carousel-caption {
    z-index: 1;
    bottom: auto;
    top: 0;
    left: 0;
    color: var(--black);
    padding: 0;
    opacity: 1;
    right: auto;
    text-align: left;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Slider .carousel-item .carousel-caption .text-center {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    opacity: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0
}

.Slider .carousel-item .carousel-caption .text-end {
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
    opacity: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.Slider .carousel-item .carousel-caption .text-start {
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    opacity: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.Slider .carousel-item .carousel-caption p {
    margin: 0;
    color: var(--black);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.Slider .carousel-item .carousel-caption span.text-u {
    letter-spacing: 9px;
    font-size: 14px
}

.Slider .carousel-item .carousel-caption .h1 {
    line-height: 120% !important;
    font-size: 55px;
    font-weight: 500;
    color: var(--white)
}

.Slider .carousel-item .carousel-caption .h1 strong,
.Slider .carousel-item .carousel-caption .h1 span {
    font-weight: 900
}

.Slider .carousel-item .carousel-caption .h1 span {
    background: -webkit-gradient(linear, left top, right top, from(var(--thm)), to(var(--thm1)));
    background: linear-gradient(90deg, var(--thm), var(--thm1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: inline-block
}

@media(max-width: 991px) {
    .Slider .carousel-item .carousel-caption .h1 {
        font-size: 48px
    }
}

@media(max-width: 767px) {
    .Slider .carousel-item .carousel-caption .h1 {
        font-size: 42px
    }
}

@media(max-width: 574px) {
    .Slider .carousel-item .carousel-caption .h1 {
        font-size: 32px
    }
}

@media(max-width: 420px) {
    .Slider .carousel-item .carousel-caption .h1 {
        font-size: 24px
    }
}

.Slider .carousel-item .carousel-caption .ImgBox:after {
    width: 70%;
    margin: 0 auto 30px;
    height: 15px;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    background: var(--black);
    content: "";
    display: block;
    border-radius: 50%
}

.Slider .carousel-item .carousel-caption .ImgBox img {
    max-width: 450px;
    max-height: 420px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(min-width: 992px) {
    .Slider .carousel-item .carousel-caption h1 {
        line-height: 200%
    }
}

.Slider .carousel-item .carousel-caption .bgh {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(#afc0e5));
    background: linear-gradient(180deg, var(--white), #afc0e5);
    color: #4b6bc4;
    text-shadow: -1px 1px 0 var(--black), 1px 1px 0 var(--black), 1px -1px 0 var(--black), -1px -1px 0 var(--black)
}

@media(max-width: 767px) {
    .Slider .carousel-item .carousel-caption {
        padding: 9px 0 50px
    }

    .Slider .carousel-item .carousel-caption .h1 {
        margin-bottom: 0 !important
    }

    .Slider .carousel-item .carousel-caption * {
        text-align: center
    }
}

.Slider .carousel-item.active .text-end,
.Slider .carousel-item.active .text-center,
.Slider .carousel-item.active .text-start {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.Slider .carousel-indicators {
    bottom: 9px
}

.Slider .carousel-indicators > button {
    height: 9px;
    width: 9px;
    background: var(--thm);
    border: none;
    border-radius: 12px;
    margin: 0 7px;
    opacity: .5;
    text-indent: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.Slider .carousel-indicators > button.active {
    opacity: 1;
    width: 32px
}

.Slider .carousel-control-next,
.Slider .carousel-control-prev {
    width: 8%
}

.Slider img,
.Slider picture img {
    width: 100%;
    height: auto
}

main > section > svg {
    position: absolute;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 200px;
    height: 140px;
    width: 140px;
    stroke-dashoffset: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media(min-width: 768px) {
    main > section > svg {
        -webkit-filter: url(#shadow);
        filter: url(#shadow)
    }
}

@media(max-width: 991px) {
    main > section > svg {
        height: 120px;
        width: 120px
    }
}

@media(max-width: 767px) {
    main > section > svg {
        height: 99px;
        width: 99px
    }
}

@media(max-width: 420px) {
    main > section > svg {
        display: none
    }
}

.ani-start > svg {
    stroke-dashoffset: 0
}

.ani-start > svg path {
    -webkit-animation: HeadingT 9s linear infinite;
    animation: HeadingT 9s linear infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes HeadingT {
    0% {
        stroke-dashoffset: 200px
    }

    50% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes HeadingT {
    0% {
        stroke-dashoffset: 200px
    }

    50% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 0
    }
}

.bggr1 *:not(.btn, .form-control) {
    color: var(-black)
}

.bgimg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .15;
    -o-object-position: bottom;
    object-position: bottom;
    -webkit-filter: hue-rotate(-55deg);
    filter: hue-rotate(-55deg);
    z-index: -1
}

.SecTop h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 110%
}

@media(min-width: 1200px) {
    .SecTop h1 {
        font-size: 48px
    }
}

@media(max-width: 574px) {
    .SecTop h1 {
        font-size: 36px
    }
}

@media(max-width: 390px) {
    .SecTop h1 {
        font-size: 32px
    }
}

.SecTop form {
    border-radius: 15px;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: var(--white)
}

@media(min-width: 992px) {
    .SecTop form {
        margin-left: auto
    }
}

@media(max-width: 991px) {
    .SecTop form {
        margin: 0 auto
    }
}

.SecTop form .form-control {
    background: rgb(var(--black-rgb)/0.05)
}

.SecTop form .small {
    font-size: 14px
}

.SecTop form .form-control:not(textarea),
.SecTop form .form-select {
    height: 2.5em
}

.SecTop form textarea.form-control {
    min-height: 6rem !important
}

.SecTop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px !important
}

.SecTop ul li {
    width: calc(50% - 9px);
    margin: 0 !important
}

@media(max-width: 575px) {
    .SecTop ul li {
        width: 100%
    }
}

.SecTop ul li:before {
    min-width: 20px !important;
    height: 20px !important;
    -webkit-filter: invert(1);
    filter: invert(1);
    top: 3px !important
}

.SecTop .tags {
    font-size: 20px
}

.SecTop .tags svg {
    height: 24px;
    width: 24px;
    fill: none;
    stroke: var(--white);
    stroke-linecap: round;
    stroke-linejoin: round
}

.Sec1 {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(var(--thm-rgb)/0.1)), to(transparent));
    background: linear-gradient(0deg, rgb(var(--thm-rgb)/0.1), transparent)
}

.Sec1 .ServiceSec {
    row-gap: .8rem !important;
    margin: 0 -0.4rem !important
}

@media(max-width: 575px) {
    .Sec1 .ServiceSec {
        row-gap: .8rem !important;
        margin: 0 -0.4rem !important
    }

    .Sec1 .ServiceSec > div {
        padding: 0 .4rem !important
    }
}

.Sec1 .ServiceSec > div {
    padding: 0 .4rem !important
}

@media(min-width: 1200px) {
    .Sec1 .ServiceSec > div {
        width: 20%
    }
}

@media(max-width: 450px) {
    .Sec1 .ServiceSec > div {
        width: 100%
    }
}

.Sec1 .card {
    text-align: center;
    border-color: rgb(var(--black-rgb)/0.1);
    border-radius: 9px;
    padding: 15px
}

.Sec1 .card img {
    height: 72px;
    width: 72px;
    -o-object-fit: contain;
    object-fit: contain
}

.Sec1 .card h3 {
    font-size: 18px
}

.Sec1 .card p {
    font-size: 14px;
    margin: 0
}

.Sec1 .Heading ~ p strong.h3 {
    font-family: "courier";
    line-height: normal
}

.Sec2 .Coverages .links {
    position: relative
}

.Sec2 .Coverages .links span {
    position: absolute;
    bottom: 12px;
    padding: 8px 15px;
    border-radius: 9px;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--thm)
}

.Sec3New > div .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.Sec3New > div .row > div {
    padding: 0
}

@media(min-width: 992px) {
    .Sec3New > div .row > div:first-child {
        width: 300px
    }
}

.Sec3New > div .row > div:first-child .Mimg {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 15px solid rgb(246 204 79);
    background: rgb(var(--thm-rgb)/0.05);
    margin: 0 auto
}

.Sec3New > div .row > div:first-child .Mimg img {
    width: 60%;
    height: 60%
}

@media(min-width: 992px) {
    .Sec3New > div .row > div:last-child {
        width: calc(100% - 300px)
    }
}

.Sec3New > div .row > div:last-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px
}

@media(min-width: 992px) {
    .Sec3New > div .row > div:last-child ul {
        gap: 50px
    }
}

.Sec3New > div .row > div:last-child ul li {
    border: none;
    padding: 0;
    background: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width: 576px) {
    .Sec3New > div .row > div:last-child ul li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.Sec3New > div .row > div:last-child ul li > * {
    border: none;
    padding: 0
}

.Sec3New > div .row > div:last-child ul li .card-header {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgb(246 204 79);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 575px) {
    .Sec3New > div .row > div:last-child ul li .card-header {
        margin: 0 auto
    }
}

.Sec3New > div .row > div:last-child ul li .card-header img {
    width: 60%;
    height: 60%
}

@media(min-width: 576px) {
    .Sec3New > div .row > div:last-child ul li .card-header ~ div {
        max-width: calc(100% - 120px)
    }
}

@media(max-width: 575px) {
    .Sec3New > div .row > div:last-child ul li .card-header ~ div {
        text-align: center
    }
}

.Sec3New > div .row > div:last-child ul li p {
    font-size: 14px
}

@media(min-width: 992px) {
    .Sec3New > div .row > div:last-child ul li {
        margin-left: 60px
    }

    .Sec3New > div .row > div:last-child ul li:last-child,
    .Sec3New > div .row > div:last-child ul li:first-child {
        margin-left: -60px
    }
}

.Sec3 img:not(.bgimg) {
    max-width: 600px;
    -webkit-box-shadow: 3px 3px 0 rgb(var(--thm-rgb)/0.5);
    box-shadow: 3px 3px 0 rgb(var(--thm-rgb)/0.5);
    border: 1px solid rgb(var(--thm-rgb)/0.5);
    border-radius: 9px
}

@media(min-width: 992px) {
    .Sec3 .WhyCards {
        margin: 0
    }

    .Sec3 .WhyCards > div {
        padding: 0
    }

    .Sec3 .WhyCards > div:nth-child(1n) {
        margin-top: 8%
    }

    .Sec3 .WhyCards > div:nth-child(2n) {
        margin-top: 0%
    }

    .Sec3 .WhyCards > div:nth-child(3n) {
        margin-top: -8%
    }

    .Sec3 .WhyCards > div:nth-child(4n) {
        margin-top: -16%
    }

    .Sec3 .WhyCards .card-body p {
        -webkit-line-clamp: 10;
        font-size: 15px;
        margin: 0
    }
}

.Sec3 .WhyCards .card {
    background: rgb(var(--thm-rgb)/0.05);
    -webkit-box-shadow: 3px 3px 0 rgb(var(--thm-rgb)/0.5);
    box-shadow: 3px 3px 0 rgb(var(--thm-rgb)/0.5);
    border-color: rgb(var(--thm-rgb)/0.5);
    -webkit-transition: all .5s;
    transition: all .5s
}

.Sec3 .WhyCards .card > div {
    padding: 30px 24px
}

.Sec3 .WhyCards .card:hover {
    background: var(--white);
    -webkit-box-shadow: 0 0 5px rgb(var(--thm-rgb)/0.5);
    box-shadow: 0 0 5px rgb(var(--thm-rgb)/0.5)
}

.Sec3 .WhyCards .card:hover .card-body {
    background: var(--gr1);
    border-radius: 8px
}

.Sec3 .WhyCards .card:hover *,
.Sec3 .WhyCards .card:hover div h3 {
    color: var(--white)
}

.Sec3 .card {
    border-radius: 9px;
    border-color: rgb(var(--black-rgb)/0.1);
    background: none;
    position: relative;
    -webkit-transition: initial !important;
    transition: initial !important
}

.Sec3 .card > div {
    border: none;
    background: none;
    padding: 20px
}

@media(min-width: 1400px) {
    .Sec3 .card > div {
        padding: 24px
    }
}

.Sec3 .card > div * {
    -webkit-transition: all .5s;
    transition: all .5s
}

.Sec3 .card-header {
    padding-bottom: 0 !important
}

.Sec3 .card-header span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 110px;
    width: 110px;
    border: 1px solid rgb(var(--black-rgb)/0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    background: rgb(var(--thm-rgb)/0.1);
    font-size: 28px
}

.Sec3 .card-body h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 15px;
    line-height: 125%
}

.Sec3 .card-body p {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.Sec3 .card-body span.thm {
    font-size: 14px;
    opacity: 0
}

@media(max-width: 991px) {
    .Sec3 .card-body span.thm {
        opacity: 1
    }
}

.Sec3 .card:hover {
    background: rgb(var(--thm-rgb)/0.1)
}

.Sec3 .card:hover .card-header span {
    border-color: var(--thm);
    background: var(--white)
}

.Sec3 .card:hover .card-body h3 {
    color: var(--thm)
}

.Sec3 .card:hover .card-body span.thm {
    opacity: 1
}

.Sec4 {
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgb(var(--thm-rgb)/0.1)));
    background: linear-gradient(0deg, transparent, rgb(var(--thm-rgb)/0.1))
}

.logos img {
    height: 93px;
    width: auto !important;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 9px auto;
    padding: 3px 9px;
    background: var(--white);
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 3px 6px rgb(var(--black-rgb)/0.2);
    box-shadow: 0 3px 6px rgb(var(--black-rgb)/0.2);
    border-radius: 9px
}

.logos img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media(min-width: 1200px) {
    .logos img {
        height: 80px
    }
}

.Testimonial .review-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Testimonial .review-carousel .card {
    border-color: rgb(var(--black-rgb)/0.1);
    margin: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(var(--thm-rgb)/0.1)), to(transparent));
    background: linear-gradient(0deg, rgb(var(--thm-rgb)/0.1), transparent);
    border-radius: 15px;
    height: 100%;
    line-height: normal
}

.Testimonial .review-carousel .card > * {
    padding: 0;
    background: none
}

.Testimonial .review-carousel .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    border: none;
    padding: 12px 30px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Testimonial .review-carousel .card-header .img {
    min-width: 72px;
    max-width: 72px;
    height: 72px;
    background: #d9d9d9;
    border-radius: 50%;
    -ms-flex-item-align: start;
    align-self: start;
    overflow: hidden
}

.Testimonial .review-carousel .card-header .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.Testimonial .review-carousel .card-body {
    padding: 0 30px 30px
}

.Testimonial .review-carousel .card-body h3 {
    font-size: 24px !important;
    font-weight: 600
}

.Testimonial .review-carousel .card-body h3 + span {
    font-style: italic;
    color: rgb(var(--black-rgb)/0.7)
}

.Testimonial .review-carousel .card-body .Msg {
    position: relative
}

.Testimonial .review-carousel .card-body .Msg p {
    margin: 0;
    font-size: 16px
}

@media(max-width: 574px) {
    .Testimonial .review-carousel .card-body {
        padding: 0 20px 20px
    }
}

/*# sourceMappingURL=index.min.css.map */
