html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
} */
a {
    color: #f26e21;
    text-decoration: none;
}
.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}

/* COMMON STYLE :START */

.fw-medium {
    font-weight: 500 !important;
}

/* ---- section spacing :start ---- */
.section-padding {
    padding: 90px 0 90px 0px;
}
.section-margin {
    margin: 90px 0px;
}

.section-padding2 {
    padding: 100px 0px;
}
.section-margin2 {
    margin: 100px 0px;
}
/* ---- section spacing :end ---- */

/* ---- hd-type :start ---- */

.businesspriority-section .hd-type-1 {
    color: #000000;
}
.businesspriority-section p {
    color: #000000;
}
.hd-type-1 {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    color: #2a5375;
    text-transform: uppercase;
}
.hd-type-1 span {
    font-weight: 200;
}
.hd-type-2 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.hd-type-3 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
/* ---- hd-type :end ---- */

/* ---- subhd-type :start ---- */
.subhd-type-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #5a5454;
    margin-bottom: 15px;
}
.subhd-type-2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 15px;
}
/* ---- subhd-type :end ---- */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    background-color: #2a5375;
    border: 1px solid #2a5375;
    border-radius: 10px;
    padding: 15px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
/* ---- btn-style-1 :end ---- */

/* ---- btn-style-2 :start ---- */
.btn-style-2 {
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #2a5375;
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 5px 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-2:hover {
    color: #f26e21;
    background-color: #000000;
    border-color: #000000;
}
/* ---- btn-style-1 :end ---- */

/* ---- btn-style-3 :start ---- */
.btn-style-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #f26e21;
    display: block;
    transition: 0.5s;
    text-align: center;
}
.btn-style-3:hover {
    color: #2a5375;
}
/* ---- btn-style-3 :end ---- */

/* ---- block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;

    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
}
.block-style-1 .bs1-image {
    width: 100%;
    height: auto;
}
.block-style-1 .bs1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.block-style-1 .bs1-text {
    width: 100%;
    height: auto;
    padding: 15px 15px;
}
.block-style-1 .bs1-text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #2a5375;
    margin-bottom: 10px;
    min-height: 55px;
    text-align: center;
}
.block-style-1 .bs1-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.block-style-1 .bs1-buttons {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    margin-top: auto;
}
.block-style-1 .bs1-buttons .btn {
    /* padding: 15px 25px; */
}
/* ---- block-style-1 :end ---- */

/* ---- block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: auto;
    border: 1px solid #f26e21;
    border-radius: 15px;
    padding: 25px 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    background-color: #f26e21;
}
.services-section .imageBox {
    padding: 0px 15px 0px 15px;
    width: 100%;
    height: auto;
}

.block-style-2 .bs2-icon {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.block-style-2 .bs2-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.block-style-2 .bs2-text {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
.block-style-2 .bs2-text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 5px;
}
.block-style-2 .bs2-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin-bottom: 10px;
    min-height: 122px;
    overflow: hidden;
}

.block-style-2 .bs2-buttons {
    width: 100%;
    height: auto;
    margin-top: auto;
}

.block-style-2:hover {
    background-color: #272727;
    border-color: #5a5454;
}
/* ---- block-style-2 :end ---- */

/* ---- block-style-3 :start ---- */
.block-style-3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
}
.block-style-3 .bs3-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.72/1;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}
.block-style-3 .bs3-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.block-style-3 .bs3-text {
    width: 100%;
    height: auto;
    text-align: center;
}
.block-style-3 .bs3-text h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;
    color: #000000;
    margin-bottom: 10px;
}
.block-style-3 .bs3-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;
    margin-bottom: 10px;
}
/* ---- block-style-3 :end ---- */

/* ---- block-style-4 :start ---- */
.block-style-4 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
}
.block-style-4 .bs4-image {
    width: 100px;
    height: 100px;
    border: 1px solid #2a5375;
    background-color: #2a5375;
    border-radius: 100%;
    padding: 25px 25px;
    margin: 0px auto 20px auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.block-style-4 .bs4-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.block-style-4 .bs4-text {
    width: 100%;
    height: auto;
    text-align: center;
}
.block-style-4 .bs4-text h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 23px;
    color: #000000;
    margin-bottom: 10px;
}
.block-style-4 .bs4-text h3 b {
    font-weight: 700;
}
.block-style-4 .bs4-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;
    margin-bottom: 10px;
}
/* ---- block-style-4 :end ---- */

/* ---- brand-logos :start ---- */
.blogo-block {
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    overflow: hidden;
}

/* ---- brand-logos :end ---- */

/* ----- List Style 1 :start ----- */
.list-style-1 {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 15px 0px;
    padding: 0px;
}
.list-style-1 li {
    position: relative;
    padding: 2px 0 2px 25px;
    margin: 0px 0px 12px 0px;
    overflow: hidden;
}
.list-style-1 li:last-child {
    margin-bottom: 0px;
}
.list-style-1 li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #000000;
    position: absolute;
    top: 7px;
    left: 0;
}
.list-style-1 > li > a {
    color: #000000;
    text-decoration: none;
}
.list-style-1 > li > a:hover {
    color: #f26e21;
    text-decoration: underline;
}
/* ----- List Style 1 :end ----- */

/* ---- owldots-1 :start ---- */
.owldots-1 .owl-dots {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 7px;
    margin-top: 30px;
}
.owldots-1 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #000000;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: flex;
    transition: 0.5s;
}
.owldots-1 .owl-dots .owl-dot:hover span {
    background-color: #5a5454;
    border-color: #5a5454;
}
.owldots-1 .owl-dots .owl-dot.active span {
    background-color: #5a5454;
    border-color: #5a5454;
}
/* ---- owldots-1 :end ---- */

/* ---- accordion-style-1 :start ---- */
.accordion-style-1 {
    width: 100%;
    height: auto;
    border: 0;
}
.accordion-style-1 .accordion-item {
    background-color: #2a5375;
    border: 1px solid #2a5375 !important;
    border-radius: 15px;
    margin-bottom: 15px;
}
.accordion-style-1 .accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: transparent;
    padding: 15px 15px;
    box-shadow: none;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button:hover {
    color: #f26e21;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button::after {
    width: 15px;
    height: 15px;
    background-color: #2a5375;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
}
/* .accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="%23ffffff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E');
} */
.accordion-style-1
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
}
.accordion-style-1 .accordion-item .accordion-body {
    padding: 0px 15px 15px 15px;
}
/* ---- accordion-style-1 :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-label {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000000;
    margin-bottom: 7px;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: transparent;
    border: 1px solid #0a0a0a;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 15px;
    transition: 0.5s;
}
.form-style-1 .form-control:focus {
    border-color: #e8323d;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e8e8e8;
}
.form-style-1 .form-control::placeholder {
    color: #000000;
}
/* .form-style-1 .nice-select {
    width: 100%;
    height: 47px;
    line-height: 1;
    background-color: #000000;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 15px;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-1 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}
.form-style-1 .nice-select .list .option:hover {
    color: #000000;
    background-color: #000000 !important;
}
.form-style-1 .form-group{
    margin-bottom: 20px;
} */
/* ---- form-style-1 :end ---- */

/* COMMON STYLE :END */

/* Home banner section :start */
.homebanner-section {
    width: 100%;
    height: auto;
    min-height: 350px;
    /* height: 500px; */
    position: relative;
    background-color: #fff;
}
.homebanner-section .hbimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
}
.homebanner-section .hbcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.homebanner-section .hbleft {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}
.homebanner-section .hbleft h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #2a5375;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.homebanner-section .hbleft h1 span {
    color: #f26e21;
    font-weight: 200;
}
.homebanner-section .hbleft p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 15px;
}

/* .homebanner-section .hbright {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* Home banner section :end */

/* Footer section :start */
footer {
    width: 100%;
    height: auto;
    background-color: #000000;
    padding: 70px 0px;
    /*
  background-image: url('../images/footer.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;*/
    background-color: #fff;
}
footer .fblock h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #2a5375;
    margin-bottom: 20px;
    text-transform: uppercase;
}
footer .fblock p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 12px;
}
footer .fblock p a {
    color: inherit;
}
footer .fblock p a:hover {
    color: #f26e21;
}

footer .connectwith {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
footer .connectwith h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-bottom: 0px;
}

footer address {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0px;
    display: block;
}

footer .fclinks-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .fclinks-1 li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
footer .fclinks-1 li a {
    color: inherit;
}
footer .fclinks-1 li a:hover {
    color: #f26e21;
}

footer .fclinks-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
footer .fclinks-2 a {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
    background-color: #4e4e4e;
    border: 2px solid #4e4e4e;
    border-radius: 100%;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .fclinks-2 a img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
footer .fclinks-2 a:hover {
    color: #000000;
    background-color: #f26e21;
    border-color: #f26e21;
}

footer .fclinks-3 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
footer .fclinks-3 a {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
    background-color: transparent;
    border: 0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .fclinks-3 a img {
    width: 100%;
    height: 100%;
}
/* Footer section :end */

/* Quick enquiry section :start */
.quickenquiry-section {
    width: 100%;
    height: auto;

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.quickenquiry-section .qesec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.qeslist {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.qeslist li {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}
.qeslist li .qelicon {
    flex-grow: 0;
    flex-shrink: 0;
    width: 30px;
    height: auto;
    display: inline-block;
}
.qeslist li .qelicon img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.qeslist li .qeltext {
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    display: inline-block;
}
.qeslist li .qeltext a {
    color: inherit;
}
.qeslist li .qeltext a:hover {
    color: #f26e21;
}

.quickenquiry-section .qesec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.qesec-right .form-control {
    color: #000000;
}

.qesec-right .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
}

.qesec-right .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.qesec-right .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}
/* Quick enquiry section :end */

/* Dedicated support section :start */
.dedicatedsupport-section {
    width: 100%;
    height: auto;

    background-image: url("../images/ctabg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding: 40px 0px;
}
.dedicatedsupport-section .dssec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.dedicatedsupport-section .dssec-left .dssbuttons {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dedicatedsupport-section .dssec-left .dssbuttons .btn {
    padding: 15px 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.dedicatedsupport-section .dssec-left .dssbuttons .btn i {
    font-size: 20px;
}

.dedicatedsupport-section .dssec-right {
    width: 100%;
    height: 100%;
}
/* Dedicated support section :end */

/* Our projects section :start */
.ourprojects-section {
}
.ourprojects-section .ops-filter {
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 24px;
}
.ourprojects-section .ops-filter li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    text-decoration: none;
    text-underline-offset: 10px;
    transition: 0.3s;
    cursor: pointer;
}
.ourprojects-section .ops-filter li:hover {
    color: #f26e21;
    background-color: transparent;
}
.ourprojects-section .ops-filter li.active {
    color: #f26e21;
    background-color: transparent;
    text-decoration: underline;
}

.ourprojects-section .portfolio {
    display: none;
    overflow: hidden;
}
.ourprojects-section .opblock {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: solid 1px #fff;
    border-radius: 15px;
    border-radius: 15px;
}
.ourprojects-section .opblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.ourprojects-section .opblock:hover img {
    transform: scale(0.9);
}
/* Our projects section :end */

/* Inner banner :start */
.innerbanner-section {
    width: 100%;
    height: auto;
    background-color: #000000;
    position: relative;
}
.innerbanner-section .inbsec-block {
    width: 100%;
    height: 355px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0px;
    background-color: #000000;
}
.innerbanner-section .inbsec-block img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.innerbanner-section .inbsec-block .inbcaption {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.innerbanner-section .inbsec-block .inbcaption h1 {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.2px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 10px;
}

.innerbanner-section .ibbreadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
/* Inner banner :end */

.premiumemail-section {
    width: 100%;
    height: auto;
}
.premiumemail-section .pesec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.premiumemail-section .pesec-right {
    /*border-radius: 20px 0px 0px 20px;
    overflow: hidden;*/
}
.premiumemail-section .pesec-left {
    /*border-radius: 0px 20px 20px 0px;
    overflow: hidden;*/
}

.businesspriority-section {
    width: 100%;
    height: auto;
    background-image: url("../images/business-priority-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.businesspriority-section {
}

/* about section :start */
.about-section {
    position: relative;
    background-image: url("../images/Group 221.png");
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: right center;
}
.about-section::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 150px;
    height: auto;
    aspect-ratio: 0.45/1;
    background-image: url("../images/about-bg.png");
    background-repeat: no-repeat;
    background-size: contain;

    animation: wiggle 10ms infinite;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.about-section .abtsec-image {
    width: 560px;
    height: 560px;
    position: relative;
}
.about-section .abtsec-image .asimg {
    position: absolute;
}

.about-section .abtsec-image .asimg.asimage-1 {
    bottom: 150px;
    right: 70px;
    width: 400px;
    height: 400px;
    z-index: 2;
    animation: wiggle 7s infinite;
    animation-timing-function: linear;
}
.about-section .abtsec-image .asimg.asimage-2 {
    top: 160px;
    left: 10px;
    width: 110px;
    height: 100px;
    z-index: 1;
    animation: wiggle 10s infinite;
    animation-timing-function: linear;
}
.about-section .abtsec-image .asimg.asimage-3 {
    bottom: 30px;
    right: 0px;
    width: 235px;
    height: 235px;
    z-index: 1;
    animation: wiggle 9s infinite;
    animation-timing-function: linear;
}
.about-section .abtsec-image .asimg.asimage-4 {
    bottom: 0px;
    left: 30px;
    right: 80px;
    /* width: 450px; */
    height: 150px;
    background-color: #e6e7e7;
    padding: 40px 35px;
    border-radius: 0px 0px 0px 60px;
    overflow: hidden;
    z-index: 1;
    animation: wiggle 12s infinite;
    animation-timing-function: linear;
}
.about-section .abtsec-image .asimg.asimage-4 h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
    animation: wiggle 10s infinite;
    animation-timing-function: linear;
}

.bslider .abtsec-image {
    width: 560px;
    height: 560px;
    position: relative;
}
.bslider .abtsec-image .asimg {
    position: absolute;
}

.bslider .abtsec-image .asimg.asimage-1 {
    bottom: 150px;
    right: 70px;
    width: 400px;
    height: 400px;
    z-index: 2;
    animation: wiggle 7s infinite;
    animation-timing-function: linear;
}
.bslider .abtsec-image .asimg.asimage-2 {
    top: 160px;
    left: 10px;
    width: 110px;
    height: 100px;
    z-index: 1;
    animation: wiggle 10s infinite;
    animation-timing-function: linear;
}
.bslider .abtsec-image .asimg.asimage-3 {
    bottom: 30px;
    right: 0px;
    width: 235px;
    height: 235px;
    z-index: 2;
    animation: wiggle 9s infinite;
    animation-timing-function: linear;
}
.bslider .abtsec-image .asimg.asimage-4 {
    bottom: 0px;
    left: 30px;
    right: 80px;
    /* width: 450px; */
    height: 150px;
    background-color: #e6e7e7;
    padding: 40px 35px;
    border-radius: 0px 0px 0px 60px;
    overflow: hidden;
    z-index: 1;
    animation: wiggle 12s infinite;
    animation-timing-function: linear;
}
.bslider .abtsec-image .asimg.asimage-4 h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
    animation: wiggle 10s infinite;
    animation-timing-function: linear;
}

@keyframes wiggle {
    0% {
        transform: translate(12px, 0px);
    }
    25% {
        transform: translate(4px, -2px);
    }
    50% {
        transform: translate(8px, 4px);
    }
    75% {
        transform: translate(-2px, 6px);
    }
    100% {
        transform: translate(12px, 0px);
    }
}

/* about section :end */

/* why choose section :start */
.whychoose-section {
    background-image: url("../images/bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.whychoose-section .wcsec-left {
    width: 100%;
    height: 100%;
}
.whychoose-section .wcsec-left .wcsleft-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.whychoose-section .wcsec-left .wcsleft-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}
.whychoose-section .wcsec-left .wcsleft-list li:first-child,
.whychoose-section .wcsec-left .wcsleft-list li:last-child {
    margin-right: -60px;
}
.whychoose-section .wcsec-left .wcsleft-list li .wclist-txt {
    text-align: right;
}
.whychoose-section .wcsec-left .wcsleft-list li .wclist-txt h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 23px;
    color: #000000;
    margin-bottom: 5px;
}
.whychoose-section .wcsec-left .wcsleft-list li .wclist-txt h3 b {
    font-weight: 600;
}
.whychoose-section .wcsec-left .wcsleft-list li .wclist-txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;
    margin-bottom: 0px;
}
.whychoose-section .wcsec-left .wcsleft-list li .wclist-img {
    flex-grow: 0;
    flex-shrink: 0;
}
.whychoose-section .wcsec-left .wcsleft-list li .wclist-img > div {
    width: 100px;
    height: 100px;
    background-color: #000000;
    border: 1px solid #707070;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.whychoose-section .wcsec-left .wcsleft-list li .wclist-img > div img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.whychoose-section .wcsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
/* why choose section :end */

.wcfernweh-section {
    width: 100%;
    height: auto;
}
.wcfernweh-section .wcfsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.wcfernweh-section .wcfsec-right {
    width: 100%;
    height: 100%;
}
.wcfernweh-section .wcfsec-right > div {
    float: right;
    border-radius: 0px 40px 40px 0px;
    overflow: hidden;
}

/************new styles 12 june 2025***********/
.brandArea {
}
.brandArea ul li {
    width: 8%;
    gap: 5px;
    display: inline-block;
    margin-bottom: 8px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ddd;
}
.brandArea ul {
    padding-left: 0;
}

/*slik*/
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-bottom: 15px;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #000;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}
.owl-item {
    display: flex;
}
.item {
    width: 100%;
}
.color-text-black {
    color: #000;
}
.color-text-white {
    color: #fff;
}

/*animated bg*/
.abouthome {
}

.abouthmd {
    background-image: url("../images/abt-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.abouthmd .container {
    position: relative;
    z-index: 10;
}

.abouthmd .content {
    padding: 30px 30px 30px 0;
}

.abouthmd .content h3 {
    font-weight: 700;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 30px;
}

.abouthmd .content p {
    margin-bottom: 30px;
}

.abouthmd .content .about-btn {
    display: inline-block;
    background: #2a5375;
    padding: 6px 44px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
}

.abouthmd .content .about-btn:hover {
    background: #000;
}

.abouthmd .icon-boxes .icon-box {
    margin-top: 30px;
}

.abouthmd .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
}

.abouthmd .icon-boxes .icon-box p {
    font-size: 15px;
    color: #000;
    text-align: center;
}
.logofooter {
    max-width: 220px;
}

.icon-box i {
    border-radius: 60%;
    margin: 0.15em;
    font-size: 3em;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(190, 190, 190, 0.75);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(190, 190, 190, 0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(190, 190, 190, 0.75);
    width: 87px;
    height: 87px;
    display: block;
    text-align: center;
    line-height: 87px;
    margin-left: auto;
    margin-right: auto;
}

.cmn-t-pulse {
    animation: pulse 1s ease infinite;
    /* transition: transform 0.2s; */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 1200px) {
    .abouthmd .content {
        padding-right: 0;
    }
}
.MobHide {
    display: block;
}
.DeskHide {
    display: none;
}
@media (max-width: 768px) {
    .MobHide {
        display: none;
    }
    .DeskHide {
        display: block;
    }

    .brandArea ul li {
        width: 24%;
    }
    .owl-carousel .owl-item .icnBox ul li {
        padding-bottom: 8px;
    }

    .abtuimg1 {
        min-height: 533px;
    }
    .imageBoxed {
        min-height: 348px;
    }

    .imageBoxed2 {
        min-height: 567px;
    }
    .bslider .abtsec-image .asimg.asimage-3 {
        right: 63px;
    }
    .bslider .abtsec-image .asimg.asimage-2 {
        left: 62px;
    }
    .abouthmd {
        text-align: center;
    }
    .rightBoxed {
        height: 351px;
    }
}
.width-45px {
    width: 45px !important;
    display: initial !important;
}
.icnBox {
    padding-top: 30px;
    padding-bottom: 15px;
}
.icnBox ul {
    padding: 0px;
}
.icnBox ul li {
    display: inline-block;
}
.owl-carousel .owl-item .icnBox ul li img {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    height: 14px;
}
.owl-carousel .owl-item .icnBox ul li {
    padding-right: 5px;
}
.owl-carousel .owl-item .icnBox ul li span {
    font-size: 12px;
}
.rounded-40 {
    border-radius: 40px;
}

.parallax-section {
    position: relative;
    padding: 90px 0px;
    color: #ffffff;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.parallax-section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.parallax-section .auto-container {
    position: relative;
    z-index: 5;
}

.parallax-section h2 {
    position: relative;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
}

.parallax-section strong {
    font-weight: 700;
}

.parallax-section h3 {
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
}

.parallax-section.style-two h3 {
    margin-bottom: 0px;
}

.parallax-section .line {
    position: relative;
    width: 100px;
    height: 3px;
    background: #ffffff;
    margin: 0px auto 40px;
}

.parallax-section.style-two .text {
    position: relative;
    padding-right: 150px;
}

.parallax-section .theme-btn {
    margin: 0px 12px 10px;
    padding: 12px 30px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    display: inline-block;
}

.parallax-section .normal-btn {
    border-color: #ffffff;
    background: #ffffff;
    color: #1c1c1c !important;
}

.parallax-section .theme-btn:hover {
    border-color: #1c1c1c !important;
    background: #ffffff;
    color: #1c1c1c !important;
}

/*animation*/
.cursor-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cursor-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: -100%;
    left: -100%;
    transition: all 0.5s ease;
}

.cursor-box:hover::before {
    top: 100%;
    left: 100%;
}

/* Unique styles for each cursor type */
.pointer {
    cursor: pointer;
}
.pointer:hover {
    transform: scale(1.05) rotate(2deg);
}

.not-allowed {
    cursor: pointer;
}
.not-allowed:hover {
    transform: scale(1.05);
    animation: shake 0.5s ease-in-out;
}

.alias {
    cursor: alias;
}
.alias:hover {
    transform: scale(1.05) skew(-5deg);
}

.abtuimg1 {
    position: relative;
    left: 0px;
    z-index: 1;
}
@keyframes animation-5 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.aniamtion-key-5 {
    position: relative;
    animation-name: animation-5;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-1000deg);
    }
}
.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-9 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-1000deg);
    }
}
.keyframe6 {
    position: relative;
    animation-name: animation-9;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30px);
    }
}
.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50px);
    }
}
.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(60px);
    }
}
.aniamtion-key-3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-4 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}
.aniamtion-key-4 {
    position: relative;
    animation-name: animation-4;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-6 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}
.aniamtion-key-6 {
    position: relative;
    animation-name: animation-6;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-8 {
    0% {
        padding-left: 0px;
    }
    100% {
        padding-left: 50px;
    }
}
.aniamtion-key-7 {
    position: relative;
    animation-name: animation-8;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes fade-in-down {
    0% {
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(0) translateY(0) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
        opacity: 1;
    }
}
.pulse-border {
    position: relative;
    animation-name: pulse-border;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes pulse-border1 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.pulse-border1 {
    position: relative;
    animation-name: pulse-border1;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-100%);
    }
}
@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translatex(0);
    }
}

.rotate {
    width: 80px;
    height: 80px;
    animation: rotation infinite 3s linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pointer {
    margin: 100px;
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #f49d16;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(244, 157, 22);
    animation: pulse 2s infinite;
}
.navigation .short-menu {
    height: 25px;
}
.navigation .branding-section {
    height: 90px;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.main-nav {
    height: 40px;
}
.dropdown-menu a {
    text-decoration: none;
    color: #000000;
}
.dropdown-menu a .d-flex {
    transition: all 0.5s;
}
.dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
    background-color: var(--bs-warning-bg-subtle);
}
.dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
    background-color: var(--bs-danger-bg-subtle);
}
.dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
    background-color: var(--bs-success-bg-subtle);
}
.dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
    background-color: var(--bs-secondary-bg-subtle);
}
.dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
    background-color: var(--bs-tertiary-bg);
}
.dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
    background-color: var(--bs-info-bg-subtle);
}
@media only screen and (min-width: 992px) {
    .dropdown-menu {
        width: 55vw;
    }
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
    .dropdown-menu.show {
        display: flex;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0;
        box-shadow: 1px 1px 1px 0px rgba(169, 169, 169, 0.75);
        -webkit-box-shadow: 1px 1px 1px 0px rgba(169, 169, 169, 0.75);
        -moz-box-shadow: 1px 1px 1px 0px rgba(169, 169, 169, 0.75);
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }
}
.iconboxed {
    width: 30px;
}
.nav-link.active {
    background-color: #f26e21;
    color: #fff !important;
    border-radius: 8px;
}
.nav-link:hover {
    background-color: #2a5375;
    color: #fff !important;
    border-radius: 8px;
}
.dropdown-menu a:hover {
    text-decoration: none;
    color: #000000;
    background-color: #f8f8f8;
    display: block;
    border-radius: 12px;
}
.navbar-toggler-icon {
    background-image: url("../images/menu.png");
}

.icon {
    width: 78px;
}
.nav-link {
    text-transform: uppercase;
}
.menusub {
    font-size: 12px;
}
.navbar-nav .nav-link {
    padding-left: 15px;
}
.nav-link {
    color: #000;
}
.text h5 {
    font-size: 15px;
}
.nav-brand {
    padding: 0px 0px;
    max-width: 248px;
}

.dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}

@media (max-width: 991px) {
    .nav-brand {
        padding: 8px 0px;
        max-width: 198px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    a.nav-link {
        background-color: #ddd;
        margin-bottom: 2px;
        border-radius: 8px;
    }
    a.nav-link:focus,
    a.nav-link:hover {
        background-color: #2a5375;
        color: #fff;
    }
    .about-section .abtsec-image .asimg.asimage-1 {
        width: 270px;
        height: 270px;
        bottom: 90px;
        left: 0;
    }
}

@media (max-width: 1367px) {
    .about-section .abtsec-image .asimg.asimage-1 {
        left: 48px;
        right: auto;
    }
    .about-section .abtsec-image .asimg.asimage-3 {
        right: 132px;
    }
}

.wchat {
    position: fixed;
    bottom: 45px;
    width: 56px;
    /* left: 5px; */
    right: 5px; /* changed from left to right */
    z-index: 2000;
}

.owl-carousel .owl-stage-outer {
    margin-bottom: 30px;
}
