* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito Sans', sans-serif ! important;
}

a {
    text-decoration: none !important;
}

a.quote-btn.w-100:hover {
    color: #fff;
}

ul li {
    list-style: none;
}

.service-sec h2 {
    color: #1e1666 !important;
    font-weight: 800 !important;
    font-size: 40px !important;
    line-height: 48px !important;
}

h3 {
    color: #1e1666 !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    line-height: 40px !important;
}

ul.login li a {
    color: #1e1666;
    font-weight: 600;
}

.left-img img {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px; /* Optional: adds rounded corners */
}

.location {
    color: #1e1666;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}

ul.login li {
    line-height: 38px;
    padding: 0px 12px;
}

button.btn.text {
    background: #ffff;
}

a.navbar-brand img {
    width: 145px;
}

header {
    position: sticky;
    top: 0;
    z-index: 999999 !important;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #E8E7EF;
}

.topbar-contact li .fa {
    color: #CC2B5E;
    font-size: 14px;
}

ul.topbar-contact li {
    padding: 0px 15px;
    border-left: 1px solid #ccc;
}

ul.topbar-contact li:not(:first-child) {
    padding: 0 45px;
}

ul.login {
    margin-bottom: 0px !important;
    display: inline-flex;
}

ul.topbar-contact li:first-child {
    border: none;
    padding-right: 45px;
}

.topbar-contact {
    margin-bottom: 0px !important;
}

ul.topbar-contact li {
    display: inline-block;
    padding: 0px;
}

ul.topbar-contact li a {
    padding: 10px 0px;
    color: #312b72 !important;

}

ul.navbar-nav.ml-auto {
    position: relative;
}

/* li.nav-item.active:after {
   content: "";
    display: inline-block;
    position: absolute;
    left: 33px;
    background: url("/image/dotmini.svg");
    top: 40px;
    height:20px;
    width: 20px;
    background-repeat: no-repeat;
} */

li.nav-item.active::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%; /* Position the dot in the center of the navigation item */
    transform: translateX(-50%); /* Center the dot horizontally */
    bottom: 0px; /* Position the dot below the navigation item */
    height: 20px;
    width: 20px;
    background: url("/image/dotmini.svg") no-repeat;
    background-size: contain; /* Adjust the background size as needed */
}

/* Adjust the position of the dot based on the active list item's position */
li.nav-item.active:nth-child(1)::after {
    left: 9.6%;
}

li.nav-item.active:nth-child(2)::after {
    left: 39%;
}

li.nav-item.active:nth-child(3)::after {
    left: 68%;
}

li.nav-item.active:nth-child(4)::after {
    left: 75%;
}

span.telegram img {
    width: 17px;
    height: 17px;
    margin-left: 10px;
}

.top-header {
    border-bottom: 1px solid #E8E7EF;
}

.col-md-3.top-in {
    border-right: 1px solid #ccc;
}

.inner-address.align-items-center span {
    color: #312b72 !important;
    font-size: 14px;
}

.cus-nav .navbar-expand-lg .navbar-nav .nav-link {
    color: #494488 !important;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
}

.cus-nav .navbar-expand-lg .navbar-nav li.nav-item {
    margin: 0 10px;
}

.banner-btn a.quote-btn {
    padding: 14px 50px;
}

a.quote-btn {
    background-size: 200%;
    background-image: linear-gradient(to right, #cc2b5e 0%, #753a88 51%, #cc2b5e 100%);
    padding: 14px 33px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    text-align: center;
    border-radius: 25px;
    line-height: 28px;
}

a.quote-btn:hover {
    background-image: linear-gradient(to right, #753a88 0%, #cc2b5e 51%, #753a88 100%);

}

.expand-btn-inner ul {
    margin-bottom: 0px;
}

/* search css */
.search-form {
    right: 0;
    top: 0px;
}

.search-form label {
    margin-bottom: 0px;
}

.search-field {
    background-color: transparent;
    background-image: url("/image/search-icon.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    cursor: pointer;
    height: 35px;
    margin: 2px 0;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0px;
    cursor: pointer;
}

.search-field:focus {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    cursor: text;
    outline: 0;
    width: 250px;
    color: #000;
}

.search-form
.search-submit {
    display: none;
}

section.banner-section {
    background-image: url("/image/t-banner.jpg");
    width: 100%;
    background-size: cover;
    background-position: top;
    height: 600px;
}

.banner-text {
    color: #fff;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 0px;
}

.banner-text p {
    padding: 30px 0px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}

.banner-text h1 {
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 40px;
}

.banner-text h2 {
    color: #fff;
    line-height: 40px;
    font-weight: 700;
    font-size: 30px;
}

section.service-sec {
    background-image: url("/image/img3.png");
    padding: 60px 0px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-ser.text-left:before {
    position: absolute;
    right: -4px;
    bottom: -15px;
    width: 56px;
    z-index: 999999;
    height: 56px;
    border-radius: 50%;
    box-shadow: -24px -17px 0 58px rgba(86, 52, 52, .12);
    background: rgba(0, 0, 0, .11);
    content: "";
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 35s, -webkit-transform 35s;
    transition: opacity .35s, transform 35s;
}

.item-ser.text-left:hover:before {
    opacity: 1;
}

.list-sec.d-flex.justify-content-between p {
    color: #201768;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.serv-text p {
    color: #8789af;
    font-size: 16px;
    font-weight: 500;
    /* padding: 10px 0px; */
}

/* footer css */
.footer-logo img {
    width: 145px;
}

section.newsletter.text-center h2 {
    color: #201768;
    font-weight: 800;
    font-size: 35px;
}

section.newsletter {
    background-image: url("/image/map-world.png");
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;

}

.main-footer {
    padding-top: 40px;
}

.footer {
    background-image: url("/image/f-banner.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;

}

ul.f-menu li a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    right: 0;
    bottom: 0px;
    background-color: #000;
    transition: .35s;

}

ul.f-menu li a:hover::after {
    width: 100%;
    transition: width .3s;
}

section.newsletter.text-center {
    padding: 40px 0px;
}

h2.f-title {
    font-weight: 800 !important;
    padding-bottom: 15px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #1e1666 !important;
}

p.copy-right {
    color: #8789af;
    font-size: 15px;
}

.f-About p {
    color: #8789af;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0px;
}

.footer-menu ul li {
    padding: 5px 0px
}

.footer-menu ul li a {
    color: #8789af;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 20px;
}

.bottom-footer {
    padding: 24px 0;

}

.inner-social-list ul li {
    display: inline-block;
    color: #8789af;
    padding-right: 18px;
}

.inner-social-list .fa {
    color: #1e1666;
    font-size: 18px;
}

.inner-social-list .fa:hover {
    color: #CC2B5E;
}

input.form-control.rounded {
    height: 53px;
    border: none;
    box-shadow: 0 0 20px rgba(30, 22, 102, .05);
    border-radius: 25px !important;
    padding: 12px;
}

button#button-addon2 {
    border-radius: 25px;
    position: relative;
    z-index: 999;
    right: 40px;
    background-image: linear-gradient(to right, #bd2e66, #613566);
    padding: 12px;
    width: 200px;
    border: none;
    font-weight: 800;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
}

button#button-addon2:hover {
    background-image: linear-gradient(to right, #753a88 0%, #cc2b5e 51%, #753a88 100%);
}

.item-ser .icon-part {
    margin-bottom: 15px;
}

.des-part p {
    color: #8789af;
    font-size: 16px;
    font-weight: 500;
}

.head-part h4 {
    color: #201768 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.col-md-4.col-sm-6.equal-height:hover {
    transition: all .3s ease-out;
    transform: translateY(-30px);
}

.owl-item .col-md-12.col-sm-6.equal-height:hover {
    transition: all .3s ease-out;
    transform: translateY(-30px);
}

.owl-item .col-md-12.col-sm-6.equal-height {
    transition: all .3s ease-out;
}

#owl-demo-1 .owl-item {
    padding: 20px 0px;
}

.col-md-4.col-sm-6.equal-height {
    transition: all .3s ease-out;
}

.item-ser.text-left, .items.text-left {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 24px 3rem rgba(0, 0, 0, .12);
    overflow: hidden;
    padding: 50px 35px 45px 35px;
    position: relative;
    z-index: 1;
}

section.testimonial-sec.py-5 {
    background: #f4fcfe;
}

.testmonial-img img {
    width: 70px !important;
    height: 70px !important;
}

.row.ser-top {
    padding-top: 30px;
}

section.detail-sec .container {
    background: #f8fdff;
}

.head-sec {
    font-style: italic;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #201768;
}

.expand-btn-inner {
    padding-left: 20px;
}

.item-ser.text-left:hover {
    transition: .35s;
    background-image: linear-gradient(31deg, #cc2b5e 29%, #753a88 100%);
}

.item-ser.text-left:hover .head-part h4 {
    color: #fff !important;
}

.item-ser.text-left:hover .des-part p {
    color: #fff !important;
}

img.top-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.item-ser.text-left:hover img.top-hover {
    display: block !important;
    position: absolute;
    top: 50px;
    left: 32px;
    z-index: 99;

}

.lists-sec.text-center p {
    color: #b32f66;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}

.item-ser.text-left:hover .name-part span {
    color: #fff;
}

img.quote-img {
    width: 50px !important;
    height: 50px;
}

.name-part span {
    color: #999;
    font-size: 15px;
    font-weight: 600;
}

span.vedio-sec {
    margin-left: 10px;
    color: #16bbaa;
    font-weight: 600;
}

.b-text span {
    color: #16bbaa;
    font-weight: 600;
}

.b-text i.fa.fa-chevron-circle-right {
    color: #16bbaa;
    padding: 10px;
}

@media (max-width: 767px) {

    .b-text {
        padding-top: 20px;
    }

    h2, h3 {
        font-size: 30px !important;
    }

    .right-sec.pl-5 {
        padding-left: 0px;
    }

    ul.login li {
        padding: 0px 5px;
    }

    ul.topbar-contact li:not(:first-child) {
        padding: 0px !important;
    }

    ul.topbar-contact li {
        border: none;
    }

    ul.topbar-contact li:first-child {
        padding-right: 25px;
    }

    button#button-addon2 {
        width: 100% !important;
        margin-top: 10px;
        right: 0px;
        padding: 10px;
    }

    li.nav-item.active:after {
        display: none;
    }

    .expand-btn-inner {
        padding: 20px 0px;
    }

    .cus-nav .navbar-expand-lg .navbar-nav .nav-link {
        line-height: 20px !important;
    }

    .right-sec.pl-md-5 {
        padding: 20px 0px !important;
    }

    section.newsletter h2 {
        font-size: 28px !important;
    }

    .footer-menu ul li {
        padding: 5px 0px;
    }

    section.service-sec {
        padding: 40px 0px;
    }

    .banner-text h1 {
        line-height: 30px;
        font-size: 30px;
    }

    .banner-text h2 {
        line-height: 20px;
        font-size: 20px;
    }

    .owl-theme .container.h-100 {
        position: absolute;
        top: 0px !important;
        left: 0px !important;
    }

    #owl-demo .item img {
        height: 450px !important;
    }

    .col-md-4.col-sm-6.equal-height {
        padding-bottom: 20px;
    }

    h2.f-title {
        padding: 0px;
    }

    .main-footer {
        padding-top: 10px 0px;
    }

    .testmonial-img.px-3.pt-5 {
        padding-right: 0px !important;
    }

    .row.align-items-center.testi {
        margin-top: 40px;
    }

    img.quote-img {
        width: 35px !important;
        height: 35px;
    }

    .name-part span {
        font-size: 13px;
    }

    #owl-demo-1 {
        margin: 0;
    }
}

@media (max-width: 992px) {
    button#button-addon2 {
        width: 120px;
    }

    .cus-nav .navbar-expand-lg .navbar-nav .nav-link {
        line-height: 20px !important;
    }

    .expand-btn-inner {
        padding: 20px 0px;
    }
}

@media (max-width: 320px) {
    .location {
        font-size: 12px;
        margin-left: 0px;
    }
}

/* slider css */

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-theme .owl-controls .owl-page span:active {
    background: #fff !important;
}

.owl-buttons {
    visibility: visible;
    display: block;
}

.owl-theme .container.h-100 {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

.owl-dots {
    color: #fff;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #fff !important;
    border: 1px solid #fff !important;
    height: 15px;
    width: 15px;
    background: #000;
}

.owl-carousel button.owl-dot {
    color: rgb(16, 69, 3) !important;
    border: 1px solid rgb(4, 71, 37) !important;
    height: 15px;
    width: 15px;
    background: #000;
}

#owl-demo-1 img {
    width: 90px;
}

button.owl-dot {
    margin: 5px;
    border-radius: 20px;
}

button.owl-dot.active {
    background: #fff !important;
}

#owl-demo-1 .top-hover {
    display: none;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 0%;
    left: 0%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}


img.vert-move {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 3s infinite alternate;
}

.row.text-center.news-ani {
    position: relative;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

img.vert-move {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

img.vert-moves {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 3s infinite alternate;
}

@keyframes movers {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

span.left-ss {
    position: absolute;
    left: 20%;
}

span.left-dot {
    position: absolute;
    left: 14%;
    top: 40%;
}

.video {
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to right, #cc2b5e 0%, #753a88 51%, #cc2b5e 100%);
    z-index: 999;
}

.fa-play:before {
    content: "\f04b";
}

@keyframes border-pulse {
    50% {
        border-color: rgba(255, 255, 255, 0);
    }
}

.wave {
    display: inline-block;
    border-radius: 100%;
    border: 10px solid rgba(204, 43, 94, .3);
    animation: border-pulse 1.5s ease-out infinite;
}

#owl-demo-1 .owl-dot.active {
    background: #000 !important;
}

#owl-demo-1 .owl-dots.disabled {
    display: block !important;
}

#owl-demo-1 .owl-dots {
    color: #1e1666;
    position: absolute;
    bottom: -15px;
}

span.left-side, span.left-ss-d, span.left-dott {
    display: inline-block;
    width: 20px;
}

span.left-side img {
    position: absolute;
    top: 26%;
    width: 60px !important;
    left: 50%;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

span.left-ss-d img {
    position: absolute;
    top: 70%;
    width: 20px !important;
    left: 50%;
}

span.left-dott img {
    position: absolute;
    top: 20%;
    width: 10px !important;
    left: 0%;
}

span.left-dot-t img {
    position: absolute;
    top: 90%;
    width: 10px !important;
    left: 40%;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Styles for the banner background image */
.banner-image {
    background-image: url("/image/t-banner.jpg");
    background-size: cover;
    background-position: center;
    min-height: 550px; /* Adjust this height as needed */
}

.pricing-span {
    font-size: 11pt;
    color: rgba(32, 23, 104, 0.73);
}

.jlkj-weight-override p {
    font-weight: bolder !important;
}

.subscribe-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.subscribe-box h3 {
    color: #1e1666 !important;
    font-size: 24px !important;
    margin-bottom: 20px;
    white-space: nowrap; /* Prevents wrapping */
    overflow: hidden; /* Hides overflow */
    text-overflow: ellipsis; /* Adds ellipsis if text is too long */
}

.subscribe-form .form-control {
    height: 50px;
    border-radius: 25px;
    padding: 0 20px;
    border: 1px solid #E8E7EF;
}

.subscribe-form .btn {
    background-image: linear-gradient(to right, #cc2b5e 0%, #753a88 51%, #cc2b5e 100%);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 700;
    margin-top: 10px;
    width: 100%;
}

.subscribe-form .btn:hover {
    background-image: linear-gradient(to right, #753a88 0%, #cc2b5e 51%, #753a88 100%);
}

#response {
    margin-top: 15px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .subscribe-box {
        margin-top: 30px;
    }

    .banner-image {
        min-height: 750px; /* Adjust this height as needed */
    }
}

.banner-text ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.banner-text li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.banner-text li:before {
    content: "\f00c"; /* Unicode for FontAwesome checkmark */
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #16bbaa; /* Teal color for checkmark */
}

@media (max-width: 767px) {
    .banner-text li {
        font-size: 14px;
    }
}

.left-slide-sec {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.left-slide-sec .left-text h2 {
    color: #1e1666;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-slide-sec .serv-text p {
    color: #6c757d;
    font-size: 18px;
    line-height: 1.6;
}

.left-slide-sec .left-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.left-slide-sec .left-img img {
    width: 100%;
    transition: transform 0.3s ease;
}

.left-slide-sec .left-img:hover img {
    transform: scale(1.05);
}

.left-slide-sec .left-img .top-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(204, 43, 94, 0.8), rgba(117, 58, 136, 0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.left-slide-sec .left-img:hover .top-hover {
    opacity: 1;
}

.left-slide-sec .des-part {
    padding-left: 30px;
}

.left-slide-sec .des-part h3 {
    color: #1e1666;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-slide-sec .des-part p {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.left-slide-sec .des-part strong {
    color: #cc2b5e;
}

@media (max-width: 768px) {
    .left-slide-sec {
        padding: 60px 0;
    }

    .left-slide-sec .left-text h2 {
        font-size: 28px;
    }

    .left-slide-sec .serv-text p {
        font-size: 16px;
    }

    .left-slide-sec .des-part {
        padding-left: 0;
        margin-top: 30px;
    }

    .left-slide-sec .des-part h3 {
        font-size: 24px;
    }
}

.subscribe-box h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #00ff9d;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.subscribe-box li::before {
    content: "✓";
    color: rgb(28, 113, 74);
    margin-right: 0.5rem;
    font-weight: bold;
}
