html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    background: #fff
}

@media (min-width: 1200px) {
    .container {
        max-width: 1224px
    }
}

.wow {
    visibility: hidden
}

a {
    text-decoration: none
}

a,
button,
.btn {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

p:last-child {
    margin-bottom: 0
}

::-moz-selection {
    color: #fff;
    background: #FF1E5C
}

::selection {
    color: #fff;
    background: #FF1E5C
}

.owl-carousel .owl-item img {
    width: auto
}

main {
    overflow: clip;
    width: 100%;
    position: relative;
    padding-top: 114.8px
}

.hd-type-1 {
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    color: #000;
    line-height: 70px
}

.hd-type-1 span {
    color: #FA950F
}

header {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%
}

header .top {
    background-color: #F58728;
    padding: 8px 0
}

header .top .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

header .top ul.contact {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 400
}

header .top ul.contact li {
    float: left;
    position: relative
}

header .top ul.contact li a {
    color: #fff
}

header .top ul.contact li a i {
    margin: 0 10px 0 0
}

header .top ul.contact li:hover a {
    text-decoration: underline
}

header .top ul.contact li:hover a i {
    text-decoration: none
}

header .top ul.contact li:last-child {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px
}

header .top ul.contact li:last-child::after {
    width: 2px;
    height: 20px;
    background-color: #FFE4CD;
    content: '';
    position: absolute;
    left: 0;
    top: 0
}

header .top ul.social {
    list-style: none;
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center
}

header .top ul.social li {
    float: left;
    margin: 0 0 0 20px
}

header .top ul.social li a {
    color: #fff
}

header .top ul.social li a i svg {
    width: 14px
}

header .top ul.social li a i svg path {
    fill: #fff
}

header .top ul.social li a i.twitter {
    display: flex;
    align-items: center
}

header .top ul.social li a:hover {
    color: #505CC1
}

header .top ul.social li a:hover svg path {
    fill: currentColor
}

header .bottom {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

header .bottom .right {
    display: flex;
    flex-direction: row;
    align-items: center
}

header .bottom .right a.btn {
    padding: 0 20px;
    height: 45px;
    background-color: #505CC1;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    line-height: 45px
}

header .bottom .right a.btn:hover {
    background-color: #F58728
}

header .bottom .right a.menu-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin: 0 30px 0 0;
    cursor: pointer
}

header .bottom .right a.menu-link label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    padding-top: 7px;
    cursor: pointer
}

header .bottom .right a.menu-link label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F58728
}

header .bottom .right a.menu-link:hover label span {
    background-color: #505CC1
}

header .bottom .right a.menu-link label span:last-child {
    position: relative;
    bottom: 0;
    transition: .3s
}

header .bottom .right a.menu-link label span:first-child {
    position: relative;
    top: 0;
    transition: .3s
}

header .bottom .right a.menu-link:hover label span:last-child {
    position: relative;
    bottom: 3px
}

header .bottom .right a.menu-link:hover label span:first-child {
    position: relative;
    top: 3px
}

.fixed-menu {
    top: 0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 1px 5px 0 #00000054;
    -webkit-box-shadow: 0 1px 5px 0 #00000054;
    -moz-box-shadow: 0 1px 5px 0 #00000054
}

.banner {
    height: calc(100dvh - 154.5px);
    position: relative
}

.banner .round {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 20px;
    top: 35%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center
}

.round-image {
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite
}

@-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)
    }
}

.arrow-down {
    width: 29px !important;
    height: 29px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .owl-carousel,
.banner .owl-stage-outer,
.banner .owl-stage,
.banner .owl-item,
.banner .item {
    height: 100%
}

.banner .item {
    position: relative;
    overflow: hidden
}

.banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .item .inner {
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1176px;
    max-width: 100%
}

.banner .item .inner .cell {
    width: 690px;
    padding: 50px 0;
    background: #505cc1cf;
    position: relative
}

.banner .item .inner .cell::after {
    width: 10000px;
    background: #505cc1cf;
    position: absolute;
    left: -10000px;
    height: 100%;
    content: '';
    top: 0
}

.banner .item .inner .cell h1,
.banner .item .inner .cell h2 {
    font-size: 80px;
    color: #fff;
    line-height: 80px;
    margin: 0;
    font-weight: 600
}

.banner .item .inner .cell p {
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    margin: 33px 0 0;
    font-weight: 300
}

.banner .owl-dots {
    position: absolute;
    right: 60px;
    bottom: 75px;
    display: flex;
    flex-direction: row;
    gap: 4px
}

.banner .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #FFF
}

.banner .owl-dots .owl-dot:hover,
.banner .owl-dots .owl-dot.active {
    background-color: #FFAB40
}

.banner-sub .inner {
    width: 52%;
    height: 144px;
    background-color: #F04E23;
    padding: 0 100px;
    float: right;
    position: relative;
    top: -55px;
    z-index: 9;
    font-family: 'DM Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    display: flex;
    align-items: center
}

.banner-sub .inner .quote-1 {
    position: absolute;
    left: 20px;
    top: 20px
}

.banner-sub .inner .quote-2 {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.home-scroll {
    background: #FA950F url(../images/bg-3.webp) top left no-repeat;
    height: 280px;
    padding-top: 139px;
    position: relative;
    margin-top: -144px
}

.home-scroll .marquee_text {
    font-size: 80px;
    line-height: 80px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase
}

.home-scroll .marquee_text span {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: #FA950F
}

header .bottom .right .classy-nav-container {
    padding: 0
}

.home-services {
    background: #F8F8F8 url(../images/bg-1.webp) top right no-repeat;
    padding: 90px 0
}

.home-services h3 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin: 0 0 60px
}

.home-services h3 span {
    color: #FA950F
}

.home-services .cell {
    width: 100%;
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #E5DBDB;
    cursor: pointer;
    position: relative
}

.home-services .cell .imgBx {
    height: 384px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.home-services .cell .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-services .cell .imgBx::after {
    width: 114px;
    height: 8px;
    content: "";
    position: absolute;
    left: 20px;
    bottom: -4px
}

.home-services .cell .imgBx::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFF 0%, #ffffff8c 59.38%, #d9d9d900 100%);
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    transition: .3s
}

.home-services .cell:hover .imgBx::before {
    background: linear-gradient(0deg, #000 0%, #0000008c 59.38%, #0000 100%)
}

.home-services .cell .imgBx small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fffc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: scale(0);
    transition: .3s;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 20px
}

.home-services .cell:hover .imgBx small {
    transform: scale(1)
}

.home-services .cell .imgBx small img {
    width: auto;
    height: auto
}

.home-services .cell.last .imgBx {
    background-color: #F6F4F9
}

.home-services .cell.last .imgBx::after {
    display: none
}

.home-services .cell.last .imgBx {
    display: flex;
    align-items: center;
    justify-content: center
}

.home-services .cell.last .imgBx .round {
    width: 150px;
    height: 150px;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-services .cell.last:hover .imgBx .round {
    border: 1px solid #ff1e5c
}

.home-services .cell.last .imgBx .round label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer
}

.home-services .cell.last .imgBx .round label i {
    color: #FF1E5C;
    font-size: 14px
}

.home-services .cell.last:hover .imgBx::before {
    display: none !important
}

@media (min-width: 768px) {
    .home-services .cell-wrap .col-md-4:nth-last-child(-n + 3) .cell {
        border-bottom: 0;
        margin-bottom: 0
    }

    .home-services .cell-wrap .col-md-4:nth-last-child(-n + 1) .cell .imgBx::before {
        display: none
    }
}

.home-services .cell span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    display: block;
    text-align: left;
    margin: 25px 0 0;
    position: absolute;
    left: 20px;
    bottom: 73px;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.home-services .cell:hover span {
    color: #fff
}

.home-services .cell span p {
    font-size: 18px;
    line-height: normal;
    transition: .3s;
    opacity: 0;
    font-weight: 500;
    height: 0
}

.home-services .cell:hover span p {
    margin-top: 10px;
    opacity: 1;
    height: auto
}

.home-services .cell.color-1 .imgBx::after {
    background-color: #FF9A00
}

.home-services .cell.color-2 .imgBx::after {
    background-color: #505CC1
}

.home-services .cell.color-3 .imgBx::after {
    background-color: #027FC2
}

.home-services .cell.color-4 .imgBx::after {
    background-color: #A32CC4
}

.home-services .cell.color-5 .imgBx::after {
    background-color: #00C200
}

.home-services .cell.color-6 .imgBx::after {
    background-color: #FF1E5C
}

.home-services .cell.color-7 .imgBx::after {
    background-color: #65FFFF
}

.home-services .cell.color-8 .imgBx::after {
    background-color: #E4BCFF
}

.partners {
    padding: 90px 0;
    background: url(../images/bg-2.webp) top right no-repeat
}

.partners h4 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin: 0 0 60px
}

.partners h4 span {
    color: #FA950F
}

.partners .cell-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3px
}

.partners .cell-wrap .cell {
    width: calc(25% - 2.25px);
    height: 180px;
    background-color: #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.partners .cell-wrap .cell img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain
}

.partners .cell-wrap .cell:nth-of-type(even) {
    background-color: #F6F4F9
}

.partners .cell-wrap .cell span {
    width: 38px;
    height: 38px;
    border-top-right-radius: 15px;
    background-color: #505CC1;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s
}

.partners .cell-wrap .cell span img {
    position: absolute;
    left: 11px;
    bottom: 11px
}

.partners .cell-wrap .cell:hover span {
    border-top-right-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #F04E23
}

.partners .cell-wrap .cell .text {
    width: 100%;
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 9;
    transition: .3s
}

.partners .cell-wrap .cell .text label {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

.partners .cell-wrap .cell .text a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 5px 0 0;
    word-break: break-all;
    padding-left: 5px;
    padding-right: 5px
}

.partners .cell-wrap .cell:hover .text {
    left: 0
}

.partners .cell-wrap .cell:hover span img {
    display: none
}

.partners .view-wrap {
    padding: 60px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    align-items: center
}

.partners .view-wrap hr {
    margin: 0;
    flex: 1;
    background: #a5a3a3
}

.partners .view-wrap button {
    margin-top: 0
}

.partners-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.home-about {
    padding: 100px 0
}

.home-about .top {
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.home-about .top .left {
    width: 57%
}

.home-about .top .left span {
    font-size: 30px;
    font-weight: 400;
    display: block;
    margin: 15px 0 0
}

.home-about .top .left .head-title h2 {
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    color: #000;
    line-height: 70px
}

.home-about .top .right {
    width: 43%
}

.home-about .top .right p {
    font-size: 17px;
    color: #000;
    line-height: 30px
}

.home-about .top .right p a {
    text-decoration: underline
}

.home-about .top .right p a:hover {
    text-decoration: none
}

.home-about .cell {
    font-family: 'Lato', sans-serif
}

.home-about .cell span {
    font-size: 100px;
    color: #FA950F;
    font-weight: 900
}

.home-about .cell span label {
    font-weight: 300;
    color: #000
}

.home-about .cell p {
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 26px
}

.testimonials {
    padding: 100px 0;
    background-color: #F6F4F9
}

.testimonials h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin: 0 0 30px;
    color: #000
}

.testimonials h3 span {
    color: #FA950F
}

.testimonials .btn-cell {
    display: flex;
    flex-direction: row;
    gap: 10px
}

.testimonials .btn-cell a {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer
}

.testimonials .btn-cell a:hover {
    background: #FA950F
}

.testimonials .btn-cell a:hover svg path {
    fill: #fff
}

.testimonials .inner {
    height: 370px
}

.testimonials .inner .owl-carousel,
.testimonials .inner .owl-stage-outer,
.testimonials .inner .owl-stage,
.testimonials .inner .owl-item,
.testimonials .inner .item {
    height: 100%
}

.testimonials .inner .cell {
    width: 100%;
    height: 100%;
    padding: 35px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.testimonials .inner .cell p {
    color: #8A8A8A;
    margin: 0;
    padding: 0;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.testimonials .inner .cell .name-sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    position: relative
}

.testimonials .inner .cell .name-sec img.user {
    width: 82px;
    height: 82px;
    border-radius: 41px
}

.testimonials .inner .cell .name-sec img.quotes {
    position: absolute;
    left: 63px;
    top: 21px
}

.testimonials .inner .cell .name-sec span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    line-height: 16px;
    padding: 0
}

.testimonials .inner .cell .name-sec span sub {
    font-size: 10px;
    font-weight: 500;
    color: #505CC1;
    display: block;
    bottom: 0;
    margin: 5px 0 0;
    line-height: normal;
    position: relative
}

.testimonials .owl-stage-outer {
    filter: drop-shadow(0px 0px 20px #0000000d)
}

footer {
    background: #0F0F0F url(../images/footer-bg.webp) center bottom no-repeat;
    padding: 0
}

footer .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

footer .top .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

footer .top .left span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 40px 0 0
}

footer .top .left span a {
    font-weight: 600;
    color: #fff;
    font-size: 50px;
    text-transform: lowercase;
    display: table
}

footer .top .left span a:hover {
    color: #FA950F
}

footer .top .social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 30px 0 0
}

footer .top .social li {
    margin: 0 15px 0 0
}

footer .top .social li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff
}

footer .top .social li a i svg {
    width: 15.75px
}

footer .top .social li a i svg path {
    fill: #fff
}

footer .top .social li a i.twitter svg {
    display: flex;
    align-items: center
}

footer .top .social li a:hover {
    color: #000;
    background-color: #FA950F
}

footer .top .social li a:hover svg path {
    fill: currentColor
}

footer .award-img {
    border: 10px solid #232323
}

footer .bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 40px 0 0;
    gap: 40px
}

footer .bottom span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px
}

footer .bottom p {
    font-size: 14px;
    color: #606060;
    margin: 0 0 10px
}

footer .bottom a {
    font-size: 14px;
    color: #FA950F
}

footer .bottom a:hover {
    text-decoration: underline
}

footer .copyright {
    border-top: 1px solid #272727;
    padding: 15px 0;
    margin: 24px 0 0;
    text-align: center;
    font-size: 14px;
    color: #606060
}

.home-contact .contact-img-wrap {
    height: 100%
}

.home-contact .contact-img-wrap .inner {
    position: relative;
    height: 100%;
    float: right
}

.home-contact .contact-img-wrap .inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.home-contact .right {
    padding: 60px 0 60px 30px
}

.home-contact .right h5 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin: 0 0 20px
}

.home-contact .right h5 span {
    color: #FA950F
}

.home-contact .right p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin: 0 0 25px
}

.home-contact .right p a {
    color: #FF1E5C;
    font-weight: 700;
    text-decoration: none
}

.home-contact .right p a:hover {
    text-decoration: underline
}

.home-contact .right input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    border: 0;
    border-bottom: 1px solid #EFEFEF
}

.home-contact .right input:focus {
    border-bottom: 1px solid #F58728
}

.home-contact .right input::placeholder {
    color: #000
}

.home-contact .right .cell {
    margin-bottom: 20px
}

.contact-submit {
    font-size: 16px;
    font-weight: 400;
    color: #505CC1;
    height: 45px;
    border: 1px solid #505CC1;
    text-transform: uppercase;
    background-color: #fff;
    display: table;
    float: left;
    padding: 0 50px;
    margin: 20px 0 0
}

.contact-submit svg {
    margin: 0 0 0 10px
}

.contact-submit:hover {
    border: 1px solid #FA950F;
    background: #FA950F;
    color: #fff
}

.contact-submit:hover svg path {
    fill: #fff
}

.our-works {
    position: relative;
    background-color: #505CC1;
    background: #505CC1 url(../images/bg-4.webp) top right no-repeat;
    z-index: 9;
    padding: 90px 0 100px;
    overflow: hidden
}

.our-works:after {
    left: 0;
    top: 0;
    width: 30%;
    content: '';
    position: absolute;
    height: 100%;
    background-color: #3645C0;
    z-index: -1
}

.our-works h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    margin: 0 0 50px 102px
}

.our-works h2 span {
    color: #FA950F
}

.our-works h2+p {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding-left: 102px;
    margin-bottom: 30px
}

.our-works .works-inner {
    position: relative
}

.our-works .works-inner ul.nav {
    display: flex;
    flex-direction: column;
    border: 0;
    position: absolute;
    left: 609px;
    top: 27px;
    z-index: 99
}

.our-works .works-inner .nav-item {
    margin-top: 14px
}

.our-works .works-inner .nav-link {
    border: 0;
    padding: 0;
    background: none;
    font-size: 18px;
    color: #fff
}

.our-works .works-inner .nav-link.active,
.our-works .works-inner .nav-link:hover {
    color: #FFBB15
}

.tab-inner {
    padding: 0 102px;
    position: relative
}

.our-works .navArrowLeft,
.our-works .navArrowRight {
    width: 102px;
    height: 107px;
    background-color: #505CC1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 90px;
    left: 0;
    cursor: pointer;
    transition: .3s
}

.our-works .navArrowRight {
    background-color: #3645C0;
    left: auto;
    right: 0
}

.our-works .navArrowLeft:hover,
.our-works .navArrowRight:hover {
    background-color: #fff
}

.our-works .navArrowLeft:hover svg path,
.our-works .navArrowRight:hover svg path {
    fill: #3645C0
}

.our-works .tab-pane.active {
    animation: slide-down 1.5s ease-out
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.our-work-img-slide {
    width: 486px;
    height: 490px
}

.our-work-img-slide::after {
    width: 100%;
    height: 107px;
    background-color: #505cc180;
    content: '';
    bottom: 90px;
    left: 0;
    position: absolute;
    display: none
}

.our-work-img-slide img {
    width: 486px !important;
    max-width: 100% !important;
    height: 490px;
    object-fit: contain;
    object-position: center center;
    background: #e7e7e7
}

.our-work-text-slide,
.our-work-text-slide .text-cell {
    width: 573px;
    height: 202px
}

.our-work-text-slide {
    position: absolute;
    left: 528px;
    bottom: 50px
}

.our-work-text-slide .text-cell {
    background-color: #fff;
    padding: 35px 40px 40px
}

.our-work-text-slide .text-cell span {
    font-size: 26px;
    font-weight: 600;
    color: #FA950F;
    display: block;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.our-work-text-slide .text-cell p {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

#cursor {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform
}

#cursor.difference .cursor__circle {
    border: solid 1px #9a9a9a
}

#cursor.difference.overlay .cursor__circle {
    background-color: #e3dec11f
}

#cursor .cursor__circle {
    width: 64px;
    height: 64px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 1px #1c213ea3;
    transition: opacity .3s cubic-bezier(0.25, 1, 0.5, 1), background-color .3s cubic-bezier(0.25, 1, 0.5, 1), border-color .3s cubic-bezier(0.25, 1, 0.5, 1), width .3s cubic-bezier(0.25, 1, 0.5, 1), height .3s cubic-bezier(0.25, 1, 0.5, 1)
}

#cursor.subtle .cursor__circle {
    border-color: #e3dec129
}

#cursor.arrow .cursor__circle {
    width: 100px;
    height: 100px;
    background-color: #000;
    border-color: #232323
}

#cursor.arrow::after {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url(../images/view.svg);
    background-repeat: no-repeat;
    background-position: center
}

#cursor.overlay .cursor__circle {
    background-color: #1c213e29;
    border-color: transparent;
    width: 48px;
    height: 48px
}

.service-banner {
    background: url(../images/service-bg.webp) center center no-repeat;
    background-size: cover;
    padding: 100px 0 170px
}

.service-banner h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    margin-bottom: 10px
}

.service-banner p {
    color: #fff;
    margin: 30px 0 0;
    padding: 0
}

.service-page {
    position: relative;
    margin: -190px 0 0
}

.contact-map {
    height: 500px
}

.contact-map iframe {
    width: 100%;
    height: 100%
}

.contact-page .form-wrap {
    padding-top: 40px;
    padding-bottom: 60px
}

.contact-page .form-wrap .cell {
    margin-bottom: 25px
}

.contact-page .form-wrap input,
.contact-page .form-wrap textarea {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    border: 0;
    border-bottom: 1px solid #EFEFEF
}

.contact-page .form-wrap input::placeholder,
.contact-page .form-wrap textarea::placeholder {
    color: #000
}

.contact-page .form-wrap textarea {
    height: 160px
}

.contact-page .form-wrap input:focus {
    border-bottom: 1px solid #F58728
}

.contact-page .form-wrap input::placeholder {
    color: #000
}

.contact-page .form-wrap .contact-submit {
    margin-top: 0
}

.cf-error {
    display: none;
    color: #d9534f;
    font-size: 12px;
    margin-top: 4px
}

.cf-feedback {
    display: none;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px
}

.cf-feedback--success {
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6
}

.cf-feedback--error {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1
}

.contact-page .form-wrap input.cf-invalid,
.contact-page .form-wrap textarea.cf-invalid {
    border-bottom-color: #d9534f
}

.contact-page .top-sec .left .head-title h1 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin-bottom: 10px
}

.contact-page .top-sec .left .head-title h1 span {
    color: #FA950F
}

.contact-page .top-sec .right {
    background-color: #000;
    padding: 60px 0 60px 40px;
    position: relative;
    z-index: 1
}

.contact-page .top-sec .right::before {
    width: 340px;
    height: 6px;
    background-color: #505CC1;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 2
}

.contact-page .top-sec .right::after {
    width: 10000px;
    height: 100%;
    background-color: #000;
    position: absolute;
    right: -10000px;
    top: 0;
    content: '';
    z-index: 2
}

.contact-page .top-sec .right .title-1,
.contact-page .top-sec .right .title-2 {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px
}

.contact-page .top-sec .right .title-2 {
    font-size: 20px
}

.contact-page .top-sec .right p {
    font-weight: 400;
    font-size: 16px;
    color: #838383;
    margin: 0 0 25px;
    padding: 0
}

.contact-page .top-sec .right a {
    font-weight: 400;
    font-size: 16px;
    color: #838383;
    display: block;
    margin: 0 0 20px
}

.contact-page .top-sec .right a svg {
    margin-right: 10px
}

.contact-page .top-sec .right a:hover {
    color: #F58728
}

.contact-page .top-sec .right hr {
    margin: 25px 0;
    background: #2F2F2F;
    opacity: 1
}

.contact-page .top-sec {
    padding-bottom: 50px
}

.bloglist-section.product {
    margin-top: -100px
}

.bloglist-section.product .bloglist-block .blb-text h3 {
    margin-bottom: 15px
}

.bloglist-section.product .bloglist-block .blb-text {
    padding-bottom: 40px
}

.bloglist-section.product .bloglist-block {
    cursor: auto
}

.modal-dialog {
    max-width: 810px !important
}

.modal-dialog .btn-close {
    position: absolute;
    right: 23px;
    top: 22px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
    transition: .3s
}

.modal-dialog .btn-close:hover {
    transform: scale(1.1)
}

.whatsapp-fixed {
    display: table;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    transition: .3s;
    transform: scale(1)
}

.whatsapp-fixed img {
    max-width: 100%
}

.whatsapp-fixed:hover {
    transform: scale(1.1)
}

.home-contact .cf-error,
.form-style-1 .cf-error {
    color: #d9534f;
    font-size: 12px;
    margin-top: 4px;
    display: none
}

.home-contact .cf-feedback,
.form-style-1 .cf-feedback {
    display: none;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px
}

.inner-page {
    padding: 100px 0
}

.text-wrap-1 {
    padding: 10px 0
}

.text-wrap-1 h1 {
    margin-bottom: 10px
}

.text-wrap-1 p {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3
}

.bgbox-style-1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto
}

.bgbox-style-1 .bbstl-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 185px;
    height: 620px
}

.bgbox-style-1 .bbstl-inner>div {
    width: 100%;
    height: 100%;
    background-color: #fa950f
}

.bgbox-style-1 .bbstl-inner>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center
}

.awards-pg {
    position: relative
}

.awards-section {
    position: relative
}

.awards-section .head-title h1 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin-bottom: 10px
}

.awards-section .head-title h1 span {
    color: #fa950f
}

.awards-section .awards-list {
    margin-top: 30px
}

.awards-section h2.hd-type-1 {
    font-size: 45px;
    margin-bottom: 30px
}

.awardlist-block {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.awardlist-block .alb-count {
    width: 100%
}

.awardlist-block .alb-count h2 {
    font-size: 70px;
    font-weight: 600;
    color: #505cc1;
    line-height: .8;
    margin-bottom: 20px
}

.awardlist-block .alb-count h2 span {
    color: #fa950f
}

.awardlist-block .alb-image {
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative
}

.awardlist-block .alb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.awardlist-block .alb-image span {
    position: absolute;
    bottom: 24px;
    left: 27px;
    width: 100px;
    height: 39px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #505cc1
}

.awardlist-block .alb-text {
    margin-top: 17px
}

.awardlist-block .alb-text h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.awardlist-block:hover .alb-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.awardlist-block:hover .alb-text h3 {
    color: #fa950f
}

.bloglist-pg {
    position: relative
}

.bloglist-section {
    position: relative
}

.bloglist-section .head-title h1 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin-bottom: 10px
}

.bloglist-section .head-title h1 span {
    color: #fa950f
}

.bloglist-block {
    display: flex;
    flex-direction: column;
    background-color: #f6f4f9;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.bloglist-block .blb-image {
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden
}

.bloglist-block .blb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.bloglist-block .blb-image span {
    position: absolute;
    bottom: 24px;
    left: 27px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background: #505cc1;
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.bloglist-block .blb-text {
    width: 100%;
    padding: 30px 24px 20px
}

.bloglist-block .blb-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 24px
}

.bloglist-block .blb-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.bloglist-block .blb-time {
    width: 100%;
    padding: 0 24px 45px;
    margin-top: auto
}

.bloglist-block .blb-time ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px
}

.bloglist-block .blb-time ul li {
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 10px
}

.bloglist-block .blb-time ul li i {
    color: #fa950f
}

.bloglist-block:hover .blb-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.bloglist-block:hover .blb-image span {
    background-color: #fa950f
}

.bloglist-block .date-time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 15px 0;
}
.bloglist-block .date-time span {
    font-size: 14px;
    color: #818181;
    font-weight: 400;
}
.bloglist-section.blog {
    margin-top: -140px;
    padding-bottom: 100px;
}
.bloglist-section.blog .bloglist-block .blb-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.bloglist-section.blog .bloglist-block .blb-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.bloglist-section.blog .bloglist-block .read-more {
    text-transform: uppercase;
    font-weight: 500;
    color: #F58728;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.bloglist-section.blog .bloglist-block .read-more i {
    font-size: 14px;
}
.bloglist-section.blog .bloglist-block:hover .read-more {
    color: #505cc1;
}
.pagi-style-1 {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #787878;
    margin: 0;
    padding: 0;
}
.pagi-style-1 a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagi-style-1 .prev,
.pagi-style-1 .next {
    font-size: 12px;
}
.pagi-style-1 .active a,
.pagi-style-1 a:hover {
    border: 1px solid #F58728;
    color: #F58728;
}


.ourworks-pg {
    position: relative
}

.ourworkspg-section {
    position: relative
}

.ourworkspg-section .head-title h1 {
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    color: #000;
    line-height: 70px
}

.ourworkspg-section .head-title h1 span {
    color: #fa950f
}

.worktab-list {
    padding: 10px 0;
    margin-top: 30px
}

.worktab-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px
}

.worktab-list ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    background-color: #fa950f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px
}

.worktab-list ul li a:hover {
    background-color: #505cc1
}

.worktab-list ul li a.active {
    background-color: #505cc1
}

.owrk-list {
    max-width: 1880px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

.ourwrks-block {
    width: 100%;
    background-color: #f6f4f9
}

.ourwrks-block .owb-image {
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden
}

.ourwrks-block .owb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ourwrks-block .owb-text {
    padding: 30px 24px;
    position: relative
}

.ourwrks-block .owb-text .plusicn {
    width: 52px;
    height: 52px;
    background-color: #fa950f;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ourwrks-block .owb-text .plusicn img {
    width: 16px;
    height: 16px
}

.ourwrks-block .owb-text .owthead h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0
}

.ourwrks-block .owb-text .owthead h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fa950f;
    text-transform: uppercase;
    margin-bottom: 0
}

.ourwrks-block .owb-text .owtbody {
    margin-top: 10px
}

.ourwrks-block .owb-text .owtbody p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000
}

.ourwrks-block:hover .owb-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.gallerybanner-section {
    width: 100%;
    height: 670px;
    background-image: url(../images/gallery-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 110px
}

.gallerybanner-section .gbanner-title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallerybanner-section .gbanner-title h1 {
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase
}

.gallerybanner-section .gbanner-title h1 span {
    color: #fa950f
}

.gallerybanner-section .bgbox-style-1 .bbstl-inner {
    top: 100px;
    width: 294px;
    height: 640px
}

.gallerybanner-section .bgbox-style-1 .bbstl-inner>div {
    position: relative
}

.gallerybanner-section .bgbox-style-1 .bbstl-inner .gbantext {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 350px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px
}

.gallerybanner-section .bgbox-style-1 .bbstl-inner .gbantext::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 49%;
    height: 100%;
    background: #3645c0a3
}

.gallerybanner-section .bgbox-style-1 .bbstl-inner .gbantext::after {
    content: '';
    width: 62%;
    height: 6px;
    background-color: #fa950f;
    position: absolute;
    top: 0;
    left: 0
}

.gallerybanner-section .bgbox-style-1 .bbstl-inner .gbantext p {
    position: relative;
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.6
}

.gallery-block {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden
}

.gallery-block .gbimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1
}

.gallery-block .gbhover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fa940fbf;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.gallery-block .gbhover span {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.gallery-block .gbhover span img {
    max-width: 100%
}

.gallery-block .gbhover svg path {
    stroke: #FA950F
}

.gallery-block .gbtxt {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 40px;
    background-color: #fff;
    padding: 13px 20px;
    z-index: 3
}

.gallery-block .gbtxt p {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.gallery-block:hover .gbhover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.aboutus-pg {
    position: relative
}

.aboutuspg-section {
    position: relative
}

.aboutuspg-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 260px;
    background: #f6f4f9
}

.aboutuspg-section .aupgsec-left {
    width: 100%;
    height: 100%;
    padding: 80px 0 120px
}

.aboutuspg-section .aupgsec-left .head-title h1 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin: 0 0 24px
}

.aboutuspg-section .aupgsec-left .head-title h1 span {
    color: #fa950f
}

.aboutuspg-section .aupgsec-left .tw1-inner {
    width: calc(100% + 110px);
    background-color: #fff;
    padding: 24px 24px 24px 0;
    position: relative;
    z-index: 2
}

.aboutuspg-section .aupgsec-left .aucontent {
    width: 100%
}

.aboutuspg-section .aupgsec-left .aucontent p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    margin-bottom: 24px
}

.aboutuspg-section .aupgsec-left .aucontent p a {
    text-decoration: underline
}

.aboutuspg-section .aupgsec-left .aucontent p a:hover {
    text-decoration: none
}

.aboutuspg-section .aupgsec-left .aucontent p:last-child {
    margin-bottom: 0
}

.aboutuspg-section .aupgsec-right {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.aboutuspg-section .aupgsec-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.aboutuspg-section .aupgsec-bottom {
    margin-top: -75px;
    padding-right: 200px;
    padding-bottom: 100px;
    position: relative
}

.aboutuspg-section .aupgsec-bottom .aubottom-inner {
    color: #fff;
    background-color: #fa950f;
    padding: 105px 50px 50px
}

.aboutuspg-section .aupgsec-bottom .aubottom-inner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff
}

.aboutuspg-section .aupgsec-bottom .aubottom-inner .cell-wrap {
    display: flex;
    flex-direction: row;
    gap: 15px
}

.aboutuspg-section .aupgsec-bottom .aubottom-inner .cell-wrap .cell {
    display: flex;
    flex-direction: row;
    gap: 20px;
    background: #ff9f1f;
    padding: 30px
}

.aboutuspg-section .aupgsec-bottom .aubottom-inner .cell-wrap .cell span {
    font-weight: 600;
    font-size: 40px
}

.aboutuspg-section .aupgsec-bottom .aubottom-inner .hd-type-1 {
    font-size: 45px;
    margin-bottom: 11px;
    color: #fff
}

.aboutuspg-section .aupgsec-bottom .aubottom-inner .hd-type-1 span {
    color: #fff
}

.leadership-section {
    background: #f6f4f9;
    padding: 90px 0
}

.leadership-section .lshipsec-title {
    margin-bottom: 40px
}

.leadership-section .lshipsec-title h1 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin-bottom: 16px
}

.leadership-section .lshipsec-title h1 span {
    color: #fa950f
}

.leadership-section .lshipsec-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000
}

.leadership-block {
    width: 100%
}

.leadership-block .lsbimg {
    width: 100%;
    height: auto
}

.leadership-block .lsbimg img {
    width: 100%;
    height: auto
}

.leadership-block .lsbtxt {
    padding-right: 20px;
    margin-top: -20px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.leadership-block .lsbtxt>div {
    color: #fff;
    background-color: #505cc1;
    padding: 15px 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.leadership-block .lsbtxt>div h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 5px
}

.leadership-block .lsbtxt>div h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0
}

.leadership-block:hover .lsbtxt {
    padding-right: 0
}

.leadership-block:hover .lsbtxt>div {
    background-color: #fa950f
}

.leadership-block .lsbimg img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.not-hover .leadership-block .lsbimg img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.timeline-section {
    padding: 90px 0
}

.tlinesec-title h2 {
    font-size: 70px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin-bottom: 20px
}

.tlinesec-title h2 span {
    color: #fa950f
}

.tlinesec-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #000
}

.timeline-wrap {
    margin-top: 40px;
    position: relative
}

.timeline-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #f1f1f1
}

.timeline-wrap>ul {
    list-style: none;
    padding: 110px 0;
    margin: 0;
    border-top: 1px solid #f1f1f1
}

.timeline-wrap>ul>li {
    padding-top: 10px;
    padding-left: 85px;
    margin-left: calc(50% - 20px)
}

.timeline-wrap .tline-block {
    width: 385px;
    height: auto;
    color: #fa950f;
    background-color: #fff;
    padding: 20px 24px;
    box-shadow: 0 0 0 0 #0000000d 0 10px 22px 0 #0000000d 0 39px 39px 0 #0000000a 0 89px 53px 0 #00000008 0 158px 63px 0 #00000003 0 247px 69px 0 transparent;
    position: relative
}

.timeline-wrap .tline-block::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -45px;
    width: 40px;
    height: 40px;
    transform: translateX(-100%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: currentColor;
    background-image: url(../images/timeline-plus.svg);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    border-radius: 100%
}

.timeline-wrap .tline-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transform: translateX(-100%);
    border-top: 16px solid #f4f4f4;
    border-left: 18px solid transparent
}

.timeline-wrap .tline-block .tlb-head {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1dede;
    position: relative
}

.timeline-wrap .tline-block .tlb-head::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -24px;
    width: 176px;
    height: 3px;
    background-color: currentColor
}

.timeline-wrap .tline-block .tlb-head h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: currentColor;
    margin-bottom: 0
}

.timeline-wrap .tline-block .tlb-body {
    padding-top: 15px
}

.timeline-wrap .tline-block .tlb-body h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: currentColor;
    margin-bottom: 12px
}

.timeline-wrap .tline-block .tlb-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    margin-bottom: 0
}

.timeline-wrap li::nth-child(5n+1) .tline-block {
    color: #fa950f
}

.timeline-wrap li:nth-child(5n+2) .tline-block {
    color: #505cc1
}

.timeline-wrap li:nth-child(5n+3) .tline-block {
    color: #ffab40
}

.timeline-wrap li:nth-child(5n+4) .tline-block {
    color: #1f9ef3
}

.timeline-wrap li:nth-child(5n+5) .tline-block {
    color: #505cc1
}

@media (min-width:767px) {
    .timeline-wrap>ul>li:not(:first-child) {
        margin-top: -50px
    }

    .timeline-wrap>ul>li:nth-child(2n) {
        padding-left: 0;
        padding-right: 85px;
        margin-left: auto;
        margin-right: calc(50% - 20px)
    }

    .timeline-wrap>ul>li:nth-child(2n) .tline-block {
        text-align: right;
        margin-left: auto
    }

    .timeline-wrap>ul>li:nth-child(2n) .tline-block::before {
        left: auto;
        right: -45px;
        transform: translateX(100%)
    }

    .timeline-wrap>ul>li:nth-child(2n) .tline-block::after {
        left: auto;
        right: 0;
        transform: translateX(100%);
        border-left: 0;
        border-right: 18px solid transparent
    }

    .timeline-wrap>ul>li:nth-child(2n) .tline-block .tlb-head::before {
        left: -24px;
        right: auto
    }
}

.servicesdetpg-content {
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    padding: 90px 0
}

.servicesdetpg-content .spgcontent-inner {
    position: relative;
    margin: -240px 0 0
}

.servicesdetpg-content .scinner-left {
    width: 100%;
    height: 100%
}

.servicesdetpg-content .sercontent-sidemenu {
    position: sticky;
    top: 140px;
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 50px
}

.servicesdetpg-content .sercontent-sidemenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.servicesdetpg-content .sercontent-sidemenu ul li a {
    padding: 16px 24px;
    display: flex;
    align-items: center
}

.servicesdetpg-content .sercontent-sidemenu ul li a:hover {
    color: #fff;
    background-color: #fa950f
}

.servicesdetpg-content .sercontent-sidemenu ul li a.active {
    color: #fff;
    background-color: #505cc1
}

.servicesdetpg-content .scinner-right {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 50px 30px
}

.text-wrap-2 {
    padding: 10px 0
}

.text-wrap-2 h3 {
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    color: #505cc1;
    margin-bottom: 5px
}

.text-wrap-2 h4 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 700
}

.text-wrap-2 p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7
}

.text-wrap-2 p a {
    text-decoration: underline
}

.text-wrap-2 p a:hover {
    text-decoration: none
}

.text-wrap-2 .txtwrap-block {
    margin-top: 45px
}

.text-wrap-2 .txtwrap-block .twrap-blockimage {
    width: 100%;
    height: auto;
    margin: 24px 0
}

.text-wrap-2 .txtwrap-block .twrap-blockimage img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.form-style-1 {
    width: 100%;
    height: auto
}

.form-style-1 .cell {
    margin-bottom: 25px
}

.form-style-1 input,
.form-style-1 textarea {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #efefef
}

.form-style-1 input::placeholder,
.form-style-1 textarea::placeholder {
    color: #000
}

.form-style-1 textarea {
    height: 160px
}

.form-style-1 input:focus,
.form-style-1 textarea:focus {
    border-bottom-color: #f58728
}

.form-style-1 input::placeholder {
    color: #000
}

.form-style-1 .nice-select {
    border: 0;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    padding-left: 0
}

.form-style-1 .nice-select:focus {
    border-bottom-color: #f58728
}

.form-style-1 .contact-submit {
    margin-top: 0
}

.websiteaudit-popup .modal-body {
    padding: 30px
}

.websiteaudit-popup .wapop-head {
    width: 100%;
    height: auto;
    padding-right: 30px;
    margin-bottom: 40px
}

.websiteaudit-popup .wapop-head h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-bottom: 5px
}

.websiteaudit-popup .wapop-head p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin-bottom: 0
}

.tw-list-s1 ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #6b4992;
    font-weight: 600;
    text-transform: uppercase
}

.tw-list-s1 ol li {
    counter-increment: step-counter;
    position: relative;
    padding-top: 6px;
    padding-left: 45px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 30px
}

.tw-list-s1 ol li:before {
    content: counter(step-counter);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #ff8f15;
    border-radius: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px
}

.list-style-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-style-1 li {
    margin: 0 0 15px 20px;
    padding: 0 0 0 18px;
    position: relative;
}

.list-style-1 li::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
}

.blog-detail-inner {
    padding: 100px 100px;
    background: #fff;
    border: 1px solid #f1f1f1;
    position: relative;
}
.blog-detail-inner span.posted {
    color: #adadad;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 0 0 20px 0;
}
.blog-detail-inner h1 {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    margin: 0 0 10px 0;
}
.blog-detail-inner span.divider {
    width: 100px;
    height: 6px;
    background: #505CC1;
    display: table;
    margin: 40px auto;
}
.blog-detail-inner p {
    font-size: 20px;
    line-height: 1.6;
    color: #7e7e7e;
    margin: 20px 0;
}
.detail-bottom-nav {
    border-top: 1px solid #f1f1f1;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}
.detail-bottom-nav a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    color: #000;
}
.detail-bottom-nav a:hover {
    color: #ff8f15;
}
.detail-bottom-nav .disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.back-to-list {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    border: 0;
    color: #505cc1;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #ededed;
}
    .back-to-list:hover {
        background: #505cc1;
        color: #fff;
    }













.accordion.style-1 .accordion-button {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(250, 149, 15, 0.25);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.svg);
}

footer .copyright a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .accordion.style-1 .accordion-button {
        font-size: 16px;
    }

    .accordion.style-1 .accordion-body p {
        font-size: 16px;
        line-height: 1.5;
    }
}