@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");
body, html {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
    letter-spacing: -.20px !important;
    color: #393939;
}
.pulse {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffbf00 !important;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(255 191 0);
    animation: pulse 2s infinite;
    margin-right: 9px;
}
.main-header ul.navbar-nav li:hover a {
    color: #0b2fa5;
}
.main-header .navbar-brand img {
    width: 200px;
}
a.current {
    color: #1235a9 !important;
}
nav.navbar.navbar-expand-lg {
    position: fixed;
    width: 100%;
    z-index: 9;
    padding: 0;
    transition: top 0.5s ease, opacity 0.5s ease;
}
nav.navbar.navbar-expand-lg.full {
    top: 0;
}
nav.navbar:not(.active) {
    top: -80px; /* hide navbar */
    opacity: 0;
}
.choose  .collapse:not(.show) {
    height: 0;
    opacity: 0;
    display: inherit
;
}
nav.navbar.active {
    top: 15px;
    opacity: 1;
}
.top-sec {
    background: #0b2fa5;
    position: relative;
}
.top-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../imgs/bg-before.png);
    width: 100%;
    height: 100%;
    opacity: .1;
}
.main-header .nav-link.show {
    color: rgb(255 255 255);
}
.main-header a.dropdown-item {
    color: #000000d1 !important;
    font-size: 16px !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #0b2fa526 !important;
}
.bg-success {
    background-color: #44ff00 !important;
    color: #fff;
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 232, 64, 0.9);
        box-shadow: 0 0 0 0 rgb(255 191 0 / 87%);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(34, 232, 64, 0);
        box-shadow: 0 0 0 10px rgba(34, 232, 64, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 232, 64, 0);
        box-shadow: 0 0 0 0 rgba(34, 232, 64, 0);
    }
}
.bg-yellow {
    background: #FF9524 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
}
.bg-yellow:hover {
    background: white !important;
    color: #1132A1;
}
.inner-top .available {
    background: transparent;
    border: 2px solid white;
    color: white;
}
.available {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    letter-spacing: -0.5px;
    display: flex;
    background: white;
    padding: 12px 25px;
    width: fit-content;
    margin: 0 auto 18px auto;
    border-radius: 30px;
    align-items: center;
    color: #1132A1;
}
.navbar-expand-lg .navbar-collapse {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 25px;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #f3f3f3;
}
ul.navbar-nav {
    margin: 0 !important;
}
.main-header ul.navbar-nav li {
    padding: 4px 18px;
}
.main-header ul.navbar-nav li a {
    color: #000000;
    padding: 10px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}
.hm-content {
    padding-top: 10px;
    position: relative;
}
.hm-content h1 b {
    font-weight: bold;
    zoom: 92%;
}
.hm-content h1, .hm-content .h1 {
    font-size: 76px;
    text-align: center;
    font-weight: bold;
    color: white;
    letter-spacing: -2px;
}
.hm-content h1 img, .hm-content .h1 img {
    background: #ffbf00;
    width: 75px;
    height: 75px;
    object-fit: contain;
    padding: 10px;
    border-radius: 50%;
    animation: ittranslateX2 4s infinite alternate;
}
/*.hm-content h1 span:before, .hm-content .h1 span:before {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    height: 36px;
    background: #ffffff29;
}*/
.hm-content h1 span, .hm-content .h1 span {
    position: relative;
    color: #FFBF00;
    font-weight: 800;
}
p {
    letter-spacing: -.5px;
}
.main-header ul.navbar-nav li a.nav-link.active {
    color: white;
    background: #0B2FA5;
    border-radius: 12px;
}
.hm-content p {
    font-size: 27px;
    text-align: center;
    color: white;
    margin: 20px 0;
    font-weight: 500;
}
a {
    color: initial;
    text-decoration: none;
}
img.hm-img {
    width: 100%;
    z-index: 1;
    position: relative;
}
.back-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff0f;
}
.back-text {
    width: 100%;
    /* opacity: .5; */
    padding: 7px 0;
    background: #1737a1;
    position: relative;
}
img.hm-ic1 {
    filter: brightness(0) invert(1);
    opacity: .2;
    position: absolute;
    top: 70%;
    left: 7%;
    width: 100px;
    animation: ittranslateX2 4s infinite alternate;
}

img.hm-ic2 {
    filter: brightness(0) invert(1);
    opacity: .2;
    position: absolute;
    top: 70%;
    right: 7%;
    width: 100px;
    animation: ittranslateX2 4s infinite alternate;
}

.back-text .marquee::before {
    left: 0;
    background: linear-gradient(to right, #0b2fa5, transparent);
    z-index: 9;
}
.back-text .marquee::after {
    right: 0;
    background: linear-gradient(to left, #0b2fa5, transparent);
}
.back-text .outline-text span {
    width: 15px;
    height: 15px;
}
.back-text .outline-text {
    color: #ffffff;
    -webkit-text-fill-color: initial;
    -webkit-text-stroke: 0;
    font-size: 22px;
    font-weight: 500;
}
.back-text .marquee:before, .back-text .marquee:after {
    opacity: 0;
}
@keyframes ittranslateX2 {
    0% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translatXY(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.form-contact-hom {
    background: #e2e2e275;
    width: 100%;
    padding: 38px;
    border-radius: 25px;
}
label.small-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
}
.form-block input:focus,
.form-block textarea:focus {
    border-bottom: 2px solid #1235a8 !important;
}
.form-block input, .form-block select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    /* margin: 0 0 15px; */
    color: #172b43;
    font-size: 17px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid #e5e5e5;
}
.myform .error {
    font-size: 12px;
}
select {
    word-wrap: normal;
}
.ree-btn {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    border-radius: 100px;
    padding: 0 32px !important;
    display: inline-block;
    line-height: 44px;
    white-space: nowrap;
    transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
    background: #1235a8;
    border: 1px solid #1235a8;
}
.ree-btn-grdt1:hover {
    background: #fff;
    color: #0b2fa5;
    -webkit-box-shadow: 0 19px 40px -10px #ffe0d2;
    box-shadow: 0 19px 40px -10px #ffe0d2;
    border: 1px solid #0b2fa5;
}
.form-block textarea {
    height: 100px;
    width: 100%;
    padding: 15px;
    /*margin: 0 0 15px;*/
    color: #172b43;
    font-size: 18px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 2px solid #e6e6e6 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid #e5e5e5;
}
.p-re {
    margin-bottom: 15px;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgb(18 53 168) !important;
}
.custom-control-input {
    display: initial;
    width: 17px !important;
    height: 16px !important;
    margin: 0 !important;
    position: relative;
    top: 2px;
}

.custom-control.custom-checkbox {
    margin: 20px 0;
}
.form-head h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.form-head {
    /*text-align: center;*/
    margin-bottom: 35px;
}
.contact-sec {
    padding: 60px 0;
}
.contact-right h3 {
    font-size: 66px;
    font-weight: 800;
    letter-spacing: -3.2px;
    opacity: 0.9;
    color: #393939;
}
.contact-right {
    padding-left: 50px;
}
.welcome .contact-right p {
    margin: 25px 0;
    color: #4c4c4c;
}
.contact-right p {
    font-size: 16px;
    color: #393939;
    line-height: 1.6;
}
.logos-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgb(0 0 0 / 0%) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.logos-list {
    display: flex;
    animation: scroll-logos 25s linear infinite;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #393939;
}
.logos-list img {
    height: 60px; /* adjust */
    margin: 0 20px;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.client-logos {
    background-image: url(../imgs/logos.jpg);
    padding: 61px 0;
    background-size: contain;
}
.client-logos h2:before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -19px;
    width: 40%;
    left: 30%;
    border-radius: 50%;
    background-image: linear-gradient(#ffffff, #ff9800);
}
.client-logos h2 {
    text-align: center;
    color: white;
    /*text-transform: capitalize;*/ 
    position: relative;
    margin-bottom: 70px;
    font-weight: 600;
}
.client-logos h2 span {
    background: #ffbf00;
    color: #0d2c9e;
    padding: 0px 17px;
    border-radius: 25px;
}
.logos-list img {
    height: 100px;
    margin: 0 30px;
    width: 150px;
    object-fit: contain;
    background: white;
    border-radius: 12px;
}
.welcome {
    padding: 50px 0;
}
.welcome .col-md-6 {
    position: relative;
}
img.wel-shape2 {
    position: absolute;
    bottom: 20px;
    right: 17%;
    animation: ittranslateX2 4s infinite alternate;
}
img.wel-shape1 {
    position: absolute;
    top: -22px;
    left: 7%;
    animation: ittranslateX2 4s infinite alternate;
}
.contact-right h4 {
    font-size: 39px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #393939;
}
.theme-btn:hover {
    background: #0d2d9e;
    transition: all 0.3s ease-out;
}
.theme-btn img {
    width: 20px;
    margin-left: 7px;
}
.theme-btn {
    background: #393939;
    color: white;
    padding: 8px 25px;
    display: block;
    width: max-content;
    border-radius: 30px;
    transition: all 0.3s ease-out;
    position: relative;
    font-weight: 500;
}
.our-oalues .col-md-3 {
    transition: all 0.3s ease-out;
}
.our-oalues .col-md-3:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
}
.spd-bx {
    font-size: 20px;
    display: flex;
    line-height: 1.2;
    color: white;
    letter-spacing: -.5px;
    font-weight: 500;
    padding: 20px;
    border: 1px dotted #ffffff3b;
    border-style: dashed;
    border-right: 0;
    align-items: center;
    /*background: #ffffff1a;*/
}
.spd .spd-bx:nth-child(3) {
    border-radius: 0 20px 20px 0;
}
.spd .spd-bx:nth-child(1) {
    border-left: none;
    border-radius: 20px 0 0 20px;
}
.spd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px 0 10px 0;
}
.spd-bx img {
    width: 60px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
    position: relative;
    background: #ffffff2b;
    border-radius: 50%;
    padding: 6px;
}
.hm-banner {
    padding-bottom: 36px;
    /*padding-top: 100px;*/
    position: relative;
}
.page__wrapper .top-sec {
    padding-top: 120px;
    overflow: hidden;
}
.hm-banner:before {
    content: '';
    position: absolute;
    top: -229px;
    right: -170px;
    width: 600px;
    height: 600px;
    border: 100px solid #ffffff08;
    border-radius: 50%;
    animation: ittranslateX2 4s infinite alternate;
}
.counter-row {
    margin-top: 40px;
}
.c-div p {
    margin: 0 !important;
}
.c-div {
    text-align: center;
}
.c-div h3 {
    font-size: 42px;
    line-height: 1;
    margin: 0;
    letter-spacing: normal;
}
.counter-row .col-md-4:nth-child(1) h3 {
    color: #0b2fa5;
}
.counter-row .col-md-4:nth-child(2) h3 {
    color: #393939;
}
.counter-row .col-md-4:nth-child(3) h3 {
    color: #ffbf00;
}
.heading p {
    font-size: 18px;
    color: #4d4d4d;
}
.heading h2 {
    font-size: 46px;
    font-weight: bold;
    color: #393939;
}
.heading:before {
    content: "";
    position: absolute;
    left: 30%;
    bottom: -19px;
    background: #2c2c2c;
    width: 40%;
    border-radius: 50%;
    height: 3px;
}
.heading {
    margin-bottom: 80px;
    position: relative;
}
.value-box h3:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 20%;
    height: 3px;
    background: #ffbf00;
    border-radius: 3px;
}
.service-hm .value-box h3:before {
    left: 40%;
}
.value-box h3 {
    color: #ffbf00;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
.value-box p {
    color: white;
    font-size: 14px;
    margin: 20px 0 20px 0;
    height: 116px;
}
.value-box {
    background: #0a2a9b;
    padding: 25px;
    border-radius: 21px;
    position: relative;
}
.value-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../imgs/bg-before.png);
    width: 100%;
    height: 100%;
    opacity: .1;
    border-radius: 21px;
}
.value-box img {
    width: 120px;
    transition: all 0.3s ease-out 0s;
}
.choose {
    padding: 60px 0;
}
.choose-img {
    width: 100%;
    border-radius: 46px;
    height: 550px;
    object-fit: cover;
}
#choosemj .accordion-item {
    box-shadow: 2px 1px 5px 0px #00000040;
    margin-bottom: 20px;
    border-radius: 28px;
    padding-left: 25px;
    position: relative;
}
#choosemj h2.accordion-header button {
    background: none;
    padding: 18px;
    border: none;
    font-size: 20px;
    color: #393939;
    font-weight: 600;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    position: relative;
}
#choosemj .accordion-item:last-of-type {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
}
#choosemj .accordion-item:first-of-type {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}
#choosemj .accordion-item.show h2 button:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 22px;
    width: 50px;
    height: 4px;
    background: #393939;
}
#choosemj .accordion-item:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 14%;
    width: 4px;
    height: 74%;
    background: #b5b5b5;
    border-radius: 50px;
}
#choosemj .accordion-item.show:before {
    background: #e91e63;
}
#choosemj .accordion-body {
    font-size: 15px;
    padding-top: 8px;
    color: #3e3e3e;
}
.accordion .accordion-item:nth-last-child(1) {
    margin-bottom: 0 !important;
}
img.ser-round {
    left: 0;
    width: 100%;
    position: absolute;
    top: 35px;
    animation: animName 80s linear infinite;
    opacity: 0 !important;
}
.heading span img {
    width: 25px;
    margin-right: 1px;
}
.heading span {
    background: #0b2fa5;
    padding: 6px 20px;
    border-radius: 25px;
    color: white;
    display: block;
    width: fit-content;
    margin: 0 auto 23px auto;
}
.service-hm {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to top, #ffffff 50%, transparent 50%);
}
.service-hm .heading {
    margin-top: 0;
    /*margin-top: -324px;*/
    margin-bottom: 47px;
}
.service-hm .value-box {
    text-align: center;
}
.ic-im:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 50%;
}
.ic-im {
    width: 80px;
    height: 80px;
    padding: 0;
    position: relative;
    margin: 0 auto 12px auto;
    line-height: 40px;
}
.ic-im img {
    width: 80px;
    position: relative;
    border-radius: 57%;
    padding: 10px;
    filter: sepia(1) saturate(5) brightness(0.5) hue-rotate(172deg);
}

img.se-box-img {
    width: 100%;
    height: 150px;
    padding: 6px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #ffffff61;
    border-radius: 22px;
    object-fit: cover;
}

.value-box:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    right: auto;
    left: 0;
}
.value-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 0%;
    height: 100%;
    background-color: #353535;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    z-index: 1;
    border-radius: 18px;
}
.ic-im,
.value-box h3,
.value-box p,
.value-box img {
    position: relative;
    z-index: 2;
}
.value-box:hover img {
    animation: icon-bounce 0.8s 1;
    transition: all 0.3s ease-out 0s;
}
@keyframes icon-bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.timeline-content {
    box-shadow: 0px 4px 4px 0px #0000002e;
    padding: 30px;
    width: 87%;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #5151514d;
}
.timeline-div:after {
    content: "";
    position: absolute;
    background: #0a2a9b;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    left: 50%;
    bottom: -15px;
}
.timeline-content h3 {
    color: #393939;
    font-family: Poppins;
    font-weight: 600;
    font-size: 25px;
    line-height: 118%;
    letter-spacing: -2px;
    position: relative;
    margin-bottom: 32px;
}
.timeline-content h3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 127px;
    background: #393939;
    height: 5px;
    transform: translateX(-50%) translateY(-50%);
}
.timeline-content p {
    font-size: 15px;
    color: #414141;
    line-height: 1.4;
}
.timeline-div .row {
    align-items: center;
    justify-content: center;
}
.timeline-div .row:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline-div .row {
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.timeline-icon img {
    height: 177px;
    filter: sepia(1) saturate(5) brightness(0.5) hue-rotate(183deg);
}
#connecnow .row{
    align-items: center;
}
.timeline-icon {
    text-align: center;
}
.timeline-div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #d9d9d9;
    width: 6px;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.timeline-div {
    position: relative;
    counter-reset: section;
}
.timeline-content:before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    position: absolute;
    right: -186px;
    top: 0;
    background: #0b2fa5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    font-weight: 600;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.timeline-content:after {
    position: absolute;
    right: -144px;
    top: 52%;
    background: #0b2fa5;
    width: 7px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    transform: translateX(-50%) translateY(-50%);
    content: '';
}
.modal-body {
    padding: 0 1rem;
}
.timeline-div .row:nth-child(even) .timeline-content:after {
    right: inherit;
    left: -69px;
}
.timeline-div .row:nth-child(even) .timeline-content:before {
    right: inherit;
    left: -69px;
}
.timeline-content {
    box-shadow: 0px 4px 4px 0px #0000002e;
    padding: 30px;
    width: 87%;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #5151514d;
    position: relative;
}
.marquee {
    --gap: 25px;
    --speed: 80s;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-block: 10px;
}

.marquee__track {
    display: flex;
    gap: var(--gap);
    width: max-content;
    will-change: transform;
    animation: marquee-scroll var(--speed) linear infinite;
}

/*.marquee:hover .marquee__track {
    animation-play-state: paused;
}*/

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.text-s {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 70px;
    font-weight: 700;
}

.text-s span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    margin-right: 26px;
    flex: 0 0 auto;
}

.text-s img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: animName 10s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.marquee::before,
.marquee::after {
    content: "";
    position: absolute;
    inset-block: 0;
    width: 60px;
    pointer-events: none;
}
.marquee::before {
    left: 0;
    background: linear-gradient(to right, white, transparent);
}
.marquee::after {
    right: 0;
    background: linear-gradient(to left, white, transparent);
}

@media (prefers-#051b05uced-motion: #051b05uce) {
    .marquee__track {
        animation: none;
    }
}

.outline-text {
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
    margin: 0;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #6b6b6b;
    text-stroke: 1px #6b6b6b;
}

@supports not (-webkit-text-stroke: 1px black) {
    .outline-text {
        color: #fff;
        text-shadow: 2px 0 #6b6b6b, -2px 0 #6b6b6b, 0 2px #6b6b6b, 0 -2px #6b6b6b, 1.5px 1.5px #6b6b6b, -1.5px 1.5px #6b6b6b, 1.5px -1.5px #6b6b6b, -1.5px -1.5px #6b6b6b;
    }
}
.review_slider {
    position: relative;
    /*height: 90vh;*/
    overflow: hidden;
    background-repeat: repeat;
    background-size: contain;
    /*padding: 50px 0;*/
}
.b-sedow {
    background: linear-gradient(0deg, rgb(22 54 160) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    flex: none;
    height: 90px;
    left: calc(50.00000000000002% - 100% / 2);
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.top-sedow {
    -webkit-filter: blur(67px);
    background-color: rgb(245 131 39);
    border-radius: 210px;
    filter: blur(67px);
    flex: none;
    height: 148px;
    left: calc(46.66666666666669% - 589px / 2);
    overflow: hidden;
    position: absolute;
    top: -107px;
    width: 659px;
    will-change: inherit;
    z-index: 0;
}
.review_slider .slider-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease;
    will-change: transform;
}
.review_slider .slide {
    transform: scale(0.85);
    opacity: 0.6;
    transition: transform 0.4s ease, opacity 0.4s ease;
    margin: 15px 0; /* <-- keep this; JS reads it */
}
.review_slider .slide.active {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}
.review_slider .slide::before {
    content: "“";
    position: absolute;
    font-size: 40px;
    color: #ffc107;
    top: 10px;
    left: 20px;
}

.review_slider .stars {
    color: #ffc107;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}

.review_slider .text {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}

.review_slider .author {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
}

.review_slider .author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.review_slider .author-info {
    font-size: 18px;
}

.review_slider .author-info span {
    display: block;
    color: #ffc107;
    font-size: 14px;
}

.review_slider .slide {
    position: relative;
    color: #fff;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin: 15px 0;
    text-align: left;
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease;
    background: #d9d9d926;
    backdrop-filter: blur(10px);
    border-radius: 25px;
    overflow: hidden;
    width: 50%;
    margin: 20px auto;
    zoom: 90%;
}
button.accordion-button {
    transition: all 0.3s;
}
button.accordion-button:hover{
    transition: all 0.3s ease-out;
    padding-left: 35px;
    background: #e3e3e342;
}
.choose-fix {
    position: fixed;
    max-height: 2000px;
    width: 100%;
    top: -55px;
    z-index: 99;
    background: white;
    zoom: 90%;
}

 li a {
    transition: all 0.3s;
}
 li a:hover{
    transition: all 0.3s ease-out;
    padding-left: 5px;
}
.review_slider .slide::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 25px;
    background: linear-gradient(181deg, #ffbf00 -0.29%, rgba(255, 255, 255, 0.02) 100.29%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.review_slider h2 span {
    display: block;
    font-weight: 700;
}
.review_slider h2 {
    position: absolute;
    text-shadow: 0px 4px 4px #00000040;
    font-size: 195px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    color: #ffffff6b;
}
.blogs {
    padding: 80px 0 30px 0;
}
.blogs .heading {
    margin-bottom: 28px;
}
.blogs .heading:before {
    display: none;
}
.blogs .heading h2 {
    font-size: 45px;
}
.b-img {
    height: auto;
    width: 85%;
    opacity: 1;
    border-top-left-radius: 58px;
    border-top-right-radius: 58px;
    object-fit: cover;
    margin-left: 15%;
    transition: all 0.3s ease-out;
}
.blog-text:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 25px;
    background: linear-gradient(30.61deg, rgba(57, 57, 57, 0.24) 36.95%, rgba(255, 255, 255, 0.24) 80.72%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.blog-text {
    position: relative;
    padding: 22px;
}
.blog-div {
    position: relative;
}
.b-date span {
    display: block;
    width: 100%;
    text-align: center;
}
.b-date {
    position: absolute;
    background: #ffbf00;
    padding: 24px 8px 8px 8px;
    right: 0;
    top: 26%;
    border: 11px solid #ffffff;
    border-top-left-radius: 76px;
    border-width: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}
.blog-text ul li img {
    margin-right: 4px;
    width: 15px;
}
.blog-text ul li {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.blog-text ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    font-size: 14px;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #d0d0d0;
    width: fit-content;
}
.blog-text h2 {
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 24px;
}
a.blog-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #ffffff;
}
a.blog-icon img {
    width: 20px;
}
a.blog-icon {
    width: 60px;
    height: 60px;
    background: #0b2fa5;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid #ffbf00;
    right: -25px;
    bottom: -5px;
    transform: scale(0.85);
    transition: all 0.3s ease-out;
}
.blog-div:hover a.blog-icon {
    transform: scale(1);
    transition: all 0.3s ease-out;
}
.blog-div {
    transition: all 0.3s ease-out;
    padding-left: 20px;
}
/*.blog-div:hover .b-img {
    width: 100%;
    margin-left: 0;
    transition: all 0.3s ease-out;
    height: 270px;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}*/
.read-btn:before {
    content: "";
    position: absolute;
    left: 21%;
    top: 11px;
    width: 74%;
    height: 0.5px;
    background: #d0d0d0;
}
.read-btn {
    position: relative;
    background: white;
    padding: 0 10px 0 0;
    display: block;
    font-size: 14px;
}

.frequently .accordion {
    counter-reset: faq;
    border: none;
}

.frequently .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.frequently .accordion-button {
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    box-shadow: none !important;
    position: relative;
}

.frequently .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
    box-shadow: none;
}

.frequently .accordion-button::before {
    counter-increment: faq;
    content: counter(faq, decimal-leading-zero);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #333;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.frequently .accordion-button::after {
    background-image: url(../imgs/faq-right.png);
    transform: rotate(0deg);
    width: 32px;
    height: 32px;
    margin-left: auto;
    transition: transform 0.3s ease;
    background-size: contain;
}
.frequently .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.frequently .accordion-body {
    padding: 15px 20px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}
.let-connect h2 {
    font-weight: 700;
    font-size: 183px;
    line-height: 1;
    text-align: center;
    background: linear-gradient(181.15deg, rgba(57, 57, 57, 0.58) -6.37%, rgba(255, 255, 255, 0) 96.05%, rgba(255, 255, 255, 0) 157.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: -54px;
}
.website-urls {
    --gap: 20px;
    --speed: 40s;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-block: 12px;
    margin-top: 20px;
    position: relative;
    padding-bottom: 50px;
}
.website-urls:before {
    content: "";
    position: absolute;
    left: 15%;
    top: 66px;
    width: 70%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.9), transparent);
}
.url-track {
    display: flex;
    gap: var(--gap);
    width: max-content;
    animation: scroll-url var(--speed) linear infinite;
    will-change: transform;
}

@keyframes scroll-url {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.web-u {
    font-size: 16px;
    color: #fffafa;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    font-weight: 300;
}

.web-u img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    flex: 0 0 auto;
    animation: animName 10s linear infinite;
}
.website-url::before,
.website-url::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    pointer-events: none;
    z-index: 2;
}
.website-url::before {
    left: 0;
    background: linear-gradient(to right, #0b2ea2, transparent);
}
.website-url::after {
    right: 0;
    background: linear-gradient(to left, #0b2ea2, transparent);
}
.footer-div {
    padding: 50px 0 10px 0;
}
.head-footer {
    display: flex;
}
.head-footer h2 span {
    color: #ffbf00;
}
.head-footer h2 {
    font-size: 100px;
    font-weight: 700;
    color: white;
    white-space: nowrap;
    margin-bottom: 50px;
    line-height: 1;
    letter-spacing: -4.5px;
}
.head-footer a:hover {
    background: white;
}
.head-footer a {
    background: #ffbf00;
    height: min-content;
    padding: 14px 80px;
    border-radius: 44px;
    font-size: 20px;
    transition: all 0.3s ease-out;
    display: block;
    width: fit-content;
    position: relative;
    top: 23px;
    margin: 0 auto;
}
.foot-send {
    width: 100%;
}
.foot-col h3:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 20%;
    height: 1px;
    background: #ffffff;
    border-radius: 3px;
}
.foot-col h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    position: relative;
    margin-bottom: 42px;
}
.foot-col ul li img {
    width: 28px;
    height: 28px;
    padding: 6px;
    object-fit: contain;
    position: absolute;
    background: #ffbf00;
    border-radius: 50%;
    margin-right: 9px;
    left: 0;
}
.foot-col ul li:hover a {
    color: #ffbf00;
}
.foot-col ul li a {
    color: white;
}
.foot-col ul li {
    margin: 14px 0;
    position: relative;
}
.foot-col ul {
    padding: 0;
    list-style-type: none;
}
.footer-div .row .col-md-3:nth-child(1) ul li {
    padding-left: 42px;
}
.copyright {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: white;
    opacity: 0.9;
}

.back2top {
    position: fixed;
    right: 80px;
    bottom: 24px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: #0b2fa5;
    border-radius: 50%;
    display: flex;
    animation: topup 4s infinite alternate;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid #ffbf00;
    rotate: -90deg;
}
.back2top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #ffffff;
}
.back2top img {
    width: 15px;
    height: 13px;
    display: block;
    pointer-events: none;
}
.back2top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.back2top:focus {
    outline: 3px solid rgba(66, 153, 225, 0.9);
    outline-offset: 3px;
}
@media (max-width: 420px) {
    .back2top {
        right: 12px;
        bottom: 16px;
        width: 48px;
        height: 48px;
    }
    .back2top img {
        width: 24px;
        height: 24px;
    }
}
html {
    scroll-behavior: smooth;
}

@keyframes topup {
    0% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translatXY(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}
img.wathsapp-fixed {
    position: fixed;
    left: 3px;
    bottom: 4px;
    width: 83px;
    border-radius: 38%;
}
.btn-close {
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 2;
}
#connecnow .modal-dialog {
    zoom: 80%;
}
#connecnow .contact-right h3 {
    font-size: 47px;
    margin-top: 54px;
    letter-spacing: normal;
}
div#connecnow {
    backdrop-filter: blur(4px);
}

/*about*/
about-section-three {
  overflow: hidden;
}
.about-section-three .image-column .inner-column {
  position: relative;
  z-index: 1;
}
.about-section-three .image-column .inner-column .image {
  overflow: hidden;
  border-radius: 11px;
  max-width: 581px;
}
.about-section-three .image-column .inner-column .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* object-position: top; */
}
@media (max-width: 1199.98px) {
  .about-section-three .image-column .inner-column .image {
    max-width: 100%;
  }
}
.about-section-three .image-column .inner-column .text {
    max-width: 570px;
    text-align: justify;
}
.sec-title .sub-title {
    min-width: 156px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 25px;
    background-color: #ffbf00;
    border-radius: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}
@media (max-width: 1199.98px) {
  .about-section-three .image-column .inner-column .text {
    max-width: 100%;
  }
}
.about-section-three .image-column .inner-column .shape {
  position: absolute;
  top: -62px;
  left: -100px;
}
@media (max-width: 767.98px) {
  .about-section-three .image-column .inner-column .shape {
    display: none;
  }
}
.about-section-three .image-column .inner-column .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-three .image-column .inner-column .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-three .image-column .inner-column .info .user ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section-three .image-column .inner-column .info .user ul li img {
  border: 3px solid white;
  border-radius: 50%;
}
.about-section-three .image-column .inner-column .info .user ul li:not(:first-child) {
  margin-left: -15px;
}
.about-section-three .image-column .inner-column .info .user .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.about-section-three .image-column .inner-column .info .user .title img {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
.about-section-three .content-column .sec-title {
  max-width: 570px;
}
@media (max-width: 1199.98px) {
  .about-section-three .content-column .sec-title {
    max-width: 100%;
  }
}

.about-block-three .content-box {
  border-radius: 50%;
  height: 330px;
  padding: 30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  width: 330px;
  z-index: 1;
}

@media (max-width: 374.98px) {
  .about-block-three .content-box {
    height: 280px;
    width: 280px;
  }
}
.about-block-three .content-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #faf0e7;
  border: 1px solid #070505;
  opacity: 0.16;
  border-radius: 50%;
  z-index: -1;
}
.about-block-three .content-box .count-box {
    font-size: 50px;
    font-weight: 500;
    
    text-align: center;
    margin-bottom: 20px;
    margin-top: 38px;
}
@media (max-width: 374.98px) {
  .about-block-three .content-box .count-box {
    margin-bottom: 0;
  }
}
.about-block-three .content-box .count-box .count-text {
    font-size: 80px;
    line-height: 1;
}
@media (max-width: 575.98px) {
  .about-block-three .content-box .count-box .count-text {
    margin-top: 80px;
  }
}
.about-block-three .content-box .text {
    max-width: 150px;
    margin: 0 auto;
    color: #ffffffe3;
}
.about-block-three .content-box.margin-minus {
  margin-left: -35px;
}
@media (max-width: 575.98px) {
  .about-block-three .content-box.margin-minus {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .about-block-three .content-box {
    margin-left: auto !important;
    margin-right: auto;
  }
}
.about-section-three {
    padding: 40px 0 50px 0;
    background: #0b2fa5;
    color: #d9d9d9;
}
.animation__rotate {
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
    filter: brightness(0) invert(1);
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sec-title h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 48px;
    text-align: justify;
}
.service-section-four {
  position: relative;
  z-index: 1;
  background-color: #f8f5f2;
}
@media (max-width: 991.98px) {
  .service-section-four {
    overflow: hidden;
  }
}
.service-section-four .sec-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .service-section-four .sec-shape {
    display: none;
  }
}
.service-section-four .content-column .inner-column {
  max-width: 580px;
  position: sticky;
  top: 120px;
}
.service-section-four .content-column .inner-column .text {
  font-size: 16px;
  line-height: 28.8px;
}
.service-section-four .content-column .inner-column .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-section-four .content-column .inner-column .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  
}
.service-section-four .content-column .inner-column .info ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-section-four .content-column .inner-column .info ul li .title {
    margin-bottom: 18px;
    font-size: 17px;
}
.service-block-four .acc {
  border-radius: 14px;
  border: 1px solid #d9d9d9;
}
.service-block-four .acc .acc-item {
  background-color: transparent;
  border: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .acc .acc-item .acc-header {
  margin-bottom: 0;
}
.service-block-four .acc .acc-item .acc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  border: none;
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn {
    padding: 20px 15px;
  }
}
.service-block-four .acc .acc-item .acc-btn.collapsed {
  padding: 30px 50px;
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn.collapsed {
    padding: 20px 15px;
  }
}
.service-block-four .acc .acc-item .acc-btn span {
  display: block;
}
.service-block-four .acc .acc-item .acc-btn span.icon svg {
    width: 50px;
}
.service-block-four .acc .acc-item .acc-btn span.icon {
    width: 50px;
}
.inner-top {
    background-image: url(../imgs/ab-bg3.jpg);
    background-size: cover;
    height: 98vh;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    background-position: center;
}
.inner-top .hm-banner {
    width: 100%;
}
.inner-top h1 {
    color: #FFBF00;
    font-size: 50px !important;
    letter-spacing: -2px;
}
.inner-top p {
    font-weight: 300;
}
.inner-top:before {
    background-image: none !important;
    background: #00000080;
    background-attachment: fixed;
    opacity: 1;
}
.button-with-right-arrow-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-out;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    right: 0;
    left: inherit;
    
}
.button-with-right-arrow-container:hover .contact-us-button-round {
    transition: all 0.5s ease-out;
    margin-left: 60px !important;
}
.button-with-right-arrow-container:hover .arrow-up-right-container {
    transition: all 0.5s ease-out;
    transform: translate3d(-440%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(44deg) skew(0deg, 0deg);
    background: #3c3c3c;
}
.contact-us-button-round {
    border: 1px solid #d0d0d0;
    border-radius: 100px;
    width: auto;
    padding: 15px 25px;
    transition: all 0.5s ease-out;
    background: #0000003b;
}
.round-contact-button-text {
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}
.arrow-up-right-container {
    border: 1px solid #e87811;
    background-color: #e87811;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 21px;
    display: flex;
    transform: translate3d( 0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.button-arrow-icon {
    justify-content: center;
    align-items: center;
    display: flex
;
}
.service-block-four .acc .acc-item .acc-btn .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.service-block-four .acc .acc-item .acc-btn .content-box .title {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    color: #393939;
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-btn .content-box {
    gap: 10px;
  }
  .service-block-four .acc .acc-item .acc-btn .content-box .title {
    font-size: 18px;
    line-height: 30px;
  }
  .service-block-four .acc .acc-item .acc-btn .content-box .icon {
    width: 30px;
  }
  .service-block-four .acc .acc-item .acc-btn .content-box .icon svg {
    width: 30px;
    height: 30px;
  }
}
.service-block-four .acc .acc-item .acc-btn .number {
  font-size: 20px;
  font-weight: 600;
  
}
.service-block-four .acc .acc-item .acc-btn::after {
  display: none;
}
.service-block-four .acc .acc-item .acc-body {
  padding: 30px;
  padding-top: 0;
}
.service-block-four .acc .acc-item .acc-body .text {
  margin-left: 85px;
  max-width: 430px;
  margin-bottom: 0;
  color: white;
}
@media (max-width: 575.98px) {
  .service-block-four .acc .acc-item .acc-body .text {
    margin-left: 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.service-block-four .acc .acc-item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.service-block-four .acc .acc-item.active {
  background-color: #0b2fa5;
  border-radius: 14px;
}
.service-block-four .acc .acc-item.active .title,
.service-block-four .acc .acc-item.active .text,
.service-block-four .acc .acc-item.active .number {
  color: white !important;
}
.service-block-four .acc .acc-item.active .icon svg path {
  fill: white;
}
.service-block-four .acc .acc-item.active .acc-btn {
  padding-bottom: 0 !important;
}
.service-section-four {
    padding: 50px 0;
}
.service-section-four .heading:before, .inner-column .heading:before {
    left: 0;
}
.service-section-four .heading, .inner-column .heading{
    margin-bottom: 50px;
}
.service-section-four .content-column .inner-column .info ul {
    padding: 0;
}
.service-section-four .content-column .inner-column .info ul li svg {
    width: 23px;
    line-height: 1;
    position: relative;
    top: -10px;
    margin-right: 3px;
}
.process-section-four {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f5f2));
  background: linear-gradient(180deg, #ffffff 0%, #f8f5f2 100%);
}
.process-section-four .process-tab {
  max-width: 1100px;
  margin-left: auto;
}
.process-section-four .process-tab .nav.nav-tabs {
    border-bottom: 1px solid #0017261a;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}
.process-section-four .process-tab .nav.nav-tabs .nav-link {
  border: none;
  background-color: transparent;
  padding: 0 25px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.process-section-four .process-tab .nav.nav-tabs .nav-link .number {
  margin-bottom: 0;
  font-size: 12px;
  width: 23px;
  height: 23px;
  line-height: 25px;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1294117647);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  color: #0b2fa5;
}
.process-section-four .process-tab .nav.nav-tabs .nav-link.active {
  font-weight: 600;
  color: #0b2fa5;
  border-bottom: 1px solid #0b2fa5;
}
.process-section-four .process-tab .nav.nav-tabs .nav-link.active .number {
  background-color: #0b2fa5;
  color: white;
}
@media (max-width: 767.98px) {
  .process-section-four .process-tab .nav.nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .process-section-four .process-tab .nav.nav-tabs .nav-link {
    padding-bottom: 10px;
  }
}
.process-section-four .outer-box {
  max-width: 1170px;
  margin: 0 auto;
}
.process-section-four .image-column .inner-column .image {
  position: relative;
  z-index: 1;
}
.process-section-four .image-column .inner-column .image svg {
  width: 100%;
}
.process-section-four .image-column .inner-column .image .image1 {
  max-width: 339px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 45px;
  left: 15px;
}
.process-section-four .image-column .inner-column .image .image1 img {
  width: 100%;
}
.process-section-four .image-column .inner-column .image .image2 {
  max-width: 294px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1490196078);
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  right: 20px;
  bottom: 40px;
}
.process-section-four .image-column .inner-column .image .image2 img {
  width: 100%;
}
.process-section-four .content-column .inner-column {
  max-width: 620px;
}
.process-section-four .content-column .inner-column .sec-title {
  max-width: 470px;
}
.process-section-four .content-column .inner-column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.process-section-four .content-column .inner-column .list ul li {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
.process-section-four .content-column .inner-column .list ul li i {
  margin-right: 5px;
}
.process-section-four .content-column .inner-column .list ul li:not(:last-child) {
    margin-bottom: 28px;
}
.process-section-four{
    padding: 50px 0;
}
.process-section-four .content-column .inner-column .list ul {
    padding: 0;
    list-style: none;
}
.process-section-four .content-column .inner-column .list ul li svg {
    width: 22px;
}
.service-section-four .heading, .outer-box .heading h2{
    font-size: 40px;
}
.page-haed {
    padding-bottom: 90px;
    overflow: hidden;
}
.page-haed .back-text {
    bottom: -40%;
}
.service-section-two {
  overflow: hidden;
  background-color: #f8f5f2;
}
.service-section-two .outer-box {
  border-radius: 13px;
  overflow: hidden;
}
.service-section-two.home6-style .service-block-two .inner-box .icon {
  background-color: #063232;
}
.service-section-two.home6-style .service-block-two .inner-box .icon svg path {
  fill: white;
}
.service-section-two.home6-style .service-block-two .inner-box:hover {
  background-color: #063232;
}
.service-section-two.home6-style .service-block-two .inner-box:hover .icon:after {
  background-color: #E34B1B;
}
.service-section-two.home6-style .service-block-two .inner-box:hover .btn-two-rounded {
  background-color: #E34B1B;
}
.service-section-two.home6-style .service-block-two .inner-box:hover .content-box .title,
.service-section-two.home6-style .service-block-two .inner-box:hover .content-box .text {
  color: white;
}

.service-block-two {
  height: 100%;
}
.service-block-two .inner-box {
    padding: 60px 30px;
    padding-top: 50px;
    background-color: #e2e2e275;
    border-right: 1px solid #d9d9d9;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 25px;
    box-shadow: 2px 1px 5px 0px #00000040;
}
.case-section .col-xl-4 {
    margin-bottom: 20px;
}
.service-block-two .inner-box .icon {
    width: 134px;
    height: 134px;
    line-height: 134px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 12px #00000014;
}

.service-block-two .inner-box:hover {
    color: white;
}
.service-block-two .inner-box .icon::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #FF9524;
    content: "";
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.service-block-two .inner-box:hover .content-box .btn-two-rounded {
    background-color: #FF9524;
    color: #ffffff;
}
.service-block-two .inner-box .icon img,
.service-block-two .inner-box .icon i {
  width: 70px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.service-block-two .inner-box .icon img,
.service-block-two .inner-box .icon i path {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-two .inner-box .content-box .title {
  margin-bottom: 20px;
}
.service-block-two .inner-box .content-box .text {
    max-width: 345px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.service-block-two .inner-box .content-box .btn-two-rounded {
  min-width: 174px;
  margin-top: 30px;
  background-color: white;
  border: 1px solid rgba(32, 33, 36, 0.102);
  color: #1a4137;
}
.service-block-two .inner-box .block-bg {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 310px;
}
.service-block-two .inner-box .block-bg img {
  width: 100%;
}
.service-block-two .inner-box:hover {
  background-color: #0b2fa5 !important;
}
.service-block-two .inner-box:hover .icon i,
.service-block-two .inner-box:hover .icon img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service-block-two .inner-box:hover .icon i path, .service-block-two .inner-box:hover .icon img {
    filter: brightness(0) invert(1);
}
.service-block-two .inner-box:hover .icon::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-block-two .inner-box:hover .text {
    color: #ffffff;
}
.sidebar-service-list ul {
    padding: 0;
    list-style: none;
}
@media (max-width: 991.98px) {
  .service-block-two .inner-box {
    border: none;
    padding: 25px 15px;
  }
}
.case-section {
    padding: 50px 0 40px 0;
}
.service-block-two .inner-box:hover .btn-two-rounded {
    background-color: #051b05;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-block-two .inner-box .content-box .btn-two-rounded {
    min-width: 174px;
    margin-top: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(32, 33, 36, 0.102);
    color: #051b05;
}

.iti.iti--allow-dropdown {
    width: 100%;
}
.Projects .content-box .text {
    -webkit-line-clamp: none !important;
    margin-bottom: 20px !important;
}
.Projects:hover .icon img {
    filter: none !important;
}
.bl-pg .row .col-md-4:nth-child(1) {
    display: none;
}
.bl-pg .row {
    justify-content: center;
}
.btn-two-rounded {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    min-width: 220px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
}
.service-sidebar {
  position: relative;
  display: block;
  /*max-width: 365px;*/
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: #1a4137;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: #1a4137;
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: #ffbf00;
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: #ffbf00;
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: #1a4137;
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: #1a4137;
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: #1a4137;
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: #ffbf00;
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: #1a4137;
  color: white;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  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;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: #ffbf00;
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: #1a4137;
  color: white;
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: white;
}
.services-details__content .video-btn {
  background-color: white;
  border-radius: 50%;
  color: var(--theme-color-dark);
  display: inline-block;
  font-size: 20px;
  height: 100px;
  left: 0;
  line-height: 100px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 38%;
  width: 100px;
}
@media (max-width: 767.98px) {
  .services-details__content .video-btn {
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}
.services-details__content .video-btn:before {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.services-details__content .video-btn:after {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.sidebar-service-list {
    background-color: #f1f1f2;
    padding: 45px 40px 30px;
    margin-bottom: 26px;
}
.nr-list .title span {
    color: transparent;
    font-size: 34px;
    margin-right: 25px;
    -webkit-text-stroke: 1px rgba(10, 18, 34, 0.3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.outcome-list li {
    color: #6B7280;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.sidebar-service-list .title {
  color: #0A1222;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-service-list .title:before {
    background-color: #0b2fa5a1;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    -webkit-transform: matrix(1, 0.01, -0.01, 1, 0, 0);
    transform: matrix(1, 0.01, -0.01, 1, 0, 0);
    width: 100px;
}
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li {
  margin-bottom: 20px;
}
.sidebar-service-list li a {
  color: #0A1222;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar-service-list li a:hover {
  color: #1a4137;
}
.sidebar-service-list li a:hover i {
  color: #1a4137;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.5);
          transform: translateY(-50%) rotate(-45deg) scale(1.5);
}
.sidebar-service-list li a i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  color: #191825;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 45px;
}
.sidebar-service-list li.current a {
  color: #1a4137;
}
.sidebar-service-list .form-control {
  background-color: white;
}
.sidebar-service-list .address li {
    color: #0A1222;
    font-weight: 500;
    line-height: normal;
}
.sidebar-widget .form-contact-hom {
    padding: 24px;
}
.sidebar-widget .form-head {
    margin-bottom: 14px;
}
.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: #ffbf00;
  border-radius: 15px;
  overflow: hidden;
}
.accordion-area .accordion .accordion-item {
  border: none;
  border-radius: 7px;
}
.accordion-area .accordion .accordion-item .accordion-header button {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 !important;
  padding: 30px 40px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-area .accordion .accordion-item .accordion-body {
  padding: 30px 40px;
  padding-top: 0;
}
.accordion-area .accordion .accordion-item .accordion-body .text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.accordion-area .accordion .accordion-button {
  background-color: transparent;
}
.accordion-area .accordion .accordion-button::after {
  display: none;
}
.accordion-area .accordion .accordion-button::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 30px;
  right: 30px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-area .accordion .accordion-button.collapsed {
  background-color: gray;
  padding: 25px 40px !important;
}
.accordion-area .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-box {
    position: relative;
    padding: 0;
    list-style: none;
}
.accordion-box .block {
    background-color: #e2e1e1cc;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    position: relative;
}
.accordion-box .block .acc-btn {
    position: relative;
    color: #393939;
    font-size: 20px;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(4, 18, 31, 0.08);
    font-weight: 600;
}
.services-details__content h3 {
    color: #393939;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px;
}
.services-details__content p, .services-details__content .text, .blog-details__content p {
    color: #595b62;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}
.blog-details__content ul li {
    color: #595b62;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 10px;
}
#connecnow .contact-sec {
    padding: 0 !important;
}
.accordion-box .block .acc-btn .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 35px;
  line-height: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon {
    color: #393939;
}

.accordion-box .block.active {
  -webkit-box-shadow: 0px 14px 50px rgba(4, 11, 17, 0.12);
          box-shadow: 0px 14px 50px rgba(4, 11, 17, 0.12);
}
.accordion-box .block .acc-content {
  display: none;
  position: relative;
}
.accordion-box .block .acc-content .content {
  padding: 25px 30px;
  position: relative;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #6B7280;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.blog-details {
    position: relative;
    display: block;
    padding: 50px 0;
}
.blog-details__social-list a svg {
    width: 22px;
    fill: white;
}
.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0b2fa5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 21px 24px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.blog-details__date .day {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.blog-details__date .month {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-transform: uppercase;
}

.blog-details__content {
  display: block;
  margin-top: 22px;
  position: relative;
}

.blog-details__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  color: #777;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--theme-color1);
}
.blog-details__meta li a i {
  color: #0b2fa5;
  margin-right: 6px;
}

.blog-details__title {
    font-size: 34px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 14px;
    font-weight: 600;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: 700;
}
.blog-details__tags a {
  background-color: #0b2fa5;
  border-radius: 35px;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.blog-details__tags a:hover {
  background-color: #0b2fa5;
  color: white;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details__social-list a {
  background-color: #0b2fa5;
  border-radius: 50%;
  color: white;
  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;
  font-size: 15px;
  height: 43px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 43px;
  z-index: 1;
}
.blog-details__social-list a:hover {
  background-color: #051b05;
  color: white;
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #0b2fa5;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  display: block;
  margin-bottom: 53px;
  overflow: hidden;
  position: relative;
}

.blog-details__pagenation {
  display: block;
  position: relative;
}
.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: 700;
  color: #595b62;
  background-color: #f1f1f2;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: #0b2fa5;
  color: #f1f1f2;
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  background-color: #0b2fa5;
  border: none;
  border-radius: 10px;
  color: var(--theme-color-light);
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 74px;
  outline: none;
  padding-left: 50px;
  padding-right: 80px;
  width: 100%;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--theme-color-light);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color-light);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  bottom: 0;
  border: none;
  color: #fff;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--bg-theme-color1);
  background-color: #f1f1f2;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
      -ms-flex: 70px 0 0px;
          flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 80px;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: #0b2fa5;
  font-size: 13px;
  padding-right: 5px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: #051b05;
  background-color: #f1f1f2;
  border-radius: 10px;
  padding: 24px 15px 12px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #0b2fa5;
  text-align: center;
  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;
  font-size: 16px;
}
.contact-d {
    padding: 50px 0;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  background-color: #f1f1f2;
  border-radius: 10px;
  color: #051b05;
  display: block;
  overflow: hidden;
  padding: 24px 15px 12px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-bottom: 25px;
  margin-left: 5px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  background: white;
  border-radius: 30px;
  color: #0e2207;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  padding: 5px 28px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__tags-list a:hover {
    color: #ffffff;
    background: #0b2fa5;
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: #051b05;
  background-color: #f1f1f2;
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.text-small {
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: -.5px;
    line-height: 2;
}
.thanks {
    background-image: linear-gradient(to top, #ffffff 0%, #4CAF50 34%);
}
.thanks .hm-banner{
    padding-bottom: 40px;
}
.thanks .let-connect h2 {
    background: linear-gradient(181.15deg, rgb(255 255 255) -6.37%, rgba(255, 255, 255, 0) 96.05%, rgba(255, 255, 255, 0) 157.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.contact-details-block {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
    box-shadow: 0px 15px 10px 0px rgb(0 0 0 / 14%);
    border-radius: 8px;
    padding: 23px 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    height: 280px;
}
.contact-details-block .inner-box {
  margin: 0 auto;
}
.contact-details-block .icon {
  margin-bottom: 20px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.contact-details-block .icon svg,
.contact-details-block .icon i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-details-block .icon svg path,
.contact-details-block .icon i path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-details-block .title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.contact-details-block .text, .contact-details-block .text a {
    margin-bottom: 0;
    color: #626262;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 25px;
    font-size: 18px;
}
.contact-details-block:hover {
  background-color: #0b2fa5;
}
.contact-details-block:hover .icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.contact-details-block:hover .icon svg,
.contact-details-block:hover .icon i {
  color: white;
}
.contact-details-block:hover .icon svg path,
.contact-details-block:hover .icon i path {
  fill: white;
}
.contact-details-block:hover .title {
  color: white;
}
.contact-details-block:hover .text, .contact-details-block:hover .text a {
  color: white;
}
.images-round-animation {
    position: relative;
    width: 1200px;
    height: 1200px;
    max-width: 1200px;
    max-height: 1200px;
    border-radius: 50%;
    animation: rotateCircle 40s linear infinite;
    margin: 0 auto -1100px auto;
    z-index: -1;
}
.images-round-animation img {
  position: absolute;
  width: 90px;   /* responsive image size */
  height: 90px;
  max-width: 90px;
  max-height: 90px;
  border-radius: 16px;
  object-fit: cover;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: counterRotate 40s linear infinite;
}

/* Rotate the whole circle */
@keyframes rotateCircle {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Keep images upright */
@keyframes counterRotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(-360deg); }
}
.w-none{
    display: none;
}
.highlight:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    height: 4px;
    width: 55px;
    background: #0b2fa5;
    border-radius: 15px;
}
.highlight {
    color: #0B2FA5;
    padding: 15px 0 15px 0;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 20px;
}
.contact-right h2 {
    font-size: 36px;
    font-weight: 600;
}
.ab-bx img {
    width: 80px;
    filter: sepia(1) saturate(5) brightness(0.5) hue-rotate(172deg);
}
.ab-bx:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    width: 3px;
    height: 40%;
    background: #0b2fa5;
    border-radius: 12px;
}
.ab-bx {
    background: #0B2FA517;
    padding: 8px 25px;
    margin-right: 29px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: relative;
}
.ab {
    display: flex;
}
.co-txt span {
    display: block;
    font-size: 13px;
    opacity: .8;
    font-weight: 400;
}
.co-txt b {
}
.service-block-two .inner-box:hover h4 {
    color: white;
}
.co-txt {
    margin-left: 9px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 31px;
    position: relative;
    top: 5px;
}
.ab-sec .contact-right {
    padding: 0 0 0 0;
}
.ab-sec .wel-img {
    text-align: center;
}
.ab-sec .wel-img img {
    width: 80%;
}
.ab-sec img.wel-shape2 {
    left: 12%;
}
.ab-sec img.wel-shape1 {
    right: 12%;
    left: inherit;
}
 #toc-container {
    background: #f8f9fa;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}
.tb-c-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-t-hd {
    font-size: 20px;
    font-weight: bold;
}
#toggle-toc {
    border-radius: 18px;
    background: #0b2fa5;
    color: white;
    border: none;
    padding: 3px 15px;
    cursor: pointer;
    /* margin-bottom: 10px; */
    font-size: 13px;
}
#toc-list {
    list-style: decimal;
    padding-left: 22px;
}
#toc-list li {
    margin: 18px 0;
    font-size: 15px;
    padding-left: 5px;
}
#toc-list li a {
    color: #000000d1;
}
#toc-list li a br{
    display: none;
}
.l-t-hd {
    font-size: 22px;
    font-weight: 600;
}
.work-y {
    padding: 50px 0;
}
.work-content span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 25px;
    line-height: 149%;
    text-align: center;
    display: block;
}
.work-content h2 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 46px;
    text-align: center;
    margin: 20px 0;
    letter-spacing: -2px;
}
.year-number b {
    font-size: 90px;
}
.year-c {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.year-number b a {
    color: #393939;
}
.year-number {
    width: 35%;
    text-align: center;
    line-height: 1;
    border-right: 4px solid;
    padding: 42px 0;
    margin-right: 5%;
}
.year-number span:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 10%;
    height: 4px;
    background: #393939;
    transform: translateX(-50%) translateY(-50%);
}
.year-number span {
    position: relative;
}
.year-c p {
    width: 60%;
    font-size: 24px;
}
.year-c p img {
    width: 150px;
    display: block;
    margin-bottom: 9px;
}
.servicepg .content-box {
    display: flex;
    align-items: center;
}
.servicepg {
    background: #3939391A;
}
.servicepg p.text {
    -webkit-line-clamp: inherit !important;
    text-overflow: initial !important;
}
.servicepg .service-block-two .inner-box {
    padding: 20px 30px;
    padding-top: 20px;
    background: white;
    cursor: pointer;
}
.servicepg .service-block-two .inner-box .content-box .text {
    width: 40%;
    max-width: 40%;
    text-align: left;
}
.servicepg .service-block-two .inner-box .content-box .title {
    width: 25%;
    font-size: 30px;
    font-weight: 700;
}
.servicepg .service-block-two .inner-box .content-box .btn-two-rounded {
    padding: 12px 20px;
    font-size: 14px;
    min-width: auto;
}
.servicepg .service-block-two .inner-box .icon{
    margin-bottom: 0 !important;
}
img.sr-icon {
    width: 60px;
    height: 60px;
    background: #FF9524;
    padding: 12px;
    border-radius: 50%;
}
.features-section {
    background: #0a3db4;
    color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 50px;
}
    .features-section h6 {
      color: #ffc107; /* Yellow text */
      font-weight: 600;
    }
 .features-section h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.4;
    color: white;
}
    .feature-box {
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 15px 0;
      cursor: pointer;
      position: relative;
      transition: background 0.3s ease;
    }
    .feature-box:first-of-type {
      border-top: none;
    }
    .feature-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .feature-box span {
      font-weight: 500;
      font-size: 25px;
    }
    .feature-box .i {
        font-size: 30px;
        transition: all 0.3s ease-out;
        rotate: -30deg;
    }
    .feature-box:hover .i {
      rotate: 0deg;
      transition: all 0.3s ease-out;
    }
.description {
  /*height: 0;*/
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  font-size: 14px;
  margin-top: 0;
  color: rgba(255,255,255,0.85);
  padding-left: 50px;
  margin-bottom: 0;
}
.feature-box:hover .description {
  /*height: auto;*/
  opacity: 1;
}
















@media only screen and (max-width:767px){
.navbar-collapse .navbar-brand, .navbar-collapse .navbar-toggler {
    display: none;
}
.inner-top h1 {
    font-size: 30px !important;
}
.inner-top {
    height: auto;
}
.contact-right h2 {
    font-size: 22px;
}
.highlight {
    padding: 7px 0 7px 0;
    font-size: 17px;
}
.welcome .contact-right p {
    margin: 13px 0;
    font-size: 15px;
}
.co-txt {
    font-size: 22px;
    line-height: normal;
    top: 5px;
}
.co-txt span {
    line-height: 15px;
}
.ab-bx img {
    width: 55px;
}
.ab {
    flex-wrap: wrap;
}
.ab-bx {
    margin-right: 0;
    margin-bottom: 6px;
    padding: 8px 12px;
}
.images-round-animation {
    width: 300px;
    height: 300px;
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto -254px auto;
}
img.wel-shape2 {
    bottom: 12px;
    width: 50px;
}
img.wel-shape1 {
    top: 0;
    width: 50px;
}
.ab-sec .contact-right {
    padding: 0 0 0 0;
}
.wel-img img {
    margin-top: 10px;
    width: 100%;
}
.images-round-animation img{
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
}
.hm-banner:before{
    display: none;
}
.head-footer {
    display: block;
}
.service-hm {
    background: linear-gradient(to top, #ffffff 93%, transparent 95%);
}
.ab-sec img.wel-shape1 {
    right: 4%;
    width: 56px;
    top: 10px;
}
.ab-sec img.wel-shape2 {
    left: 4%;
    width: 56px;
}
.theme-btn {
    padding: 6px 14px;
    font-size: 13px;
}
.heading p {
    font-size: 15px;
    color: #4d4d4d;
}
.w-none{
    display: inline-block;
}
.page__wrapper .top-sec {
    padding-top: 72px;
}
nav.navbar.navbar-expand-lg {
    width: 96%;
    left: 2%;
    border-radius: 12px;
    background: white;
}
.head-footer h2, .hm-content h1, .hm-content .h1 {
    font-size: 25px;
}
.back-text .outline-text {
    font-size: 12px;
}
.pulse {
    width: 8px;
    height: 8px;
}
.let-connect h2 {
    font-size: 38px;
    margin-bottom: -6px;
}
.hm-content h1 img, .hm-content .h1 img {
    width: 45px;
    height: 45px;
    padding: 7px;
    animation: none;
}
.hm-content p {
    font-size: 13px;
}
.hm-content .theme-btn {
    margin-top: 10px !important;
}
.outline-text {
    font-size: 45px;
}
.back-text {
    bottom: 16%;
}
.spd-bx {
    font-size: 12px;
    padding: 6px;
    align-items: center;
}
.spd-bx img {
    width: 36px;
    margin-right: 8px;
    padding: 4px;
}
.spd {
    margin: 28px 0 0px 0;
}
.form-contact-hom {
    padding: 20px;
}
.form-head h2 {
    font-size: 22px;
}
.contact-right h3 {
    font-size: 35px;
}
.contact-right {
    padding-left: 0;
    padding-top: 20px;
}
.logos-list img {
    height: 68px;
    margin: 0 6px;
    width: auto;
}
.client-logos {
    padding: 34px 0;
}
.counter-row .col-md-4 {
    width: 33.33%;
}
.heading h2 {
    font-size: 25px;
}
.review_slider .text {
    font-size: 16px;
}
a.theme-btn.mt-3.mb-3 {
    margin: 5px 0 !important;
}
.text-center.mt-5 {
    margin-top: 15px !important;
}
.round-contact-button-text {
    font-size: 15px;
}
.contact-us-button-round {
    padding: 10px 25px;
}
.arrow-up-right-container {
    width: 40px;
    height: 40px;
}
.arrow-up-right-container svg {
    width: 12px;
}
.col-lg-6.content-column, .col-lg-5.image-column {
    margin: 0;
}
.client-logos h2 {
    line-height: 1.6;
}
.choose-img {
    margin-bottom: 24px;
}
img.ser-round {
    display: none;
}
.service-hm .heading {
    margin-top: 0;
}
.value-box{
    margin-bottom: 20px;
}
.timeline-div:before, .timeline-div:after, .timeline-content:after{
    display: none;
}
.timeline-icon img {
    height: auto;
    margin-top: -50px;
    width: 150px;
}
.timeline-content {
    width: 100%;
}
.review_slider h2{
    font-size: 60px;
}
.review_slider .slide {
    padding: 20px;
    margin: 5px 0;
    width: 100%;
}
.blogs .heading h2 {
    font-size: 26px;
}
a.blog-icon {
    right: 0;
    bottom: 1px;
}
.frequently .accordion-button {
    font-size: 17px;
}
.frequently .accordion-button::before {
    font-size: 13px;
    width: 28px;
    height: 28px;
}
.head-footer a {
    padding: 14px 50px;
    font-size: 14px;
    top: 0;
    margin: 0 auto;
}
.head-footer h2 br {
    display: none;
}
.head-footer h2 {
    letter-spacing: 0;
    font-size: 26px;
    margin-bottom: 10px !important;
}
.choose-img{
    height: auto;
}
.main-header .navbar-brand img {
    width: 124px;
}
.timeline-content:before{
    right: 0;
}
.timeline-div .row:nth-child(even) .timeline-content:before {
    left: 59px;
}
button.navbar-toggler {
    filter: brightness(8) invert(1);
}
.b-date {
    font-size: 14px;
}
img.wathsapp-fixed {
    left: 6px;
    bottom: 6px;
    width: 78px;
}
.blog-div {
    margin-bottom: 20px;
}
.choose {
    padding: 20px 0;
}
.frequently .accordion-button::after {
    width: 18px;
}
.back2top {
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
}
.back2top img {
    width: 17px;
    height: 14px;
}
.heading {
    margin-bottom: 52px;
}
.text-s, .outline-text {
    font-size: 30px;
}
.text-s span {
    width: 34px;
    height: 34px;
    margin-right: 8px;
}
.sec-title h2 {
        font-size: 25px;
        text-align: left;
    }
.about-block-three .col-sm-6 {
    width: 50%;
}
.about-block-three .content-box {
        height: 180px;
        width: 180px;
    }
.about-block-three .content-box .count-box .count-text {
    font-size: 48px;
    line-height: 1;
}
.about-block-three .content-box .count-box {
    font-size: 36px;
    margin-top: 0;
}
.about-block-three .content-box .text {
    font-size: 12px;
}
.service-section-four .heading, .outer-box .heading h2 {
    font-size: 27px;
}
.about-section-three .image-column .inner-column .image img {
    height: auto;
}
body, html {
    overflow-x: hidden;
}






















































}

@media (min-width: 992px) {

body {
    zoom: 80%;
}
.hm-content h1, .hm-content .h1 {
    font-size: 50px;
}
.hm-content p {
    font-size: 18px;
}
.main-header ul.navbar-nav li a {
    font-size: 14px;
}
.main-header ul.navbar-nav li {
    padding: 3px 10px;
}
.form-head h2 {
    font-size: 20px;
}
.value-box h3 {
    font-size: 16px;
}
.value-box p {
    font-size: 10px;
}
.heading h2 {
    font-size: 35px;
}
.contact-right h3 {
    font-size: 55px;
}
.inner-top h1 {
    color: #FFBF00;
    font-size: 30px !important;
}







}
@media (min-width: 1200px) {
body {
    zoom: 90%;
}
.hm-content h1, .hm-content .h1 {
    font-size: 60px;
}
.hm-content p {
    font-size: 18px;
}
.main-header ul.navbar-nav li a {
    font-size: 16px;
}
.main-header ul.navbar-nav li {
    padding: 3px 12px;
}
.form-head h2 {
    font-size: 25px;
}
.value-box h3 {
    font-size: 18px;
}
.value-box p {
    font-size: 12px;
}
.heading h2 {
    font-size: 45px;
}
.contact-right h3 {
    font-size: 58px;
}
.inner-top h1 {
    color: #FFBF00;
    font-size: 40px !important;
}





}
@media (min-width: 1400px) {
body {
    zoom: 100%;
}
.hm-content h1, .hm-content .h1 {
    font-size: 76px;
}
.hm-content p {
    font-size: 20px;
}
.main-header ul.navbar-nav li a {
    font-size: 18px;
}
.main-header ul.navbar-nav li {
    padding: 4px 18px;
}
.form-head h2 {
    font-size: 30px;
}
.value-box h3 {
    font-size: 22px;
}
.value-box p {
    font-size: 14px;
}
.heading h2 {
    font-size: 46px;
}
.contact-right h3 {
    font-size: 66px;
}
.inner-top h1 {
    color: #FFBF00;
    font-size: 55px !important;
}







}