body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}

.article-section .article-card-wrap .article-info-wrap .right-arrow,
.article-section .article-card-wrap img,
.opening-section .position-content-wrap svg,
.opening-section .position-content-wrap svg path,
.project-content-card,
.solution-section .solution-slider-wrap .item img,
li,
p,
svg,
ul {
    transition: .3s
}

.main-title,
.mini-title {
    text-transform: uppercase
}

body {
    overflow-x: hidden;
    overflow-y: hidden
}

li,
p,
ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}

a {
    display: inline-block;
    text-decoration: none
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important
}

.nv-page-title,
.project-list-owl .owl-dots,
span.help-block {
    display: none !important
}

.help-block {
    border-color: red !important
}

.menuopen,
section:not(.banner-section, .counter-section) {
    overflow: hidden
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: 0 0;
    border: transparent;
    box-shadow: none
}

.header-section .navbar .coman_btn_anim:active {
    border: 1px solid
}

.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-loader img {
    width: 60px !important;
    height: 60px !important
}

@keyframes myanimation {

    0%,
    100% {
        transform: scale(.2);
        -webkit-transform: scale(.2);
        -moz-transform: scale(.2);
        -o-transform: scale(.2);
        -ms-transform: scale(.2)
    }
}

.gap-10 {
    gap: 10px
}

.gap-15 {
    gap: 15px
}

.gap-20 {
    gap: 20px
}

.mini-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin-bottom: 10px
}

.copyright-section .email-wrap ul li a:hover,
.counter-section .counter-card-wrap.blue .counter-name span,
.footer-section .footer-nav-links .nav-item .nav-link:hover,
.header-section .navbar .nav-item .nav-link.active,
.header-section .navbar .nav-item .nav-link:hover,
.main-title,
.our-team-section .tab-content .tab-pane:first-child .team-title,
.our-team-section .team-content-wrap .nav-item:first-child .team-title {
    color: #3690d4
}

.main-title,
.section-title {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700
}

.main-title {
    line-height: 40px
}

.section-title {
    line-height: 50px;
    color: #191919
}

.section-pera {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    margin-bottom: 40px
}

.content-pera {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-bottom: 30px
}

.btn-golden-outline,
.coman_btn_anim {
    line-height: 20px;
    font-family: inherit;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer
}

.coman_btn_anim {
    --color: white;
    padding: .8em 1.7em;
    background-color: #3690d4;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    border: 1px solid #3690d4;
    color: #fff;
    z-index: 1
}

.coman_btn_anim.common-btn-bgWhite {
    background-color: transparent !important;
    color: #131313 !important;
    border: 2px solid
}

.coman_btn_anim::after,
.coman_btn_anim::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color);
    transition: .5s
}

.coman_btn_anim::before {
    top: -1.1em;
    left: -1em
}

.coman_btn_anim::after {
    left: calc(100% + 1.2em);
    top: calc(100% + 1em)
}

.coman_btn_anim:hover::after,
.coman_btn_anim:hover::before {
    height: 410px;
    width: 410px
}

.coman_btn_anim:hover,
.section-services ul li.active h6,
span.date-time {
    color: #000
}

.coman_btn_anim:active {
    filter: brightness(.8)
}

.hamburger-menu-wrapper {
    background: rgba(255, 255, 255, .15);
    border: 1px solid #fff;
    height: 34px;
    width: 34px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px
}

.hamburger-menu {
    position: relative;
    width: 17px;
    height: 12px;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999
}

.hamburger-menu span:first-child {
    top: calc(0% - 1.12px);
    width: 50%
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: calc(50% - 1.12px)
}

.hamburger-menu span:nth-child(4) {
    top: calc(100% - 1.12px);
    right: 0;
    left: unset;
    width: 50%
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.hamburger-menu.open span:first-child,
.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
    top: 40%
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 40%
}

.menuopen:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100vh;
    z-index: 9
}

.header-section {
    padding: 20px 0;
    box-shadow: 0 20px 44px rgba(0, 0, 0, .03);
    transition: .3s;
    z-index: 9999;
    background: 0 0;
    position: fixed;
    width: 100%
}

.header-section .navbar .site-navigation .nav-item.dropdown .nav-link svg {
    margin-left: 8px
}

.header-section .navbar .nav-item .nav-link svg path {
    fill: #FFF
}

.header-section .navbar .nav-item .nav-link {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-right: 37px
}

.header-section .navbar .nav-item .nav-link::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 0;
    left: 50%;
    bottom: 0;
    background-color: #3690d4;
    transition: .3s
}

.header-section .navbar .nav-item .nav-link.active::after,
.header-section .navbar .nav-item .nav-link:hover::after {
    width: 25px;
    left: 35%
}

.custom_selected_menu a.nav-link {
    color: #3690d4 !important
}

.custom_selected_menu a.nav-link::after {
    width: 25px !important;
    left: 35% !important
}

.header-section .navbar .nav-item .nav-link:hover path {
    fill: #3690D4
}

.header-section .navbar .nav-item .nav-link svg {
    transition: .25s
}

.header-section .navbar .nav-item .nav-link.show svg {
    transform: rotate(180deg)
}

.header-section .navbar .coman_btn_anim {
    font-size: 16px;
    padding: 10px 20px
}

.header-section.sticky {
    top: 0;
    animation: .3s smooth-sticky;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    background: #fff
}

.header-section.sticky .hamburger-menu-wrapper {
    background: rgb(152 150 150 / 15%);
    border: 1px solid #000
}

.header-section.sticky .hamburger-menu span {
    background: #363637
}

.header-section.sticky .navbar .nav-item .nav-link {
    color: #262626
}

.header-section.sticky .navbar .nav-item .nav-link svg path {
    fill: #262626
}

.contact-us-section ul li::before,
.header-section .navbar .dropdown-menu .menu-links li:first-child::before,
.header-section.SecondhomePage .brand-logo.bg-white,
.header-section.SecondhomePage.sticky .brand-logo:not(.bg-white),
.section-services ul li::before {
    display: none
}

.header-section.SecondhomePage.sticky .brand-logo.bg-white {
    display: block
}

.header-section .navbar .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: -1
}

.header-section .navbar .dropdown-menu.show {
    top: calc(100% + 20px);
    opacity: 1;
    visibility: visible
}

.header-section .navbar .dropdown-menu .menu-links {
    display: flex;
    justify-content: center;
    padding: 20px 0 0
}

.header-section .navbar .dropdown-menu .menu-links .menu-box {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    min-height: auto;
    display: flex;
    justify-content: flex-start;
    transition: .25s;
    z-index: -1
}

.header-section .navbar .dropdown-menu .menu-links li:first-child .menu-box {
    padding-left: 0
}

.header-section .navbar .dropdown-menu .menu-links li:last-child .menu-box {
    padding-right: 0
}

.header-section .navbar .dropdown-menu .menu-links .menu-box h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px
}

.header-section .navbar .dropdown-menu .menu-links .menu-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333;
    margin-bottom: 0
}

.header-section .navbar .dropdown-menu .menu-links .menu-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header-section .navbar .dropdown-menu .menu-links .menu-box ul li {
    position: relative;
    color: #1c1c1c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0 0 14px;
    margin-bottom: 3px
}

.header-section .navbar .dropdown-menu .menu-links .menu-box ul li::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #3690d4;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    opacity: 1;
    left: 0
}

.header-section .navbar .dropdown-menu .dropdown-menu-inner .menu-header .menu-header-title {
    font-weight: 600;
    font-size: clamp(.87rem, .783rem + .625vw, 1.304rem);
    line-height: 140%;
    color: #000
}

.menu-box .icon-wrap {
    max-width: 35px;
    width: 100%
}

.contact-mail-send .form-group,
.menu-links li,
.project-list-owl .owl-carousel,
.pv-header-topbar-column,
.solution-section .solution-slider-wrap {
    position: relative
}

.menu-links>li::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 100%;
    background-color: #000;
    transform: translateY(-50%);
    opacity: .1
}

.header-section .navbar .dropdown-menu .dropdown-menu-inner .menu-header .menu-header-title span {
    display: inline-block;
    padding: 0 6px;
    background-color: #3498db;
    border-top-right-radius: 10px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #fff !important
}

.header-section .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 30px;
    position: absolute;
    border: transparent;
    left: 50%;
    width: 100%;
    max-width: 1440px;
    transform: translateX(-50%)
}

.header-section .navbar-expand-lg .navbar-nav .dropdown-menu ul li a {
    height: 100%
}

.header-section .navbar-expand-lg .navbar-nav .dropdown-menu ul li,
.header-section .navbar-expand-lg .navbar-nav .dropdown-menu ul li a {
    width: 100%
}

.project-list-owl {
    width: 60%;
    margin: auto;
    position: relative
}

.project-list-owl .item {
    display: flex;
    align-items: center;
    justify-content: center
}

.project-list-owl .owl-nav button {
    background: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    border: none;
    font-size: 40px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.project-list-owl .owl-nav .owl-prev {
    left: 0
}

.project-list-owl .owl-nav .owl-next {
    right: 0
}

.project-list-owl .owl-nav button:hover {
    background: 0 0 !important
}

.project-list-owl .owl-nav button.owl-prev {
    margin-left: -30px;
    color: #fff
}

.project-list-owl .owl-nav button.owl-next {
    margin-right: -30px;
    color: #fff
}

.btn-golden-outline {
    background-color: transparent;
    border: 1px solid #e2b520;
    border-radius: 5px;
    color: #e2b520;
    margin: 0 !important;
    padding: .8em 1.7em;
    transition: .5s;
    z-index: 1
}

.btn-golden-outline:hover {
    color: #fff;
    background-color: #e2b520;
    border: 1px solid #e2b520
}

.btn-golden-outline.coman_btn_anim::after,
.btn-golden-outline.coman_btn_anim::before {
    content: '';
    background-color: #e2b520 !important
}

.project-list-owl .fill-bg-owl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 0 12px rgba(40, 168, 255, .6);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    background: linear-gradient(90deg, #495aee, #859bd9);
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.project-list-owl .border-owl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    transition: .4s;
    -webkit-transition: .4s;
    position: relative;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}

.project-list-owl.box-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.box-list .item {
    flex: 0 0 25%
}

.banner-section ul li,
.project-list-owl .owl-stage {
    display: flex;
    align-items: center
}

.project-list-owl .owl-item .fill-bg-owl.item:hover {
    background: linear-gradient(360deg, #495aee, #859bd9)
}

.project-list-owl .item h6 {
    color: #fff;
    font-size: 16px;
    text-align: start;
    font-style: normal;
    margin: 0;
    font-weight: 500;
    line-height: 18px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0
}

.project-list-owl img {
    max-width: 195px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover
}

.coman_btn_anim:hover img {
    filter: invert(1)
}

.btn-golden-outline:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(313deg) brightness(107%) contrast(100%);
    ter: invert(1) !important
}

@keyframes smooth-sticky {
    from {
        top: -100px
    }

    to {
        top: 0
    }
}

.banner-section {
    background-position: top !important;
    background-size: cover !important;
    max-height: 100%;
    height: calc(100vh - 85px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.banner-section .banner-title {
    text-transform: uppercase;
    font-weight: 600;
    /* font-size: clamp(2.188rem, .104rem + 2.778vw, 3.438rem); */
    font-size: 40px;
    line-height: 115%;
    color: #fff;
    max-width: 59%;
    margin: auto auto 30px
}

#watch_title {
    font-weight: 600;
    /* font-size: clamp(2.188rem, .104rem + 2.778vw, 3.438rem); */
    font-size: 40px;
}

.banner-content-wrap p.text-white {
    margin: auto auto 40px;
    background-color: #28394f;
    border-radius: 10px;
    width: fit-content;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 6px 15px;
    font-weight: 500
}

.banner-content-wrap .ul-sepparatter {
    margin-bottom: 30px
}

.banner-section .coman_btn_anim {
    margin-top: 20px;
    padding: 9px 13px;
    font-size: 18px
}

.banner-section ul li {
    position: relative;
    gap: 10px
}

.banner-section ul li::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #fff;
    top: 14px;
    left: 0
}

.banner-section ul.banner-contentUl li {
    position: relative;
    padding: 0 0 0 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase
}

.banner-section ul.banner-contentUl li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 12px;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.banner-section .banner-contentUl {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.pv-header-topbar-column:not(:last-child):after {
    content: '';
    width: 2px;
    height: 70%;
    display: block;
    background-color: #505050;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%)
}

.banner-title span,
.span-bg span,
.text-blue {
    display: inline-block;
    padding: 0 10px;
    background-color: #3498db;
    border-top-right-radius: 25px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #fff !important
}

.solution-section {
    padding: 108px 0 130px;
    overflow: hidden
}

.solution-section .solution-slider-wrap .item {
    max-width: 554px;
    cursor: pointer
}

.solution-section .solution-slider-wrap .item:hover img {
    transform: scale(1.02)
}

.solution-section .solution-slider-wrap .item-content-box {
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(4.5px);
    border-radius: 7px;
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
    padding: 15px 15px 18px;
    margin: 10px 10px 0
}

.solution-section .solution-slider-wrap .item-content-box .item-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 30px 0 10px
}

.solution-section .solution-slider-wrap .item-content-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
}

.solution-section .solution-slider-wrap .owl-carousel .owl-stage-outer {
    overflow: visible;
    position: relative
}

.solution-section .solution-slider-wrap::after {
    content: ' ';
    position: absolute;
    top: calc(0% - 10px);
    bottom: 0;
    width: 4000px;
    height: calc(100% + 20px);
    right: 100%;
    background-color: #fff;
    z-index: 1
}

.counter-section {
    position: relative;
    z-index: 999
}

.counter-section .pv-header-topbar {
    margin: -70px 0 0;
    padding: 10px;
    background: #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.counter-section .counter-card-wrap {
    transition: .3s;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid transparent;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: flex
}

.counter-section .counter-card-wrap .counter-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    display: flex;
    align-items: center
}

.counter-section .counter-card-wrap .counter-name span {
    font-weight: 600;
    font-size: 36px;
    line-height: normal
}

.counter-section .counter-card-wrap.first:hover {
    background: rgba(239, 95, 126, .1);
    border: 1px solid #ef5f7e
}

.counter-section .counter-card-wrap.second:hover {
    background: rgba(239, 162, 95, .1);
    border: 1px solid #efa25f
}

.counter-section .counter-card-wrap.third:hover {
    background: rgba(226, 181, 32, .1);
    border: 1px solid #e2b520
}

.counter-section .counter-card-wrap.green:hover {
    background: rgb(95, 239, 143, .1);
    border: 1px solid #5fef8f
}

.counter-section .counter-card-wrap.blue:hover {
    background: rgb(54, 144, 212, .1);
    border: 1px solid #3690d4
}

.counter-section .counter-card-wrap.forth:hover {
    background: rgba(114, 95, 239, .1);
    border: 1px solid #725fef
}

.counter-section .counter-card-wrap.first .counter-name span {
    color: #ef5f7e
}

.counter-section .counter-card-wrap.second .counter-name span {
    color: #efa25f
}

.counter-section .counter-card-wrap.third .counter-name span,
.service-section .service-content-wrap:nth-child(3) .service-count,
.tag_3 {
    color: #e2b520
}

.counter-section .counter-card-wrap.green .counter-name span {
    color: #5fef8f
}

.counter-section .counter-card-wrap.forth .counter-name span {
    color: #735fef
}

.counter-section .counter-card-wrap .counter-pera {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: left
}

.pv-header-topbar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px
}

.service-section {
    padding: 0 0 63px;
    background: #fff
}

.service-section .numbers-count {
    font-weight: 900;
    font-size: 90px;
    line-height: 90px;
    -webkit-text-stroke: 3px #65C099;
    color: #fff;
    text-align: center
}

.service-section .service-count {
    background: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #65c099;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.project-section .project-catagory-wrap .project-content-card .content-pera strong,
.service-section .content-pera strong {
    font-weight: 600
}

.service-section .common-btn.green {
    background-color: #65c099;
    border: 1px solid #65c099
}

.service-section .service-content-wrap {
    position: relative;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 70px
}

.service-section .service-content-wrap::after,
.service-section .service-content-wrap_1::after {
    content: '01';
    position: absolute;
    font-weight: 900;
    font-size: 150px;
    line-height: 150px;
    left: 100%;
    -webkit-text-stroke: 3px #65C099;
    color: #fff
}

.service-section .service-content-wrap.even::after {
    left: unset;
    right: 100%
}

.service-section .servide-main-wrap:last-child .service-content-wrap {
    margin-bottom: 70px
}

.service-section .service-content-wrap_2::after,
.service-section .servide-main-wrap:nth-child(2) .service-content-wrap::after {
    content: '02';
    -webkit-text-stroke: 3px #72C2C7
}

.service-section .service-content-wrap_3::after,
.service-section .servide-main-wrap:nth-child(3) .service-content-wrap::after {
    content: '03';
    -webkit-text-stroke: 3px #E2B520
}

.service-section .service-content-wrap_4::after,
.service-section .servide-main-wrap:nth-child(4) .service-content-wrap::after {
    content: '04';
    -webkit-text-stroke: 3px #E9ACFF
}

.service-section .service-content-wrap_5::after,
.service-section .servide-main-wrap:nth-child(5) .service-content-wrap::after {
    content: '05';
    -webkit-text-stroke: 3px #F59FB1
}

.service-section .service-content-wrap:nth-child(2) .common-btn {
    background: #72c2c7;
    border: 1px solid #72c2c7
}

.service-section .service-content-wrap:nth-child(3) .common-btn {
    background: #e2b520;
    border: 1px solid #e2b520
}

.service-section .service-content-wrap:nth-child(4) .common-btn {
    background: #e9acff;
    border: 1px solid #e9acff
}

.service-section .service-content-wrap:nth-child(5) .common-btn {
    background: #f59fb1;
    border: 1px solid #f59fb1
}

.service-section .service-content-wrap:nth-child(2) .service-count,
.tag_2 {
    color: #72c2c7
}

.service-section .service-content-wrap:nth-child(4) .service-count {
    color: #e9acff
}

.service-section .service-content-wrap:nth-child(5) .service-count {
    color: #f59fb1
}

.banner-section:has(.service-switch) {
    align-items: flex-start;
    padding: 100px 0 0
}

.techstack-section {
    padding: 75px 0 0;
    background: #fff
}

.techstack-section .sponcer-card-wrap {
    background: rgba(54, 144, 212, .05);
    border-radius: 5px;
    padding: 35px 0;
    max-width: 345px;
    text-align: center
}

.opening-section {
    padding: 150px 0
}

.opening-section .position-content-wrap {
    padding: 50px 0;
    border-bottom: 1px solid #8686854d
}

.opening-section .position-content-wrap:last-child {
    border-bottom: transparent
}

.article-section .article-card-wrap:hover svg,
.hiring-section .current-openings-wrap:hover svg,
.opening-section .position-content-wrap:hover svg {
    transform: translate(5px, -5px)
}

.opening-section .position-content-wrap:hover svg path {
    stroke: #3690D4
}

.opening-section .position-content-wrap .position-content .title {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px
}

.opening-section .position-content-wrap .position-content .pera {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #333
}

.project-talk-section {
    background: url(../images/projects/start-talking-bg-img.png) no-repeat
}

.sum_project_imag {
    background: url(../images/projects/project-talk-bg.png) no-repeat
}

.project-talk-section {
    padding: 30px 0;
    background-position: center;
    background-size: cover;
    position: relative
}

.project-talk-section .sub-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff
}

.project-talk-section .main-title {
    font-weight: 700;
    font-size: 66px;
    line-height: 99px;
    color: #fff;
    text-transform: capitalize
}

.project-talk-section .pera {
    font-weight: 300;
    font-size: 22px;
    color: #fff
}

.project-talk-section .animated-btn a {
    font-weight: 800;
    font-size: 35px;
    line-height: 35px;
    color: #fff
}

.project-talk-section .animated-btn a:hover .anime-bg.white-bg {
    box-shadow: 20px -21px 177px -60px #bdcae6, 49px 11px 96px -120px #bdcaab
}

.project-talk-section .animation-main-wrap {
    animation: 100s linear infinite rotation-main;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

.project-talk-section .animated-btn .animation-main-wrap .anime-bg.golden-bg {
    width: 211px;
    height: 232px;
    box-shadow: 0 0 150px -50px #ce9445, 0 0 108px -87px #ce940e, -3px 0 10px 0 #ce8c0e;
    border-radius: 100%
}

.project-talk-section .animated-btn .animation-main-wrap .anime-bg.blue-bg {
    width: 211px;
    height: 231px;
    box-shadow: 0 0 85px -37px #037094, 8px 11px 39px -23px #037094, 16px -27px 78px -59px #037040;
    border-radius: 100%
}

.project-talk-section .animated-btn .animation-main-wrap .anime-bg.white-bg {
    width: 228px;
    height: 198px;
    border-radius: 100%;
    box-shadow: 20px -21px 177px -114px #bdcae6, 49px 11px 96px -120px #bdcaab;
    transition: .3s
}

.animation-main-wrap .golden-line,
.anime-bg.golden-bg {
    animation: 30s linear infinite rotate-clockwise
}

.animation-main-wrap .blue-line,
.anime-bg.blue-bg {
    animation: 12s linear infinite rotate-counterclockwise
}

.animation-main-wrap .white-line,
.anime-bg.white-bg {
    animation: 20s linear infinite rotate-clockwise
}

@keyframes rotation-main {

    0%,
    100% {
        transform: rotate(0);
        transition: .4s
    }

    50% {
        transform: rotate(-360deg);
        transition: .4s
    }
}

@keyframes rotate-clockwise {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-counterclockwise {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.our-team-section {
    padding: 150px 0 130px
}

.our-team-section .team-content-wrap .team-item .icon-wrap {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3690d4
}

.our-team-section .team-content-wrap .team-item .team-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: 15px
}

.our-team-section .team-content-wrap .team-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.our-team-section .team-content-wrap .nav-item:nth-child(2) .icon-wrap,
.our-team-section .team-content-wrap .nav-item:nth-child(7) .icon-wrap {
    background: #2ae9902f
}

.our-team-section .team-content-wrap .nav-item:nth-child(3) .icon-wrap {
    background: rgba(0, 159, 171, .1)
}

.our-team-section .team-content-wrap .nav-item:nth-child(4) .icon-wrap {
    background: #e6ac0b2a
}

.our-team-section .team-content-wrap .nav-item:nth-child(5) .icon-wrap {
    background: #c525ff1e
}

.our-team-section .team-content-wrap .nav-item:nth-child(6) .icon-wrap {
    background: #fd315d18
}

.our-team-section .tab-content .tab-pane:nth-child(2) .team-title,
.our-team-section .tab-content .tab-pane:nth-child(7) .team-title,
.our-team-section .team-content-wrap .nav-item:nth-child(2) .team-title,
.our-team-section .team-content-wrap .nav-item:nth-child(7) .team-title {
    color: #2ae990
}

.contact-us-section .social-info ul li a:hover,
.our-team-section .tab-content .tab-pane:nth-child(3) .team-title,
.our-team-section .team-content-wrap .nav-item:nth-child(3) .team-title {
    color: #009fab
}

.our-team-section .tab-content .tab-pane:nth-child(4) .team-title,
.our-team-section .team-content-wrap .nav-item:nth-child(4) .team-title {
    color: #e6ab0b
}

.our-team-section .tab-content .tab-pane:nth-child(5) .team-title,
.our-team-section .team-content-wrap .nav-item:nth-child(5) .team-title {
    color: #c625ff
}

.our-team-section .tab-content .tab-pane:nth-child(6) .team-title,
.our-team-section .team-content-wrap .nav-item:nth-child(6) .team-title {
    color: #fd315c
}

.our-team-section ul.nav {
    border: transparent;
    margin-bottom: 40px
}

.our-team-section .team-content-wrap .tab-content-main .team-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center
}

.our-team-section .title-box {
    padding-right: 28px;
    border-right: 2px solid;
    margin-right: 28px
}

.our-team-section .title-box img {
    margin-right: 21px
}

.our-team-section .tab-content-main {
    background: rgba(54, 144, 212, .05);
    border-radius: 7px;
    padding: 35px 30px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:focus-visible,
.nav-tabs .nav-link:hover,
.our-team-section .nav-tabs .nav-link.active {
    border-color: transparent;
    box-shadow: none
}

.our-team-section .nav-tabs .nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    background: #3690d4;
    bottom: 0
}

.our-team-section .nav-tabs .nav-item:first-child .nav-link.active::before {
    background: #3690d4
}

.our-team-section .nav-tabs .nav-item:nth-child(2) .nav-link.active::before,
.our-team-section .nav-tabs .nav-item:nth-child(7) .nav-link.active::before {
    background: #2ae990
}

.our-team-section .nav-tabs .nav-item:nth-child(3) .nav-link.active::before {
    background: #009fab
}

.our-team-section .nav-tabs .nav-item:nth-child(4) .nav-link.active::before {
    background: #e6ab0b
}

.our-team-section .nav-tabs .nav-item:nth-child(5) .nav-link.active::before {
    background: #c625ff
}

.our-team-section .nav-tabs .nav-item:nth-child(6) .nav-link.active::before {
    background: #fd315c
}

.footer-section {
    padding: 45px 0;
    background: #f2faff
}

.footer-section .img-wrap {
    margin-right: 29px
}

.footer-section .img-wrap img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(73%) saturate(3539%) hue-rotate(244deg) brightness(66%) contrast(124%)
}

.footer-section .content-wrap .footer-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #333;
    margin-bottom: 10px
}

.footer-section .content-wrap .footer-pera {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #333
}

.footer-section .footer-logo-wrap {
    position: relative;
    padding-right: 10px
}

.footer-section .footer-logo-wrap::after {
    background: #fff;
    opacity: .5;
    top: -100%
}

.footer-section .logo-column::after {
    position: absolute;
    content: '';
    background: #00000080;
    top: 0;
    right: calc(100% + 22px);
    width: 1px;
    height: 100%
}

.footer-section .footer-nav-links {
    margin-top: 50px
}

.footer-section .footer-nav-links .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    margin-right: 50px
}

.copyright-section {
    background: #000;
    padding: 14px 0
}

.copyright-section .social-links {
    position: relative;
    padding-right: 13px;
    margin-right: 20px
}

.copyright-section .copyright-pera {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #fff
}

.copyright-section .social-links::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff
}

.copyright-section .social-links ul li {
    margin-right: 7px
}

.copyright-section .email-wrap ul li a span,
.copyright-section .social-links ul li a {
    height: 22px;
    width: 22px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.copyright-section .email-wrap ul li a:hover span,
.copyright-section .social-links ul li a:hover {
    background-color: #3690d4
}

.copyright-section .email-wrap ul li a {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: .3s
}

.watch-demo .section-title {
    color: #fff;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.watch-demo-main .watch-list-owl .item {
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.watch-demo-main .watch-list-owl {
    position: relative;
    margin-top: 50px
}

.watch-demo-main .watch-list-owl .item span {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

.watch-demo-main .watch-list-owl .item h6 {
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.watch-demo-main .watch-list-owl .item p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize
}

.watch-list-owl .owl-nav button {
    background: 0 0 !important;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 50%;
    border: none;
    font-size: 40px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99
}

.watch-list-owl .owl-nav button.owl-prev {
    left: -50px;
    right: auto
}

.watch-list-owl .owl-nav button.owl-next {
    left: auto;
    right: -50px
}

.watch-demo-main .watch-list-owl .watch-play {
    margin-bottom: 15px;
    position: relative
}

.watch-demo-main .watch-list-owl .watch-play .watch-img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.watch-demo-main .watch-list-owl .watch-play .watch-img::before {
    content: '';
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    top: 0;
    left: 0;
    z-index: 1
}

.watch-demo-main .watch-list-owl .watch-icon {
    transition: .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}

.watch-demo-main .watch-list-owl .watch-icon:hover {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1)
}

.watch-demo-main .watch-demo-title p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 15px auto 0;
    max-width: 930px;
    width: 100%
}

.watch-demo-main.v2 .watch-list-owl .item {
    padding: 0;
    background-color: transparent;
    backdrop-filter: unset
}

.watch-demo-main.v2 .watch-list-owl .owl-nav button {
    top: 35%
}

.watch-demo-main.v2 .watch-list-owl .watch-icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: auto;
    bottom: 15px;
    left: 15px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset
}

.watch-demo-main.v2 .watch-list-owl .watch-icon:hover {
    transform: scale(1.1) translate(unset) !important;
    -webkit-transform: scale(1.1) translate(unset) !important;
    -moz-transform: scale(1.1) translate(unset) !important;
    -ms-transform: scale(1.1) translate(unset) !important;
    -o-transform: scale(1.1) translate(unset) !important
}

.banner-section .watch-demo {
    max-width: 91.3%;
    margin: 0 auto
}

.pv-contactus-disc .banner-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.watch-play-modal .modal-content {
    background-color: transparent;
    padding: 0;
    border: 0
}

.watch-play-modal .modal-body {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.watch-play-modal button {
    filter: invert(1);
    box-shadow: none
}

.watch-play-modal button:focus,
.watch-play-modal button:focus-visible,
.watch-play-modal button:focus-within {
    box-shadow: none
}

.watch-play-modal .modal-body video {
    width: 100%;
    height: 100%
}

.section-services ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px
}

.section-services ul li {
    flex: 0 0 33.3333%;
    padding: 13px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    max-width: 210px;
    min-height: 90px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.section-services ul li img {
    max-width: 36px;
    height: 36px;
    width: 100%
}

.section-services ul li h6 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0
}

.contact-mail-send .form-select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23ffffff" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>')
}

.form-select:focus {
    box-shadow: none
}

.contact-mail-send .form-control.form-select {
    color: rgba(255, 255, 255, .6)
}

#service-select option {
    background-color: #f0f8ff;
    color: #333
}

.section-services ul li.active {
    background-color: #fff
}

textarea {
    resize: none
}

.contact-mail-send .form-group .error {
    position: absolute;
    bottom: -17px;
    font-size: 12px
}

@media (min-width:1921px) {
    .banner-section {
        max-height: 100%;
        height: calc(100vh - 85px) !important;
        padding: 0
    }
}

@media (max-width:1600px) {
    .service-section .service-content-wrap::after {
        opacity: 0;
        visibility: hidden
    }

    .header-section .navbar .dropdown-menu .menu-links {
        justify-content: unset;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
    }

    .coman_p_head {
        font-size: 30px !important
    }
}

@media (max-width:1599px) {
    .banner-section {
        height: 100% !important;
        max-height: max-content !important;
        padding: 100px 0 40px
    }

    .counter-section .pv-header-topbar {
        margin: 90px 0 40px
    }

    .contact-us-section .social-info ul li:not(:last-child) {
        margin-bottom: 22px
    }

    body {
        overflow-y: auto
    }
}

@media (max-width:1400px) {
    .footer-section .footer-nav-links .nav-item .nav-link {
        margin-right: 35px
    }

    .banner-section .banner-title {
        max-width: 70%
    }
}

@media (max-width:1199px) {
    .counter-section .counter-card-wrap {
        flex-direction: column;
        align-items: center
    }

    .hv100,
    .image_caass,
    .project-list-owl {
        width: 100%
    }

    .only_p_btn {
        border-radius: 5px 5px 0 0 !important
    }

    .banner-section .banner-title {
        max-width: 70%
    }

    .append_reset {
        position: absolute;
        bottom: 100%;
        right: 0
    }

    .project-section .project-catagory-wrap .foods-filters .tab-buttons {
        border: 1px solid;
        display: inline-block
    }

    .project-section .project-catagory-wrap .foods-filters {
        display: block !important
    }

    .project-section .project-catagory-wrap .project-content-card {
        height: 100%
    }

    .service-section .servide-main-wrap:last-child .service-content-wrap {
        margin-bottom: 30px
    }

    .header-section .common-btn {
        padding: 10px 15px
    }

    .header-section .navbar .nav-item .nav-link {
        margin-right: 5px;
        font-size: 16px
    }

    .banner-section ul li {
        color: #d1d1d1
    }

    .project-talk-section .main-title {
        font-size: 50px;
        margin-bottom: 0;
        line-height: 1.5
    }

    .our-team-section ul.nav {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .our-team-section ul.nav>li {
        display: flex;
        justify-content: center
    }

    .our-team-section .technologies-content-wrap {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .counter-section .counter-card-wrap .counter-name {
        justify-content: center
    }

    .counter-section .counter-card-wrap .me-3 {
        margin-right: 0 !important
    }

    .counter-section .counter-card-wrap .counter-pera {
        text-align: center
    }

    .counter-section .counter-card-wrap::after {
        top: 0
    }

    .counter-section .counter-card-wrap.second::after {
        visibility: hidden
    }

    .footer-section .img-wrap {
        max-width: 100px
    }

    .footer-section .footer-logo-wrap {
        margin-bottom: 10px
    }

    .footer-section .footer-logo-wrap::after,
    .footer-section .logo-column::after {
        content: none
    }

    .banner-section .banner-contentUl {
        grid-template-columns: repeat(2, 1fr)
    }

    .project-list-owl .item h6 {
        font-size: 14px
    }

    .banner-btns {
        margin-top: 30px !important
    }

    .banner-content-wrap .ul-sepparatter,
    .banner-content-wrap p.text-white {
        margin-bottom: 20px
    }

    .banner-inner {
        margin-bottom: 20px !important;
        margin-top: 30px
    }

    .banner-section .watch-demo {
        padding-top: 50px
    }

    .banner-section .watch-demo:has(.watch-demo-main.v2) {
        padding-top: 30px
    }
}

@media (max-width:991px) {
    .our-team-section {
        padding: 40px 0
    }

    .box-list .item,
    .social-info ul li {
        flex: 0 0 50%
    }

    .footer-section .footer-floting-icon .footer-play-button {
        bottom: calc(100% - 5%) !important
    }

    .header-section .navbar .site-navigation {
        position: fixed;
        top: 0;
        left: -325px;
        z-index: 9999;
        width: 275px;
        max-width: calc(100% - 45px);
        height: 100%;
        padding: 20px 30px;
        margin: 0;
        background: #fff;
        list-style: none;
        overflow-x: scroll;
        transition: .35s;
        box-shadow: 4px 0 4px 0 rgba(0, 0, 0, .2)
    }

    .header-section .navbar .site-navigation.open {
        left: 0
    }

    .header-section .navbar .site-navigation .nav-item .nav-link {
        padding: 10px 0
    }

    .header-section .navbar .site-navigation .nav-item.dropdown {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .header-section .navbar .site-navigation .nav-item.dropdown .dropdown-menu {
        display: none !important;
        position: unset;
        transform: none;
        border: 0;
        background: 0 0;
        box-shadow: none;
        padding: 15px 0 0;
        margin: 0;
        z-index: 1
    }

    .header-section .navbar .site-navigation .nav-item.dropdown .dropdown-menu.show {
        display: block !important;
        min-width: unset
    }

    .header-section .navbar .site-navigation .dropdown-toggle {
        background: 0 0;
        border: 0;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s
    }

    .header-section .navbar .site-navigation .dropdown-toggle.show {
        transform: rotate(180deg)
    }

    .header-section .navbar .site-navigation .dropdown-toggle::after {
        border-top: .4em solid #000;
        border-right: .4em solid transparent;
        border-left: .4em solid transparent
    }

    .header-section .navbar .nav-item .nav-link::after {
        content: none
    }

    .header-section .navbar .dropdown-menu .menu-links {
        display: block
    }

    .header-section .navbar .dropdown-menu .menu-links li {
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        position: relative;
        padding-left: 14px
    }

    .menu-links>li::before {
        display: none
    }

    .header-section .navbar .dropdown-menu .menu-links .menu-box ul li {
        padding: 0 0 0 11px
    }

    .header-section .navbar .dropdown-menu .menu-links .menu-box ul li::after {
        top: 6px;
        width: 6px;
        height: 6px
    }

    .header-section .navbar .dropdown-menu .menu-links .menu-box {
        padding: 0;
        min-height: unset;
        background: 0 0 !important;
        border: none !important;
        display: block
    }

    .header-section .navbar .dropdown-menu .menu-links .menu-box h5 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
        color: #4d4949
    }

    .header-section .navbar .dropdown-menu .menu-links li a:hover h5 {
        color: #3690d4
    }

    .header-section .navbar .nav-item .nav-link {
        color: #262626
    }

    .banner-section .banner-title {
        font-size: 37px;
        max-width: 100%
    }

    .banner-section ul li {
        font-size: 20px
    }

    .solution-section .solution-slider-wrap .item-content-box .item-title {
        font-size: 16px;
        line-height: 1.3
    }

    .project-talk-section .main-title {
        font-size: 45px
    }

    .opening-section .position-content-wrap,
    .opening-section .position-content-wrap:last-child {
        border-bottom: 1px solid #86868699
    }

    .article-section .article-card-wrap,
    .opening-section .position-content-wrap.for-about {
        max-width: 100%
    }

    .our-team-section .title-box {
        padding-right: 0;
        border-right: transparent;
        margin-right: 0;
        border-bottom: 2px solid #86868699;
        padding-bottom: 15px;
        margin-bottom: 15px;
        justify-content: center
    }

    .footer-section .img-wrap img {
        filter: brightness(0) saturate(100%) invert(0%) sepia(23%) saturate(5921%) hue-rotate(46deg) brightness(72%) contrast(105%)
    }

    .team-product-img {
        text-align: center
    }

    .banner-section .banner-contentUl {
        grid-template-columns: repeat(2, 1fr)
    }

    .social-info ul {
        display: flex;
        flex-wrap: wrap
    }

    .social-info ul li:last-child {
        flex: 0 0 100%
    }

    .pv-contactus-disc .banner-content-wrap {
        padding: 0 0 40px
    }

    .contact-mail-send {
        max-width: 100% !important
    }

    .banner-section:has(.pv-contactus-disc) {
        height: 100% !important;
        max-height: max-content
    }

    .section-services {
        padding: 20px 0 0
    }
}

@media (max-width:767px) {

    .counter-section .counter-card-wrap,
    .project-section .project-catagory-wrap .foods-filters {
        width: 100%
    }

    .project-section .project-catagory-wrap .foods-filters .tab-buttons {
        display: block
    }

    .banner-section ul li a {
        font-size: 15px
    }

    .banner-inner {
        margin-bottom: 20px !important;
        margin-top: 0;
        padding: 0 !important
    }

    .section-title {
        font-size: 30px;
        line-height: 1.3
    }

    .content-pera {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px
    }

    .banner-section .banner-title {
        font-size: 30px;
        margin-bottom: 10px
    }

    .banner-section ul li {
        margin-right: 0
    }

    .service-section,
    .solution-section {
        padding: 50px 0
    }

    .service-section .numbers-count {
        font-size: 70px;
        line-height: 70px
    }

    .service-section .service-content-wrap {
        margin-bottom: 40px
    }

    .our-team-section ul.nav {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .opening-section,
    .our-team-section,
    .project-talk-section,
    .techstack-section {
        padding: 40px 0
    }

    .counter-section .counter-card-wrap.second::after,
    .counter-section .counter-card-wrap::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #86868699;
        right: unset;
        left: 0;
        bottom: 0;
        top: unset !important;
        visibility: visible
    }

    .pv-header-topbar-column:not(:last-child):after {
        display: none
    }

    .solution-section .solution-slider-wrap::after {
        content: none
    }

    .solution-section .solution-slider-wrap .owl-carousel .owl-stage-outer {
        overflow: hidden
    }

    .counter-section .pv-header-topbar {
        grid-template-columns: repeat(3, 1fr);
        margin: 30px 0 0
    }

    .banner-section .banner-contentUl {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }

    .header-section .navbar .dropdown-menu .menu-links {
        padding: 15px 0 0
    }

    .banner-title span,
    .text-blue {
        padding: 0 5px !important;
        border-top-right-radius: 10px !important
    }

    .contact-form-jk,
    .counter-section .container,
    .pv-contactus-disc {
        padding: 0
    }

    .project-list-owl.box-list {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 20px 0 0
    }

    .section-services ul li img {
        max-width: 25px;
        height: 25px
    }

    .section-services ul li h6 {
        font-size: 12px
    }

    .section-services ul {
        gap: 10px
    }

    .section-services ul li {
        flex: 0 0 31%
    }

    .map-section iframe {
        height: 400px
    }

    .watch-list-owl .owl-nav button.owl-prev {
        left: -30px
    }

    .watch-list-owl .owl-nav button.owl-next {
        right: -30px
    }
    .inner-section-services-text h5 {
        font-size: 12px !important;
    }

    .btn-text {
        font-size: 14px;
    }
}

@media (max-width:575px) {
    .banner-section .banner-contentUl {
        grid-template-columns: 1fr;
        margin: auto
    }

    .section-title {
        font-size: 22px;
        line-height: 1.4
    }

    .content-pera {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px
    }

    .service-section .service-count {
        font-size: 19px;
        padding: 5px 13px;
        display: none
    }

    .service-section .numbers-count {
        font-size: 60px;
        line-height: 60px
    }

    .banner-section {
        padding-left: 15px;
        padding-right: 15px
    }

    .opening-section .position-content-wrap,
    .opening-section .position-content-wrap:last-child {
        border-bottom: 1px solid #86868699;
        max-width: 100%
    }

    .opening-section {
        padding: 20px
    }

    .techstack-section {
        padding: 40px 20px
    }

    .techstack-section .sponcer-card-wrap {
        margin: auto;
        padding: 15px 10px
    }

    .our-team-section ul.nav {
        grid-template-columns: 1fr 1fr
    }

    .solution-section {
        padding: 20px 20px 0
    }

    .counter-section {
        padding: 30px 15px
    }

    .service-section .servide-main-wrap:last-child .service-content-wrap {
        margin-top: 100px;
        margin-bottom: 0;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 10px
    }

    .contact-mail-send,
    .testimonial-item .banner-video-wrp video {
        border-radius: 10px !important
    }

    .service-section .service-content-wrap::after {
        font-size: 51px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        left: calc(50% - 32px) !important;
        bottom: 100%;
        opacity: 1;
        visibility: visible;
        margin-left: 0
    }

    .service-section p.section-pera {
        margin-bottom: 0
    }

    .copyright-section .social-links::after {
        content: none
    }

    .footer-links-column {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-top: 30px
    }

    .footer-links-column .footer-nav-links {
        margin-top: 0
    }

    .footer-links-column .footer-nav-links .navbar-nav {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-links-column .footer-floting-icon {
        display: block !important
    }

    .footer-links-column .footer-floting-icon .footer-play-button {
        position: relative !important;
        padding: 14px
    }

    .footer-links-column .footer-floting-icon .footer-play-button,
    .footer-links-column .footer-floting-icon .footer-play-button::after,
    .footer-links-column .footer-floting-icon .footer-play-button::before {
        height: 50px !important;
        width: 50px !important
    }

    .counter-section .pv-header-topbar .pv-header-topbar-column:last-child .counter-card-wrap::after,
    .footer-section .footer-floting-icon,
    .footer_dask_logo {
        display: none
    }

    .footer-section .content-wrap .footer-pera,
    .footer-section .content-wrap .footer-title {
        color: #060050
    }

    .banner-section .banner-title {
        font-size: 20px;
        line-height: 1.5;
        max-width: 100%;
        margin-bottom: 30px
    }

    .banner-content-wrap .ul-sepparatter {
        margin-bottom: 10px
    }

    .main-title {
        font-size: 28px
    }

    .section-pera {
        font-size: 16px
    }

    .counter-section .counter-card-wrap .counter-pera {
        font-size: 18px
    }

    .dinamic-txt .content-pera~p {
        font-size: 14px
    }

    .opening-section .position-content-wrap .position-content .title,
    .service-content-wrap .section-title {
        font-size: 20px
    }

    .openings-content-wrap .section-pera {
        margin-bottom: 0 !important
    }

    .opening-section .position-content-wrap .position-content .pera {
        font-size: 13px
    }

    .openings-content-wrap .coman_btn_anim {
        padding: 10px 20px;
        font-size: 16px
    }

    .project-talk-section .main-title {
        font-size: 32px
    }

    .counter-section .pv-header-topbar {
        grid-template-columns: repeat(2, 1fr);
        margin: 15px 0 0
    }

    .coman_p_head {
        font-size: 25px !important;
        line-height: 130% !important
    }

    #watch_title {
        font-size: 25px !important;
    }

    .contact-us-section {
        padding: 15px 0 0
    }

    .contact-us-section .social-info ul li:not(:last-child) {
        margin-bottom: 15px !important
    }

    .contact-us-section .social-info ul li div.icons {
        height: 40px !important;
        min-width: 40px !important;
        width: 40px !important;
        margin-right: 0 !important;
        padding: 10px !important
    }

    .contact-mail-send {
        padding: 20px !important;
        -webkit-border-radius: 15px !important;
        -moz-border-radius: 15px !important;
        -ms-border-radius: 15px !important;
        -o-border-radius: 15px !important
    }

    .header-section .navbar .coman_btn_anim {
        font-size: 16px;
        padding: 7px 10px
    }

    .service-page .service-section-main.row>* {
        margin-top: 16px
    }

    .project-list-owl.box-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0;
        max-width: 330px;
    }

    .project-list-owl img {
        max-width: 35px;
        width: 35px !important;
        height: 35px !important
    }

    .project-list-owl .border-owl {
        gap: 7px
    }

    .banner-content-wrap p.text-white {
        font-size: 10px
    }

    .site-branding {
        max-width: 150px;
        width: 100%
    }

    .map-section iframe {
        height: 300px
    }

    .banner-section .coman_p {
        color: #262626
    }
}

.footer-section .footer-floting-icon .footer-play-button:after,
.footer-section .footer-floting-icon .footer-play-button:before {
    content: "";
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    position: absolute
}

@media (max-width:480px) {
    .banner-section ul li {
        color: #000;
        font-size: 16px
    }

    .banner-section ul li::before {
        background: #000
    }

    .opening-section .position-content-wrap {
        justify-content: space-between
    }

    .opening-section .position-content-wrap .position-content {
        margin: 0
    }

    .opening-section .position-content-wrap .position-content .pera {
        font-size: 14px;
        line-height: 1
    }

    .opening-section .position-content-wrap .position-content .title {
        font-size: 16px;
        line-height: 1.3
    }

    .append_reset .coman_btn_anim {
        padding: 10px 15px
    }

    .our-team-section .technologies-content-wrap {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between !important
    }

    .project-talk-section .sub-title {
        font-size: 16px
    }

    .project-talk-section .main-title {
        font-size: 28px
    }

    .project-talk-section .pera {
        font-weight: 300;
        font-size: 14px
    }

    .team-product-img {
        text-align: left;
        width: 45%
    }

    .counter-section .counter-card-wrap .counter-pera {
        font-size: 14px
    }

    .counter-section .counter-card-wrap {
        padding: 15px 10px
    }

    .counter-section .counter-card-wrap .counter-name span {
        font-size: 25px
    }
}

.service-section .service-content-wrap_2::after,
.service-section .service-content-wrap_3::after,
.service-section .service-content-wrap_4::after,
.service-section .service-content-wrap_5::after {
    font-weight: 900;
    font-size: 150px;
    line-height: 150px;
    left: 100%;
    color: #fff;
    position: absolute
}

.footer-section .footer-floting-icon .footer-play-button {
    position: absolute;
    bottom: calc(100% - 10%);
    right: 5%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.footer-section .footer-floting-icon .footer-play-button:before {
    z-index: 0;
    background: #3690d4;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border
}

.footer-section .footer-floting-icon .footer-play-button:after {
    z-index: 1;
    background: #368fd4c0;
    transition: .2s
}

@-webkit-keyframes pulse-border {
    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
    }
}

@keyframes pulse-border {
    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
    }
}

.service-section .service-content-wrap:nth-child(odd)::after {
    margin-left: 10px
}

.service-section .service-content-wrap:nth-child(2n)::after {
    margin-right: 10px
}

.featured-section {
    padding: 30px 0;
    background: #f5f5f5
}

.featured-section .featured-content-wrap .featured-img {
    background: #ebf4fb;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 50px
}

.featured-section .featured-content-wrap .featured-img img {
    max-height: 652px;
    border-radius: 10px
}

.featured-section .featured-content-wrap .featured-mini-title {
    color: #868686;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 15px
}

.featured-section .featured-content-wrap .featured-title {
    color: #212430;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px
}

.featured-section .featured-content-wrap .featured-pera {
    color: #666;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 30px
}

.article-section {
    padding: 30px 0
}

.article-section .article-card-wrap {
    padding: 15px;
    background: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .07);
    transition: .3s;
    border-radius: 10px
}

.article-section .article-card-wrap:hover,
.project-content-card:hover {
    transform: translateY(-8px);
    box-shadow: rgba(0, 0, 0, .09) 0 2px 1px, rgba(0, 0, 0, .09) 0 4px 2px, rgba(0, 0, 0, .09) 0 8px 4px, rgba(0, 0, 0, .09) 0 16px 8px, rgba(0, 0, 0, .09) 0 32px 16px
}

.article-section .article-card-wrap .article-mini-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #3690d4;
    margin-bottom: 10px
}

.article-section .article-card-wrap .article-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #333;
    margin-bottom: 20px
}

.article-section .article-card-wrap .article-pera {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #333;
    margin-bottom: 20px
}

.article-section .article-card-wrap .article-info-wrap {
    font-family: Jost, sans-serif;
    background: #3b64af0d;
    padding: 15px
}

.article-section .article-card-wrap .article-info-wrap .name {
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #3b64af
}

.article-section .article-card-wrap .article-info-wrap .date-time {
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px
}

.article-section .article-card-wrap:hover .article-info-wrap img:last-child {
    transform: translate(5px, 0)
}

.project-section {
    padding: 50px 0
}

.project-section .project-catagory-wrap .nav-item .nav-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #868686
}

.project-section .project-catagory-wrap .nav-item .nav-link.active {
    font-weight: 600;
    color: #fff !important;
    background: #3690d4;
    border: 1px solid #3690d4
}

.project-section .project-catagory-wrap .foods-filters {
    border: 1px solid #3690d4;
    border-radius: 0 0 5px 5px
}

.project-section .project-catagory-wrap .foods-filters .tab-buttons {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #868686;
    padding: 17px 15px;
    cursor: pointer;
    transition: .3s
}

.project-section .project-catagory-wrap .foods-filters .tab-buttons.active {
    background: #3690d4;
    color: #fff !important
}

.project-section .project-catagory-wrap .foods-filters .tab-buttons:hover {
    color: #fff;
    background: #3690d4
}

.project-section .project-catagory-wrap .project-content-card {
    height: 100% !important;
    border: 2px solid rgba(101, 192, 153, .2);
    border-radius: 10px;
    padding: 20px
}

.project-section .project-catagory-wrap .project-content-card .title-content {
    padding: 15px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 15px
}

.project-section .project-catagory-wrap .project-content-card h3.project-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-left: 10px
}

.project-section .project-catagory-wrap .project-content-card .work-updates .recent-work {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #65c099
}

.project-section .project-catagory-wrap .project-content-card .work-updates .whats-updates {
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    color: #2eb065
}

.project-section .project-catagory-wrap .project-content-card .content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left
}

.project-section .project-catagory-wrap .project-content-card .content-pera {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
    text-align: left
}

.project-section .project-catagory-wrap .project-content-card .hash-tags-wrap {
    margin-bottom: 33px;
    text-align: left
}

.project-section .project-catagory-wrap .project-content-card .hash-tags-wrap a {
    font-weight: 400;
    font-size: 12.5px;
    line-height: 16px;
    color: #65c099
}

.department-selection-wrap select option {
    font-size: 18px;
    line-height: 1.6;
    color: #666
}

.only_p_btn {
    background: #3690d4 !important;
    border: 1px solid #3690d4 !important;
    border-radius: 5px;
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #fff !important
}

.only_p_btn:hover {
    background: #fff !important;
    border: 1px solid #3690d4 !important;
    color: #191919 !important
}

.d-flex.align-items-baseline {
    justify-content: space-between
}

center.red_error {
    color: Red
}

p.coman_p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.37;
    text-align: center
}

.box_bg_custom {
    padding: 40px;
    background-color: #ebf4fb
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    background-color: #fff !important
}

.accordion-body {
    text-align: left !important
}

.coman_any_class,
.coman_font {
    font-family: Poppins;
    text-align: left
}

.box_bg_custom .accordion-item,
.dinamic-txt .content-pera~p {
    margin-bottom: 20px
}

.box_bg_custom .accordion-item:first-child {
    margin-top: 40px
}

.box_bg_custom .accordion-item:last-child {
    margin-bottom: 0
}

.mob_class {
    width: 100px !important
}

.ana_class {
    width: 115px !important
}

button.justify-content-center:hover {
    background-color: #fff !important;
    color: #fff !important
}

.coman_box {
    margin-right: 30px
}

.coman_box span {
    border-radius: 10px;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebf4fb;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px
}

.coman_box .coman_font {
    font-size: 20px;
    font-weight: 500;
    line-height: 21px
}

.coman_font {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #000
}

.new_op_class {
    padding: 20px 0 !important
}

.position-content.new_any {
    max-width: 450px
}

.coman_any_class {
    font-size: 33px;
    font-weight: 700;
    line-height: 28px
}

p.ccc_p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #868686
}

@media (max-width:374px) {
    .project-list-owl .item h6 {
        font-size: 12px
    }

    .project-list-owl img {
        max-width: 28px;
        width: 28px !important;
        height: 28px !important
    }

    .header-section .brand-logo {
        max-width: 130px
    }

    .banner-section .coman_btn_anim {
        margin-top: 0;
        padding: 6px 10px;
        font-size: 14px
    }

    .counter-section {
        padding: 10px 15px
    }

    .counter-section .counter-card-wrap img {
        max-width: 50px
    }

    .counter-section .counter-card-wrap {
        padding: 15px 0
    }

    .section-services ul li {
        flex: 0 0 48%
    }
}

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

    .nav-partition {
        width: 100%
    }

    .solution-section .solution-slider-wrap .owl-item {
        width: auto !important
    }

    .col-xl-4.coman_life {
        flex: 0 0 auto;
        width: 48.333333% !important
    }
}

.icone_svg {
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px
}

.accordion-button h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px
}

.accordion-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
}

.accordion-button {
    border-radius: 5px;
    background: #fff;
    border: 2px solid rgba(134, 134, 134, .1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .03)
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: 0 2px 30px rgba(0, 0, 0, .03);
    border: transparent
}

.article-section .article-card-wrap .article-title.team-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px
}

.article-section .article-card-wrap .article-pera.team-pera {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px
}

.error {
    color: red
}

.hiring-section {
    padding: 82px 0 150px
}

.hiring-section .main-title,
.searchbars-wrapper {
    margin-bottom: 40px
}

.select-arrow {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%
}

.department-selection-wrap span {
    position: absolute;
    content: '';
    height: 6px;
    width: 11px;
    right: 21px;
    background-position: center;
    background-size: cover
}

.hiring-section .searchbars {
    background: #f7f7f7;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    outline: 0;
    box-shadow: none;
    border: 1px solid #f7f7f7;
    height: 50px
}

.hiring-section .searchbars:focus {
    border: 1px solid #979797
}

.searchbar-form .btn {
    position: absolute;
    right: 21px;
    background: 0 0;
    border: transparent;
    box-shadow: none;
    padding: 0
}

.hiring-section input.searchbars:focus~.btn svg path {
    fill: #037094
}

.hiring-section .current-openings-wrap {
    background: #fff;
    border: 1px solid #8686864d;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    transition: .4s
}

.hiring-section .current-openings-wrap:hover {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.hiring-section .current-openings-wrap:hover p {
    color: #3333335c
}

.hiring-section .current-openings-wrap:hover svg path {
    stroke: #037094
}

.hiring-section .current-openings-wrap img {
    margin-right: 20px
}

.hiring-section .current-openings-wrap .opening-title {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px
}

.hiring-section .current-openings-wrap .opening-pera {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px
}

.hiring-section .current-openings-wrap .hire-info {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px
}

.hiring-section .current-openings-wrap .hire-info:first-child {
    margin-bottom: 10px
}

.map-section {
    padding: 100px 0 0
}

.contact-us-section .social-info .contact-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px
}

.contact-us-section .social-info ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: center
}

.contact-us-section {
    text-align: start;
    max-width: 475px;
    width: 100%
}

.contact-us-section .social-info span {
    color: #fff;
    opacity: .7;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: inline-block
}

.contact-us-section .social-info ul li:not(:last-child) {
    margin-bottom: 32px
}

.contact-us-section .social-info ul li div.icons {
    height: 50px;
    min-width: 50px;
    width: 50px;
    background: rgb(255, 255, 255, .2);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding: 12px
}

.contact-us-section .contact-mail-send form .form-control {
    height: 50px;
    border-radius: 6px;
    border: 1px solid #0000001a;
    margin: 10px 0;
    padding: 0 20px
}

.contact-us-section .contact-mail-send form textarea.form-control {
    height: 150px
}

.contact-us-section .contact-info-wrap .contact-mail-send form .form-control:focus,
.contact-us-section .contact-mail-send form .form-control:hover {
    border: 1px solid #53afe6
}

.contact-mail-send {
    padding: 20px;
    max-width: 611px;
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px)
}

.contact-mail-send .row>:not(:last-child) {
    margin-bottom: 15px
}

.contact-mail-send label {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 10px
}

.contact-mail-send .form-control {
    color: #fff;
    min-height: 50px;
    background-color: rgba(255, 255, 255, .08);
    border: 1px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.contact-mail-send .form-control::placeholder {
    color: rgba(255, 255, 255, .6)
}

.coman_p_head {
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    text-transform: capitalize;
    color: #fff;
    text-align: left
}

@media (max-width:1200px) {
    .banner-section.increase-height {
        height: 100% !important;
        max-height: 100%;
        padding: 65px 0
    }
}

@media (max-width:991px) {
    .map-section {
        padding: 40px 0 0
    }
    .menu-box ul {
        display: none;
    }
}

@media (max-width:350px) {
    .header-section .navbar .coman_btn_anim {
        font-size: 12px;
        padding: 5px 15px
    }

    .coman_btn_anim::before {
        top: -1.7em;
        left: -1em
    }

    .coman_btn_anim::after {
        left: calc(100% + 1.8em);
        top: calc(100% + 1em)
    }

    .box-list .item {
        flex: 0 0 100%
    }
}

.m_body {
    margin-top: 100px
}

.postid {
    visibility: hidden
}

.card_bg_1 {
    background-color: rgba(101, 192, 153, .1)
}

.card_bg_2 {
    background-color: rgba(114, 194, 199, .1)
}

.card_bg_3 {
    background-color: rgba(226, 181, 32, .1)
}

.ser_calss:hover {
    color: #fff !important
}

.ser_calss {
    border: none;
    margin-bottom: 10px;
    margin-top: 20px
}

.tag_1 {
    color: #2eb065
}

.req_star {
    color: red;
    font-size: 20px
}

.wordpress_c a {
    color: #000 !important
}

.hiring_save {
    font-size: 16px !important
}

.call_pop {
    cursor: pointer
}

.all_services_pages {
    padding: 135px 0 30px;
    height: 100%;
    max-height: 100%
}

.btn-secondary.coman_btn_anim {
    background: #6c757d;
    border: 1px solid #6c757d
}

.btn-secondary.coman_btn_anim:hover {
    background: #5c636a;
    border: 1px solid #5c636a
}

@media (min-width:575px) {
    .footer_mobile_logo {
        display: none
    }
}

@media (max-width:370px) {
    .header-section .navbar .site-navigation {
        width: 250px
    }
}

.inner-section-services {
    background: rgba(52, 78, 108, 0.52);
    border-radius: 10px;
}

.inner-section-services h3 {
    color: #fff;
    padding: 20px;
    font-weight: 700;
    font-size: 24px;
}

.grid-2-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 13px 15px;
}

.inner-section-services-img {
    background: rgba(38, 64, 89, 0.3);
    border-radius: 10px;
    padding: 0;
    width: 100%;
    height: 41px;
    max-width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-section-services-img img {
    max-width: 17px;
    width: 100%;
}

.inner-section-services-div {
    background: rgba(25, 46, 67, 0.4);
    border: 0.865772px solid rgba(38, 64, 89, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 13px 20px;
    /* margin-bottom: 15px; */
}

.contact-main .grid-2-box {
    row-gap: 0;
    column-gap: 15px;
}

.inner-section-services-div:hover {
    background: rgba(28, 44, 64, 0.53);
    border: 1px solid #33B1FF;
    box-shadow: 0px 4px 6px -1px rgba(51, 177, 255, 0.1), 0px 2px 4px -2px rgba(51, 177, 255, 0.1);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.inner-section-services-div:hover h6 {
    color: #3690D4;
}

.inner-section-services-div:hover .inner-section-services-img {
    background: rgba(45, 62, 83, 0.11);
    border-radius: 10px;
}

.inner-section-services-div:last-child {
    margin-bottom: 0;
}

.inner-section-services-div h6 {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.inner-section-services-text {
    background: #344E6C;
    border-radius: 3px;
    padding: 15px;
    height: max-content;
}

.inner-section-services-text h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

/* --- Custom Neumorphic Checkbox Styles --- */

/* Shadow for the Unchecked state (Elevated/Soft appearance) */
.shadow-neumorphic-unchecked {
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #EDEDED, inset 0px -4px 2px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

/* Base Checkbox Structure (the visible square) */
.custom-checkbox {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Checkmark Icon Styling */
.custom-checkbox .checkmark {
    position: absolute;
    width: 16px;
    height: 16px;
    color: white;
    opacity: 0;
    transform: scale(0.1);
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    stroke-width: 3;
}

.section-services .grid-2-box {
    gap: 15px;
}

/* Checked State Styles: Applied when the hidden input is checked */
input[type="checkbox"]:checked+label {
    background-color: #4b88e5;
    box-shadow:
        inset 3px 3px 6px #2c5991,
        /* Darker inset */
        inset -3px -3px 6px #74b7ff,
        /* Lighter inset */
        0 4px 10px rgba(0, 0, 0, 0.2);
    /* Small external shadow for lift */
}

/* Checkmark Animation: Only show the checkmark when the input is checked */
input[type="checkbox"]:checked+label .checkmark {
    opacity: 1;
    transform: scale(1);
    /* Animate to full size */
}

.contact-mail-send p {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

#service-select option:checked {
    background-color: #007bff;
    /* Blue highlight */
    color: white;
    font-weight: bold;
}

/* Baaki options normal */
#service-select option {
    background-color: white;
    color: black;
}

.btn.pop_button {
    padding: 7px 15px !important;
}

.contact-mail-title label {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 10px;
}

.contact-mail-title p {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-section-services-div input[type="checkbox"]:checked+label:hover {
    border: 1px solid #fff;
}

.animate-bounce-gentle {
    animation: bounce-gentle 2s infinite;
    -webkit-animation: bounce-gentle 2s infinite;
}

@keyframes bounce-gentle {

    0%,
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.menu-box .icon-wrap img {
    max-width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.header-section .navbar .dropdown-menu .menu-links .menu-box h5 {
    min-height: 45px;
}

.header-section .site-navigation {
    margin: 0 auto !important;
}

.header-section.SecondhomePage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.3); */
    backdrop-filter: blur(10px);
    /* blur effect */
    z-index: 1;
}

.header-section .navbar {
    position: relative;
    z-index: 9;
}

#send-mail .coman_btn_anim:hover::after,
#send-mail .coman_btn_anim:hover::before {
    height: 410px;
    width: 600px;
}

#send-mail .btn.btn-primary {
    margin-top: 0;
    padding: 9px 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

#send-mail .btn.btn-primary svg {
    width: 100%;
    height: 100%;
    max-width: 20px;
    top: -5px;
    position: relative;
}

.coman_p_head {
    margin-bottom: 10px;
}

#send-mail .btn.btn-primary .btn-inner-loader {
    height: 20px;
    width: 20px;
    line-height: normal;
}

@media (max-width:575px) {
    .contact-main .grid-2-box {
        grid-template-columns: auto;
    }

    .inner-section-services-div {
        padding: 6px 10px;
        margin-bottom: 8px;
    }
}

.services_class {
    line-height: 40px;
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
}

.cookies-icon {
    width: 40px;
    height: 40px;
    background-color: #FFE5BF;
    flex: 0 0 40px;
    border-radius: 16px;
    position: relative;
    box-shadow:
        inset 0 1.83px 1.7px rgba(255, 255, 255, 0.5),
        inset 0 4.3px 1.7px rgba(212, 185, 99, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.cookies-icon svg {
    max-width: 20px;
}

.cookies-main {
    position: sticky;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 20px 20px 0 0;
    padding: 6px 20px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    max-width: 100%;
    width: 100%;
    box-shadow: 0 -1px 13px #59595991;
}

.cookies-btn .btn {
    padding: 5px 10px;
    font-size: 13px;
    gap: 15px;
}

.cookies-btn .coman_btn_anim::before {
    left: -2em;
}

.cookies-btn .coman_btn_anim::after {
    left: calc(100% + 2.2em);
}

.cookies-btn {
    padding-left: 15px;
}

.cookies-inner {
    gap: 15px;
}

.cookies-close {
    width: 35px;
    height: 35px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F2F9 100%);
    border-radius: 8px;
    border: 0.5px solid #F1F2F9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    color: #4A4A4A;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(150, 161, 172, 0.12);
}

.cookies-main p {
    width: 90%;
    font-size: 14px;
}

@media (max-width: 1599px) {

    .cookies-btn {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .cookies-main {
        /* max-width: 94%; */
        position: fixed;
        top: auto;
        bottom: -2px;
        padding: 10px 10px;
        border: none;
        box-shadow: 0 -1px 13px #59595991;
    }

    .cookies-btn .btn {
        padding: 4px 10px;
        font-size: 14px;
    }

    .cookies-btn .coman_btn_anim::before {
        top: -1.1em;
        left: -2em;
    }

    .cookies-btn .coman_btn_anim::after {
        left: calc(100% + 1.8em);
        top: calc(100% + 1em);
    }

    .cookies-icon svg {
        max-width: 20px;
    }
}

@media (max-width: 545px) {
    .cookies-icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .cookies-main p {
        width: 90%;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .cookies-main {
        flex-direction: column;
    }

    .cookies-btn .btn {
        padding: 2px 10px;
        font-size: 12px;
    }

    .cookies-inner {
        gap: 8px;
    }
}

.show_error_green {
    color: green;
}

.show_error_red {
    color: red;
}

.show_error,
.show_error_green {
    margin-top: 10px;
}

.show_error_green {
    color: #fff !important;
    background: #008000c4;
    padding: 10px 10px;
    font-size: 13px;
    display: inline-block;
    border-radius: 5px;
    max-width: 390px;
    width: 100%;
}

.show_error_red {
    color: #fff !important;
    max-width: 390px;
    width: 100%;
    border-radius: 5px;
    background: #ff0000c4 !important;
    padding: 10px 10px;
    font-size: 13px;
    display: inline-block;
}

.service-section-main {
    margin-top: auto;
}