@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
body {
    font-family: 'Josefin Sans', sans-serif !important;
}

/*header start*/

.menucions {
    height: 50px;
    display: flex;
    align-items: center;
}

.menucions span {
    position: relative;
    top: 2px;
    display: block;
    height: 3px;
    width: 30px;
    background: var(--sw-dark-1);
}

.menucions span::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 20px;
    background: var(--sw-dark-1);
    top: 10px;
}

.menucions span:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 12px;
    background: var(--sw-dark-1);
    top: -10px;
}

.sidebarmenuicon {
    display: none;
}

.menu-logo img {
    max-height: 210px;
    width: 100px;
}

.sw-menu-sw-set {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.sticky .menu-header {
    height: 70px;
    ;
}

.sw-header.sticky .sw-nav .nav-link {
    line-height: 70px;
}

.sw-header.sticky {
    height: auto;
    position: fixed;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sw-header.sticky:after {
    content: "";
    background: rgb(255 255 255/70%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0px 8px 10px #00000010;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.sw-header .sw-nav .nav-link.active {
    color: var(--sw-color-0);
}

.sw-header {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: #f8fbff;
    padding: 0 20px;
    height: 85px;
    z-index: 9995;
    border-bottom: 1px solid rgb(114 114 114 / 12%);
    display: block;
    align-content: center;
    align-items: center;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 85px;
    z-index: 55;
    position: relative;
}

.offcanvas {
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.sw-megamenu .megamenu {
    width: 100%;
    right: 0;
    left: 0;
}

.sw-megamenu {
    position: unset;
}

.sw-header .navbar {
    position: unset;
}

.sw-header .sw-nav .nav-link:hover {
    color: var(--sw-color-0);
}

.sw-header .sw-nav .nav-link {
    color: var(--sw-text-1);
    font-size: 20px;
    line-height: 85px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    font-weight: 500;
}

.sw-header .navbar-nav .dropdown-menu {
    display: block;
    border-radius: 0;
    border: 0;
    margin: 0;
    -webkit-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 14%) !important;
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 14%) !important;
    padding: 30px;
    border-radius: 0 0 14px 14px;
    border-top: 3px solid #f5f5f5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 300ms linear, opacity 300ms linear;
    transition: visibility 300ms linear, opacity 300ms linear;
    will-change: opacity;
    transform: translate(0, 10%) scale(0.8);
    transition: .3s;
}

.sw-header .navbar-nav .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dd-item {
    color: var(--sw-text-2);
    font-size: 18px;
    line-height: 1;
}

.dd-item:hover {
    color: var(--sw-color-9);
}

.dd-item i {
    margin-right: 10px;
}

.dd-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
}

.dropdown-menu li+li {
    margin-top: 10px;
}

.bdright {
    border-right: 1px solid #e5e5e5;
}

.border-in-colmn>*:nth-child(1) {
    padding-left: 15px;
}

.border-in-colmn>* {
    padding-right: 15px;
    padding-left: 20px;
}

.signledropdown {
    width: max-content;
    white-space: nowrap;
}

.nav-link.show:before {
    content: "";
    border-bottom: 2px solid #613fe5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.dropdown-toggle::after {
    vertical-align: unset;
    border-top: inherit;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: "";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    top: -2px;
    position: relative;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dropdown-toggle.show::after {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media (min-width: 992px) {
    .offcanvas {
        visibility: visible;
        position: relative;
        background: none;
        border: none;
        justify-content: end;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
}

@media (max-width: 992px) {
    .offcanvas {
        width: 80%;
        height: 100vh;
    }
    .offcanvas-start-lg {
        top: 0;
        left: 0;
        border-right: 0px solid rgba(0, 0, 0, .2);
        transform: translateX(-100%);
    }
}

/*menu hover*/

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0%) scale(1);
}

.dropdown .nav-link:before {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #613fe5;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.dropdown:hover .nav-link:before {
    width: 100%;
    left: 0;
}

.dropdown:hover .dropdown-toggle::after {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.demotitle {
    display: none;
}

/*home-hero-a*/

.container-full {
    width: calc(100% - 10%);
    margin: 0 auto;
}

.home-hero-a {
    position: relative;
    padding-top: 140px;
    padding-bottom: 60px;
    height: 100%;
    overflow: hidden;
}

.dd {
    background: #f3f6fd;
}

.hero-content-a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.left-hand {
    left: -50px;
    top: 50%;
}

.right-hand {
    right: -50px;
    top: 20%;
}

.crcl {
    width: 150px;
    height: 150px;
    position: absolute;
    background: #ffffff80;
    border-radius: 100%;
}

.circle_1 {
    right: 80px;
    bottom: 120px;
}

.circle_2 {
    left: 80px;
    bottom: -20px;
}

.handimg {
    position: absolute;
    max-width: 650px;
    /*    z-index: 99;*/
}

.hero-video {
    width: 360px;
    height: 630px;
    border-radius: 14px;
    overflow: hidden;
}

.hero-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-sec-2 {
    margin: 0 auto;
    position: relative;
}

.hero-sec-2 img {
    height: 730px;
}

.shapehero div {
    position: absolute;
}

.shapehero img {
    width: 100px;
}

.sp1 {
    top: -40px;
    right: -160px;
}

.sp2 {
    bottom: -40px;
    left: -160px;
}

.subcontent {
    position: absolute;
    max-width: 350px;
    bottom: 110px;
}

.subcontent p {
    color: #40a1d4 !important;
}

.rotate-circle img {
    max-width: 120px;
}

.rotate-circle {
    position: absolute;
    left: 0px;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.herovr {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.alteret {
    display: flex;
    flex-direction: column;
}

.verticletextslider {
    background: var(--sw-color-0);
    padding: 10px;
    width: 100%;
}

.verticletext li {
    color: var(--sw-dark-1);
    font-size: 30px;
    line-height: 1;
}

.verticletext li span {
    padding: 0 5px;
}

.--title {
    position: relative;
    padding: 0 0px 0 60px;
    display: block;
    font-size: 18px;
    letter-spacing: 6px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.--title::before {
    content: "";
    height: 1px;
    display: flex;
    width: 50px;
    background: #494e5e;
    position: absolute;
    left: 0;
    top: 14px;
}

.srvc50 {
    padding-top: 50px;
}

.bgclr1 {
    background: var(--sw-color-1);
}

.bgclr2 {
    background: var(--sw-color-2);
}

.bgclr3 {
    background: var(--sw-color-3);
}

.bgclr4 {
    background: var(--sw-color-4);
}

.bgclr5 {
    background: var(--sw-color-5);
}

.ci1::after {
    background: var(--sw-color-1A);
}

.ci2::after {
    background: var(--sw-color-2A);
}

.ci3::after {
    background: var(--sw-color-3A);
}

.bgclr-1::before {
    background: var(--sw-color-3);
}

.bgclr-2::before {
    background: var(--sw-color-2);
}

.bgclr-3::before {
    background: var(--sw-color-7);
}

.cardicon img {
    width: 110px;
    position: relative;
    top: -28px;
    z-index: 6;
}

.roundlayer {
    position: relative;
    top: -20px;
}

.roundlayer:after {
    content: "";
    width: 150px;
    height: 140px;
    position: absolute;
    right: 0;
    left: 0;
    border-radius: 0px 0px 100px 100px;
    margin: 0 auto;
    top: 0;
    z-index: -0;
    transform: rotate(-0deg);
    background: #a3e9ff !important;
}

.cardata {
    position: relative;
    z-index: 6;
}

.cardata span {
    font-size: 20px;
    line-height: 1;
    display: flex;
    background: #c0cbf961;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0px auto 15px;
    align-items: center;
    justify-content: center;
}

.cardata h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.cardata p {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.sw-cardx {
    padding: 20px;
    border-radius: 10px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background: #e5f9ff !important;
}

/*media objects*/

/*.mediaoject {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
}*/

.mediaoject {
    text-align: center;
    padding: 10px !important;
    box-shadow: 0px 10px 25px -10px hwb(0deg 0% 100% / 8%);
    background: #fff !important;
    border: 1px solid #e9e9e9e0;
    height: 100%;
}

.icondivdata h6 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

footer {
    background: #071c6a;
}

.bigtext-2 {
    color: #fff;
    font-size: 22px;
}

.colrow-1 p {
    color: #c4cbd1;
}

.colrow-1 a {
    color: #c4cbd1;
}

.icondiv {
    text-align: center;
    flex-shrink: 0;
}

.w70 {
    width: 70px;
}

.w40 {
    width: 40px;
}

.icondiv img {
    width: 40px;
}

.icondivdata h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #0e2587;
}

.mediaoject+.mediaoject {
    margin-top: 30px;
}

.imgsol {
    position: relative;
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 40px;
}

.imgsol:before {
    content: "";
    width: 500px;
    height: 500px;
    background: var(--sw-color-6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    z-index: -0;
}

.img--1 {
    margin-top: 100px;
}

.img--1,
.img--2 {
    height: fit-content;
}

.shape---0 {
    position: absolute;
}

.shape--1 {
    max-width: 170px;
    left: 70px;
}

.shape--2 {
    bottom: 20px;
    right: 60px;
    max-width: 150px;
}

.radius10 {
    border-radius: 10px;
    overflow: hidden;
}

.imdcdata ul {
    display: flex;
    gap: 20px;
}

.imdcdata ul li {
    position: relative;
}

.imdcdata ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    right: -13px;
    background: #494e5e50;
    border-radius: 100%;
}

.imdcdata ul li:last-child:after {
    content: none;
}

.imdcdata h3 {
    margin: 0;
}

.bigmediablock {
    grid-template-columns: 80px auto;
}

.bigmediablock .icondiv img {
    width: 60px;
}

.cntsw {
    position: relative;
    left: -40px;
}

.pair-content-img {
    display: grid;
    grid-template-columns: auto 250px;
    gap: 10px;
    overflow: hidden;
}

.wordby {
    padding-bottom: 25px;
}

.sw-re-data {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.sw-re-data>p {
    font-size: 18px;
    line-height: 32px;
}

.sw-re-img img {
    z-index: 5;
}

.rndbg {
    position: relative;
    padding: 0;
    max-width: 250px;
    max-height: 270px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.rndbg::before {
    content: "";
    width: 234px;
    height: 330px;
    position: absolute;
    bottom: -120px;
    right: 0;
    left: 0;
    z-index: -1;
    margin: 0 auto;
    text-align: center;
    border-radius: 500px;
}

.sldrnav {
    position: relative;
}

.swipernavs .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    color: var(--sw-dark-1);
    opacity: 1;
    background: var(--sw-color-10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0 0 3px 0;
}

.swipernavs .swiper-pagination-bullet-active {
    color: var(--sw-dark-1);
    background: var(--sw-color-0);
}

.swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.qote {
    font-size: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--sw-color-10);
}

.brandlogo li {
    padding: 0px 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.numberstatistics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.nssw h2,
.nssw h4 {
    margin-bottom: 10px;
}

.bigtext {
    font-size: 85px;
    line-height: 95px;
    font-weight: 600;
    margin-bottom: 0;
}

.emailaddress a {
    font-size: 26px;
}

.numbermo a {
    font-size: 23px;
}

.phonenumbers {
    display: flex;
    gap: 10px;
}

.introo {
    font: 14px;
}

/* contact from*/

.custom-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
}

.custom-control label {
    text-indent: 0;
    padding: 0;
}

.customcheck {
    display: flex;
    grid-gap: 10px;
}

.form-title {
    text-align: center;
    color: var(--sw-text-1);
    padding-bottom: 40px;
}

.form-title h2 {
    padding: 50px 0 10px 0px;
    font-weight: 700;
}

.form-title p {
    font-size: 18px;
    line-height: 28px;
}

.ctmlabl {
    font-size: 15px;
    line-height: 20px;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0px;
}

.form-block input,
.form-block select {
    height: 50px;
    padding: 0px 15px;
    border-width: 0px 0px 2px;
    border-image: initial;
    border-bottom: 2px solid rgb(230, 230, 230);
    border-radius: 0px;
}

.form-block textarea {
    height: 100px;
    padding: 15px;
    border-width: 0px 0px 2px;
    border-image: initial;
    border-bottom: 2px solid rgb(230, 230, 230);
    border-radius: 0px;
}

.form-block input,
.form-block select,
.form-block textarea {
    color: rgb(23, 43, 67);
    font-size: 18px;
    width: 100%;
    margin: 0px 0px 15px;
    background: rgb(255, 255, 255);
    outline: 0px;
}

.floating-label {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #C5C5C5;
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-bottom: 1px solid var(--sw-color-9);
}

.floating-label label {
    color: var(--sw-text-1);
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-bottom: 0;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label,
.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: 0px;
    font-size: 12px;
    line-height: 1;
    color: var(--sw-text-2);
    background: #fff;
    width: 50%
}

#contactform .error-label .error {
    color: var(--bs-form-invalid-color);
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    bottom: 8px;
    top: inherit;
    background: #fff;
    padding: 0 8px 0 8px;
    margin: 0 0 0 -8px;
}

.formicon {
    position: absolute;
    top: 12px;
    left: 20px;
}

.iconin .form-block input,
.iconin .form-block select {
    padding: 0px 25px 0px 35px;
}

.iconin .form-block textarea {
    padding: 15px 15px 15px 35px;
    margin-top: 1px;
}

.iconin .floating-label label {
    left: 48px;
}

.loader-icon {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    background: var(--sw-dark-1);
    justify-content: center;
    align-items: center;
}

.loader-icon:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgb(255 255 255 / 20%);
    border-top-color: var(--sw-white);
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.swform input.error,
.swform select.error,
.swform textarea.error {
    border-bottom: 1px solid var(--bs-form-invalid-color);
    ;
}

.swform input.valid,
.swform select.valid,
.swform textarea.valid {
    border-bottom: 1px solid #00a759;
}

.swform input.valid,
.swform textarea.valid {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300a759' d='M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}

.swform input.error,
.swform textarea.error {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff0000' d='M12 2A10 10 0 1 0 22 12 10.01114 10.01114 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8A8.00917 8.00917 0 0 1 12 20Zm0-8.5a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3A1 1 0 0 0 12 11.5Zm0-4a1.25 1.25 0 1 0 1.25 1.25A1.25 1.25 0 0 0 12 7.5Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}

.swform textarea.error,
.swform textarea.valid {
    background-position-x: 98%;
    background-position-y: 10px;
}

.btnnpair {
    display: flex;
    gap: 20px;
    align-items: center;
}

.submit {
    position: relative;
    gap: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctmlabl a {
    color: var(--sw-color-9);
}

/**/

.col-footer-row {
    text-align: center;
    padding: 50px 0 20px;
}

.logowrap img {
    max-height: 90px;
    background: #fff;
    border-radius: 5px;
    padding: 4px;
}

.social-link-list {
    display: flex;
    grid-gap: 20px;
    justify-content: center;
}

.social-link-list a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 10px rgb(51 51 51 / 10%);
    border-radius: 100px;
}

.facebook {
    color: #395693;
}

.twitter {
    color: #52a7e7;
}

.insta {
    color: #af31f7;
}

.linkedin {
    color: #1361ab;
}

.youtube {
    color: #f30501;
}

.col-footer-row-2 {
    display: grid;
    grid-template-columns: 30% 20% auto;
    align-items: center;
    padding: 30px 0;
    justify-content: space-between;
}

/*Back to top*/

.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 50px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(199 199 199 / 40%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f062";
    text-align: center;
    font-size: 15px;
    color: var(--sw-dark-1);
    left: 0;
    top: 4px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle-sw path {
    stroke: var(--sw-dark-1);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/**/

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}

.reveal.reveal--overlay {
    background-color: var(--sw-color-2);
}

.reveal img {
    /* object-fit: cover; */
    height: 450px;
    border: 1px solid #a8aec980;
    border-radius: 10px;
    width: 100%;
}

.copy_text {
    color: #e2e2e3 !important;
}

.why-choose-us {
    background: #f8fbff;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2e55a2;
}

.section-subtitle {
    font-size: 16px;
    color: #777;
}

.feature-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.feature-box .icon {
    font-size: 38px;
    color: #2e55a2;
}

.feature-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.some-parent .bgclr4:first-child {
    background: #00c3ff14;
    height: 100%;
    /* Example: Blue */
}

.some-parent .bgclr4:nth-child(2) {
    background: var(--sw-color-2);
    /* Example: Orange */
}

.some-parent .bgclr4:nth-child(3) {
    background: var(--sw-color-3);
    /* Example: Green */
}

.some-parent .bgclr4:first-child(4) {
    background: var(--sw-color-4);
    /* Example: Blue */
}

.some-parent .bgclr4:nth-child(5) {
    background: var(--sw-color-5);
    /* Example: Orange */
}

.some-parent .bgclr4:nth-child(6) {
    background: var(--sw-color-6);
    /* Example: Green */
}

.about_logo {
    padding: 3px 3px;
    border: 2px solid #001880;
    border-radius: 10px;
    width: 100%;
}

.how-it-works-section {
    background: #f8fcff;
    padding: 60px 0;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0c4da2;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #555;
    margin-bottom: 50px;
    font-size: 18px;
}

.steps-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.step-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 300px;
    transition: all 0.3s ease;
}

.step-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.icon-circle {
    background: #e8f2ff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 45px;
    height: 45px;
}

.step-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0c4da2;
}

.step-box p {
    font-size: 17px;
    line-height: 1.6;
}

.offers-section {
    background: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0c4da2;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #555;
    font-size: 18px;
    margin-bottom: 50px;
}

.offers-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.offer-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 300px;
    padding: 35px 25px;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #0c4da2;
}

.offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.offer-card.highlight {
    border: 2px solid #0c4da2;
    background: #e8f2ff;
}

.offer-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0c4da2;
    margin-bottom: 10px;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.price span {
    font-size: 14px;
    color: #777;
}

.offer-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.offer-card ul li {
    font-size: 15px;
    color: #555;
    margin: 8px 0;
    position: relative;
}

.offer-card ul li::before {
    content: "✔";
    color: #0c4da2;
    margin-right: 8px;
}

.book-btn {
    background: #001880;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.book-btn:hover {
    background: #ffffff;
    color: #001880;
    border: 1px solid #001880;
}

.section_bg {
    background-color: #f8fcff;
}

.cardata h3 {
    font-weight: 500 !important;
    font-size: 20px !important;
}

.inner_feature_area {
    display: flex;
    gap: 15px;
    border: 1px solid #1b308d0a;
    background: #fff;
    align-items: center;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 3px 4px 16px rgb(0 24 128 / 15%);
}

.heading-block p {
    text-align: justify;
}

.inner_img_area {
    margin-bottom: 0px;
    width: 140px;
    /* border: 2px solid #061d83; */
    border-radius: 10px;
    padding: 6px 8px;
    text-align: start;
}

.inner_feature_area h3 {
    text-align: start;
    margin-bottom: 0px;
}

.inner_feature_area h3 a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0c4da2;
}

.offcanvas-body {
    padding-top: 0 !important;
}

.cont-mbn {
    display: block;
}

.cont-mbn2 {
    display: none;
}

.fixed-tabs-Whats .aba-whatsphone {
    padding: 6px 8px;
}

.fixed-tabs-Whats {
    position: fixed;
    right: 20px;
    bottom: 165px;
    z-index: 100;
}

.aba-whatsphone {
    background: #29ad17;
    height: 45px;
    width: 45px;
    outline: 4px solid #29ad1759;
    border-radius: 50%;
    transition: 0.7s ease;
}

.aba-whatsphone i {
    font-size: 33px;
    /* text-align: center; */
    color: #fff;
    font-weight: 500;
    background: #29ad17;
    border-radius: 50%;
}

.aba-whatsphone2 {
    background: #f70119;
    height: 45px;
    width: 45px;
    padding: 9px 10px;
    outline: 4px solid #f7011952;
    border-radius: 50%;
    transition: 0.7s ease;
}

.aba-whatsphone2 i {
    font-size: 27px;
    /* text-align: center; */
    color: #fff;
    font-weight: 500;
    background: #f70119;
    border-radius: 50%;
}

.fixed-tabs-mag {
    position: fixed;
    right: 20px;
    bottom: 102px;
    z-index: 100;
}

.fexcopy {
    /*  display:flex;*/
    align-items: center;
    justify-content: space-between;
}