﻿@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
a, a:focus, button {
    color: inherit;
    text-decoration: none
}

    a, a:focus, a:hover, button {
        text-decoration: none
    }

.scroll-top, body.no-overflow {
    overflow: hidden
}

.scroll-top, a, button, input[type=checkbox], input[type=submit] {
    cursor: pointer
}

.footer-widget__list li a:before, .navigation-menu > ul > li.has-children > a:after, .submenu > li.has-children > a:after {
    font-family: "Font Awesome 5 Free";
    vertical-align: middle
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%
}

body {
    line-height: 1.74;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Fira Sans", "Figtree", serif;
    color: #4b545c;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
    top: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Fira Sans", "Figtree", serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3
}

h1 {
    font-size: 52px;
   
}

h2 {
    font-size: 48px
}

h3 {
    font-size: 40px
}

h4 {
    font-size: 34px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h1 {
        font-size: 46px
    }

    h2 {
        font-size: 36px
    }

    h3 {
        font-size: 32px
    }

    h4 {
        font-size: 30px
    }

    .mobile-navigation-icon.white-md-icon i, .mobile-navigation-icon.white-md-icon i:after, .mobile-navigation-icon.white-md-icon i:before {
        background-color: #fff
    }

    .mobile-navigation-icon.white-md-icon:hover i {
        background-color: #086ad8
    }

        .mobile-navigation-icon.white-md-icon:hover i:before {
            width: 80%;
            background-color: #086ad8
        }

        .mobile-navigation-icon.white-md-icon:hover i:after {
            background-color: #086ad8;
            width: 60%
        }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 36px
    }

    h3, h4 {
        font-size: 28px
    }
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 18px
}

p:last-child {
    margin-bottom: 0
}

a, button {
    display: inline-block;
    line-height: inherit
}

a, button, img, input {
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}

:focus {
    outline: 0 !important
}

a:focus {
    outline: 0
}

.submenu > li.active > a, .submenu > li.has-children.active > a, .submenu > li.has-children > a:hover:after, .submenu > li > a:hover, .text-color-primary, a:hover {
    color: #086ad8
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.form-messege-2.success, .form-messege.success {
    color: green
}

.form-messege-2.error, .form-messege.error {
    color: red
}

.mark, mark {
    padding: 0;
    background-color: transparent
}

.font-weight--bold {
    font-weight: 800
}

.font-weight--reguler {
    font-weight: 500
}

.font-weight--normal, .submenu > li > a {
    font-weight: 400
}

.font-weight--light {
    font-weight: 300
}

.text-color-secondary, .text-green, .video-play i {
    color: #84c341
}

.text-black {
    color: #333 !important
}

.bg-white {
    background: #fff
}

.bg-black {
    background: #333
}

.bg-gray {
    background: #f8f8f8
}

.bg-gray-2 {
    background: #f2f3fb !important
}

.bg-gray-3 {
    background: #e7e7e7
}

.border-radus-5 {
    border-radius: 5px
}

select {
    padding: 3px 20px;
    height: 56px;
    max-width: 100%;
    width: 100%;
    outline: 0;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    background: url("../images/icons/selector-icon.webp") center right 20px no-repeat #f8f8f8;
    -moz-appearance: none;
    -webkit-appearance: none
}

    select:focus {
        background: url("../images/icons/selector-icon.webp") center right 20px no-repeat #f8f8f8 !important
    }

.border {
    border: 1px solid #ededed !important
}

.border-top {
    border-top: 1px solid !important
}

.border-right {
    border-right: 1px solid #ededed !important
}

.border-bottom {
    border-bottom: 1px solid #ededed !important
}

.border-left {
    border-left: 1px solid #ededed !important
}

.border-top-dash {
    border-top: 1px dashed #ddd !important
}

.section-title-wrap .heading span {
    color: #13c149
}

.section-title-wrap .bar {
    height: 3px;
    width: 48px;
    background: #7ed4f9;
    margin: 18px auto;
    position: relative;
    border-radius: 30px;
}
   

.sub-title-text {
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d
}

/*.section-title-wrap .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #2479e2;
    animation: 2s ease-in-out infinite alternate MOVE-BG;
    -webkit-animation: 2s ease-in-out infinite alternate MOVE-BG
}*/

.section-title-wrap .sub-title {
    display: inline-block;
    color: #fff;
    background-color: #1c80e6;
    margin-bottom: 18px;
    border-radius: 30px;
    padding: 5px 20px 4px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Verdana
}

.footer-widget__list li a.hover-style-link:before, .header__logo .dark-logo, .navigation-menu > ul > li > a:last-child:before {
    display: none
}

@-webkit-keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@keyframes MOVE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

::-moz-selection {
    color: #fff;
    background-color: #086ad8
}

::selection {
    color: #fff;
    background-color: #086ad8
}


form input:focus::-webkit-input-placeholder {
    color: transparent
}

form input:focus::-moz-placeholder {
    color: transparent
}

form input:focus:-ms-input-placeholder {
    color: transparent
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}

form input::-moz-placeholder, form textarea::-moz-placeholder {
    -moz-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}

form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    -ms-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}

form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
    -ms-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}

form input::placeholder, form textarea::placeholder {
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    color: #086ad8;
    border-color: #086ad8
}

input[type=checkbox] {
    position: relative;
    background: 0 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 10px 0 3px
}

input::placeholder, textarea::placeholder, select::placeholder {
    color: #C8C8C8 !important; /* Standard */
    opacity: 1; /* Make sure it's not transparent in Firefox */
}

/* Chrome, Safari, Edge */
input::-webkit-input-placeholder {
    color: #C8C8C8 !important;
}

/* Firefox 19+ */
input::-moz-placeholder {
    color: #C8C8C8 !important;
}

/* Firefox 4 - 18 */
input:-moz-placeholder {
    color: #C8C8C8 !important;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder {
    color: #C8C8C8 !important;
}

.select-placeholder:invalid {
    /*color: #C8C8C8 !important;*/
    color: #6f6a6a !important;
}
    .megamenu, .submenu {
    top: 100%;
   
    visibility: hidden;
    opacity: 0
}

.site-wrapper-reveal {
    position: relative;
    z-index: 2;
    background: #fff
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,.03);
    box-shadow: 0 30px 50px rgba(0,0,0,.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    opacity: 0;
    visibility: hidden;
    background-color: #086ad8;
    background-size: 200% auto;
    background-position: left center;
    color: #fff;
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .5s cubic-bezier(.645, .045, .355, 1);
    transition: .5s cubic-bezier(.645, .045, .355, 1)
}

.header-area .is-sticky, .megamenu, .submenu {
    background-color: #fff;
    left: 0
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}

.scroll-top .arrow-top, .scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%,80px);
    -ms-transform: translate(-50%,80px);
    transform: translate(-50%,80px)
}

.scroll-top:hover {
    background-position: right center
}

    .scroll-top:hover .arrow-top {
        -webkit-transform: translate(-50%,-80px);
        -ms-transform: translate(-50%,-80px);
        transform: translate(-50%,-80px)
    }

.footer-widget__list li, .mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.footer-widget, .mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-10 {
    margin-top: 10px
}

.ht-box-images.style-09 .image-box-wrap .content .more-arrow-link, .mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}
.mt-41{
    margin-top:0.0rem
}

.header-area {
    position: relative;
    z-index: 9;
   
    
}
.header-area--absolute {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 5;
}
   
  .footer-area-wrapper:before {
      
        bottom: auto;
        top:0
    }



.header-area .is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-animation: .95s ease-in-out fadeInDown;
    animation: .95s ease-in-out fadeInDown;
    z-index: 999;
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.1)
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
        display: none !important
    }
}

.header, .header-bottom-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
}
.header-bottom-inner {
    background: rgb(255 255 255 / 41%) url(/assets/images/menubg.png);
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1) !important;
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1) !important
}
    .header.default-menu-style .header-right-box {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

.header__logo.top-logo {
    padding: 25px 0
}

.header.default-menu-style .header__logo {
    padding: 10px 0
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .header__logo {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

.header__logo .light-logo {
    display: inherit
}

.header-area .info-item, .header-right, .header-right-inner, .header.default-menu-style .header-midle-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.header.default-menu-style .header-midle-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-area .info-item {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #ddd;
    padding-left: 19px
}

.header-area .info-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    color: #0e38b1;
    background: #e7ebf7;
    width: 37px;
    height: 37px;
    border-radius: 100px;
    text-align: center;
    line-height: 35px
}

.navigation-menu > ul > li > a:before, .submenu:before {
   /* content: "\f0d8";*/
   content:"";
    font-weight: 900;
    font-size: 45px;
    color: #FFF;
    font-family: 'Font Awesome 5 Free';
    width:40px;
    height:40px;
    /*background:#000*/
}

.header-area .info-item .info-content .info-sub-title {
    font-size: 14px
}

.header-area .info-item .info-content .info-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 6px
}

.header-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-right-inner {
    display: flex;
    margin: 0 -12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 12px   
}
.header-area .is-sticky .header-bottom-inner {
    background: #FFF;
    box-shadow: none !important;
}
.megamenu--mega, .navigation-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 34px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 25px
    }

    h4 {
        font-size: 24px
    }

    h5 {
        font-size: 20px
    }

    .header__logo {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

        .header__logo.top-logo {
            padding: 15px 0
        }

    .header-right-inner {
       /* position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        -webkit-box-shadow: 0 15px 40px rgba(0,0,0,.09);
        box-shadow: 0 15px 40px rgba(0,0,0,.09);
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
        -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
        transition: .7s cubic-bezier(.645, .045, .355, 1);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column*/
    }

        .header-right-inner.active {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            z-index: 999
        }

    .header-right-box .header-right-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .copyright-text {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:575px) {
    .header-right-box .header-right-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header-bottom-left-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.navigation-menu > ul {
    display: flex
}

    .navigation-menu > ul > li {
        margin: 0 24px
    }

        .navigation-menu > ul > li > a {
            display: block;
            color: #000;
            padding: 30px 2px;
            position: relative;
            font-size: 17px;
            font-weight: 500;
            line-height: 1.18;
            -webkit-transition: ease-in-out;
            -o-transition: ease-in-out;
            transition: ease-in-out
        }

            .navigation-menu > ul > li > a:before, .submenu > li.has-children > a {
                -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
                -o-transition: .7s cubic-bezier(.645, .045, .355, 1)
            }

            .navigation-menu > ul > li > a:before {
                position: absolute;
                bottom: 60px;
                opacity: 0;
                -webkit-transform: translateY(50px);
                -ms-transform: translateY(50px);
                transform: translateY(50px);
                transition: .7s cubic-bezier(.645, .045, .355, 1);
                -webkit-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
                -webkit-transition-duration: .4s;
                -o-transition-duration: .4s;
                transition-duration: .4s
            }

/*.megamenu--mega > li > ul > li > a > span:after, .submenu > li > a > span:after {
    content: "";
    width: 0;
    height: 1px;
    left: auto;
    background-color: #086ad8;
    right: 0;
    z-index: -1
}*/

        /*.navigation-menu > ul > li.active > a:before,*/ .navigation-menu > ul > li:hover > a:before {
            opacity: 1 !important;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            visibility: visible;
           /* width: 100%;*/
            left: 18px;
            color: #fff;
        }

.navigation-menu > ul > li > a span {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.navigation-menu > ul > li.has-children--multilevel-submenu, .navigation-menu > ul > li.has-children > a, .submenu > li, .submenu > li > a > span {
    position: relative
}

    .navigation-menu > ul > li.has-children > a:after {
        position: static;
        margin-left: 5px;
        content: "\f107";
        font-weight: 600;
        font-size: 14px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

.navigation-menu > ul > li.has-children:hover .megamenu, .navigation-menu > ul > li.has-children:hover > .submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.navigation-menu > ul > li.active > a span, .navigation-menu > ul > li.active > a:after, .navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li:hover > a:after {
    color: #086ad8;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.navigation-menu.primary--menu > ul > li > a {
    padding: 23px 2px
}
.header-sticky.is-sticky .navigation-menu.primary--menu > ul > li > a {
    padding: 23px 2px;
}

.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
    margin: 0 5px 0 0
}

.submenu {
    position: absolute;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .3scubic-bezier(.645, .045, .355, 1);
    -o-transition: .3s cubic-bezier(.645, .045, .355, 1);
    transition: .3scubic-bezier(.645, .045, .355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    min-width: 320px;
    padding: 20px;
    z-index: 9;
    /* border-top: 4px solid #84c341; */
    border-radius: 10px;
}

    .submenu:before {
        position: absolute;
        top: -48px;
        left: 18%;
        display:none;
        visibility:hidden
    }

    .submenu > li > a {
        display: block;
        padding:5px 0 10px 45px;
        color: #3b3b3b;
        font-size: 15px;
        font-weight: 500;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .submenu  li   ul li a {
      
        padding-top:7px;
        padding-bottom:7px
       
    }

        .submenu > li > a > span:after {
            bottom: 0;
            position: absolute;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

        .submenu > li > a:hover > span:after {
            width: 100%;
            left: 0;
            right: auto
        }

    .submenu > li:hover > .submenu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
        z-index: 9
    }

    .submenu > li.has-children > a {
        position: relative;
        transition: .7s cubic-bezier(.645, .045, .355, 1)
    }

.megamenu, .mobile-navigation-icon i {
    position: absolute;
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1)
}

.submenu > li.has-children > a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
    content: "\f105";
    font-size: 14px;
    color: #ababab
}

.menu-style-four .navigation-menu > ul > li, .menu-style-three .navigation-menu > ul > li {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0
}

@media only screen and (min-width:1500px) and (max-width:1599px) {
    .navigation-menu > ul > li {
        margin: 0 22px
    }

    .menu-style-four .navigation-menu > ul > li, .menu-style-three .navigation-menu > ul > li {
        padding-left: 22px;
        padding-right: 22px
    }
}

.menu-style-four .navigation-menu > ul > li.active > a:before, .menu-style-four .navigation-menu > ul > li:hover > a:before, .menu-style-three .navigation-menu > ul > li.active > a:before, .menu-style-three .navigation-menu > ul > li:hover > a:before {
    width: 0%;
    left: 0
}

.menu-style-four .submenu.left, .menu-style-three .submenu.left {
    left: -100px
}

    .menu-style-four .submenu.left .submenu.left, .menu-style-three .submenu.left .submenu.left {
        right: 100%;
        left: auto
    }

.megamenu {
    -webkit-box-shadow: 0 2px 29px rgba(0,0,0,.05);
    box-shadow: 0 2px 29px rgba(0,0,0,.05);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: .7s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    z-index: 9
}

.megamenu--mega {
    min-width: 980px;
    width: 100%;
    /*height:534px;*/
    max-height: calc(100vh - 50px);
    overflow-y: auto; /* 🔹 Add vertical scroll if needed */
    padding: 35px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    border: 1px solid #aed4e6;
}

.apps-megamenu {
    height: calc(100vh - 90px);
}

.megamenu--mega > li {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    padding-left: 15px;
    padding-right: 15px
}

.header__navigation .fa {
    background: linear-gradient(135deg, #0dc4c5, #2359cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.header__navigation .megamenu .fas {
    background: linear-gradient(135deg, #0dc4c5, #2359cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
    .megamenu--mega > li .page-list-title {
        font-size: 18px;
        margin-bottom: 12px;
        color: #2f57a7;
    }

        .megamenu--mega > li > ul > li > a {
            padding: 10px 0 10px 45px;
            line-height: 1.2;
            -webkit-transition: .1s;
            -o-transition: .1s;
            transition: .1s;
            display: flex;
            /*align-items: center;*/
            color: #3b3b3b;
            position: relative;
            font-size: 15px;
            font-weight: 500;
            flex-direction:column

        }
            .megamenu--mega > li > ul > li > a p {
                font-size: 12px;
                font-weight: 500;
                margin-top: 5px;
                color: #787878;
            }

            .megamenu--mega > li > ul > li > a span, .submenu > li > a span {
                width: 30px;
                height: 30px;
                display: block;
                margin-right: 10px;
                border-radius: 10px;
                position: absolute !important;
                left: 0;
                text-align: center;
                line-height: 28px;
                top: 7px;
                font-size: 21px;
            }
            .megamenu--mega > li > ul > li > a span img, .submenu > li > a span img {
               max-height:26px
            }

            .megamenu--mega > li > ul > li.active > a, .megamenu--mega > li > ul > li > a:hover, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover, .projects-wrap.style-01:hover .content .heading {
                color: #086ad8
            }

                .megamenu--mega > li > ul > li > a:hover span:after {
                    width: 100%;
                    left: 0;
                    right: auto
                }

            .bg-9, .hover-style-link, .megamenu--mega > li > ul > li > a > span, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .single-popup-wrap {
                position: relative
            }

                .megamenu--mega > li > ul > li > a > span:after {
                    bottom: 0;
                    position: absolute;
                    -webkit-transition: .3s;
                    -o-transition: .3s;
                    transition: .3s
                }

.container-fluid .megamenu--mega {
    padding: 35px 220px 30px
}

.mobile-navigation-icon {
    width: 24px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px
}

    .mobile-navigation-icon:hover i {
        background-color: #086ad8
    }

        .mobile-navigation-icon:hover i:before {
            width: 80%;
            background-color: #086ad8
        }

        .mobile-navigation-icon:hover i:after {
            background-color: #086ad8;
            width: 60%
        }

    .mobile-navigation-icon i {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
        background-color: #333;
        transition: .7s cubic-bezier(.645, .045, .355, 1)
    }

        .mobile-navigation-icon i:after, .mobile-navigation-icon i:before {
            position: absolute;
            height: 2px;
            -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
            -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
            left: 0;
            width: 100%;
            background-color: #333;
            content: ""
        }

        .mobile-navigation-icon i:before {
            bottom: 8px;
            transition: .7s cubic-bezier(.645, .045, .355, 1)
        }

        .mobile-navigation-icon i:after {
            bottom: -8px;
            transition: .7s cubic-bezier(.645, .045, .355, 1)
        }

.mobile-menu-overlay, .mobile-menu-overlay__inner, .page-oppen-off-sidebar, .page-oppen-off-sidebar__inner {
    height: 100%;
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1)
}

.mobile-menu-overlay, .page-oppen-off-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #333;
    overflow: auto;
    transition: .7s cubic-bezier(.645, .045, .355, 1);
    z-index: 9999;
    background: rgba(0,0,0,.7);
    cursor: url(../images/icons/light-close.webp) 16 16,pointer;
    visibility: hidden;
    opacity: 0
}

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 400px;
    float: right;
    cursor: default;
    background: #ffffff;
    transition: .7s cubic-bezier(.645, .045, .355, 1);
    overflow-y: auto
}

@media only screen and (max-width:479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
        width: 300px
    }
}

.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
    visibility: visible;
    opacity: 1
}

    .mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
    background-color: #fff;
    padding: 15px 0
}

    .mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
        position: relative;
        cursor: pointer;
        height: 40px;
        width: 40px;
        line-height: 40px;
        display: inline-block
    }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
            position: absolute;
            top: 23px;
            left: 8px;
            content: "";
            width: 24px;
            height: 3px;
            background: #333;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
            -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
            transition: .7s cubic-bezier(.645, .045, .355, 1)
        }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
            position: absolute;
            top: 23px;
            left: 8px;
            content: "";
            width: 24px;
            height: 3px;
            background: #333;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
            -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
            transition: .7s cubic-bezier(.645, .045, .355, 1)
        }

        .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
    padding: 20px 25px 29px
}

.btn, .ht-btn {
    padding: 0 36px;
    text-align: center
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
    border-bottom: 1px solid rgb(0 0 0 / 15%)
}
.offcanvas-navigation > ul > li.has-children > span > i {
    color: #FFF; /* your desired color */
}

.offcanvas-navigation > ul > li.has-children .sub-menu li {
    /*display: flex;*/
    /*align-items: center;*/
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
    /*display: block;*/
    color: #494949;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}
    .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a i, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a i {
        /*display: block;*/
        background: linear-gradient(135deg, #0dc4c5, #2359cc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        margin-right: 10px
    }

   

    .mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
        color: #000000
    }

    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
        border-bottom: 0
    }

    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
        content: "\f106"
    }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 12px;
    width: 40px;
    height: 40px;
    /*background: rgb(166 205 229);*/
    color: #0973b5;
    text-align: center;
    line-height: 40px;
    border-radius:6px;
    cursor: pointer;
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}

    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
        rgb(166 205 229 / 28%)
    }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
            content: "\f107";
            font-size: 18px;
            font-family: "Font Awesome 5 Free";
            font-weight: 600
        }

    .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
        padding: 12px 0 14px;
        border-top: 1px solid rgba(255,255,255,.15)
    }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
            /*display: block;*/
            font-size: 15px;
            color: rgb(0 0 0 / 70%);
            font-weight: 500;
            line-height: 1.5;
            padding: 10px 0;
            position: relative
        }
.mobile-menu-overlay__body i.fa {
    color: rgb(255 255 255 / 70%);
}

            /*.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:before {
                position: absolute;
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                content: "\f105";
                width: 15px;
                height: 15px;
                background: #efefef;
                border-radius: 5px;
                left: 0;
                top: 13px;
                text-align: center;
                line-height: 16px;
                font-size: 11px;
                color: #000
            }*/




        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
            padding-left: 0px
        }

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
                color: #000000
            }

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    /*background: rgb(166 205 229);*/
    color: #0c78b8cc;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition: .7s cubic-bezier(.645, .045, .355, 1)
}

            .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
                content: "\f107";
                font-size: 16px;
                font-weight: 600;
                font-family: 'Font Awesome 5 Free'
            }

        .mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
            content: "\f107";
            font-size: 16px;
            font-family: "Font Awesome 5 Free";
            font-weight: 500
        }

.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
    font-weight: 700
}

.reveal-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow:hidden
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .header__logo .dark-logo {
        display: inherit
    }

    .header__logo .light-logo {
        display: none
    }

    .reveal-footer {
        position: static
    }
}

.footer-widget-wrapper {
    margin-bottom: -35px
}

.footer-widget__title {
    margin-top: -3px;
    color: #333;
    position:relative
}
    .footer-widget__title:before {
        content: "";
        position: absolute;
        width: 58px;
        height: 2px;
        background: #FFF;
        bottom: -7px;
        border-radius: 10px;
    }

.footer-widget__list li:last-child {
    margin-bottom: 0
}

.footer-widget__list li .image_btn {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(51,51,51,.1);
    box-shadow: 0 0 20px rgba(51,51,51,.1);
    overflow: hidden
}
.footer-widget__list i {
    height: 35px;
    width: 35px;
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    margin-right: 10px;
    text-align: center;
    line-height: 33px;
    color: #0d37a8;
    font-size: 20px;
}

.footer-widget__list span i {
    background: none;
    color: white;
    margin-right: 0px;
    width: 0px;
    height:0px;
    line-height:0px;
    font-size:16px;

}



.footer-widget__list li i img {
    width: 29px;
    border-radius: 105px;
    height: 30px;
}
.footer-copyright-area {
    border-top: 1px solid rgb(255 255 255 / 28%);
}
.ht-social-networks{
    display:flex;
    font-family:'FontAwesome'
}
    .ht-social-networks a {
        font-size: 20px;
        background: #2563EB;
        color: #000;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        line-height: 38px;
        text-align: center;
        border-radius: 100px;
    }
        .ht-social-networks a:hover {
            background: #3ba1fb
        }
        .social-contact a {
            width: 65px;
            height: 65px;
            line-height: 63px;
        }
        .p-number{
            font-size:21px;
            font-weight:500;
           
        }
.p-number span {
   color:#134cc3
}

       
.ht-social-networks a img{
    height:20px
} .social-contact a img {
            height: 27px;
        }

.support li {
    display: flex;
    align-items: center
}
.copyright-text {
    display: inline-block
}

.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background: #086ad8;
    border: 1px solid transparent;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

    .ht-btn:active, .ht-btn:focus, .ht-btn:hover {
        color: #fff;
        background-image: #086ad8;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    .ht-btn.ht-btn-xs {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 20px
    }

    .ht-btn.ht-btn-sm {
        padding: 0 20px;
        height: 48px;
        line-height: 48px;
        font-size: 14px
    }

    .btn, .ht-btn.ht-btn-md {
        font-size: 15px;
        height: 54px;
        line-height: 54px;
        letter-spacing: 0;
        font-weight: 500
    }
    .btn, .ht-btn.ht-btn-ap {
        font-size: 15px;
        height: 32px;
        line-height: 31px;
        letter-spacing: 0;
        font-weight: 500;
    }


    .ht-btn.ht-btn-lg {
        padding: 0 40px;
        height: 64px;
        line-height: 64px;
        font-size: 16px
    }

.ht-btn--outline {
    border-width: 1px;
    line-height: 54px;
    background: 0 0;
    border-color: #086ad8;
    color: #086ad8
}

    .ht-btn--outline:active, .ht-btn--outline:focus, .ht-btn--outline:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        border-color: transparent;
        background: #086ad8;
        color: #fff
    }

.ht-btn--no-round {
    border-radius: 0
}

.btn {
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #fff;
    background: #086ad8;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hover-style-link:after, .ht-box-images.style-05 {
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .7s cubic-bezier(.645, .045, .355, 1)
}

.btn:active, .btn:focus, .btn:hover {
    font-weight: 500;
    color: #fff;
    background: #086ad8;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.btn--gradient {
    background-image: none;
    background: -webkit-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: -o-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important
}

    .btn--gradient:hover {
        background-image: none;
        background: -webkit-linear-gradient(300deg,#ff3f85 0,#faa720 100%);
        background: -o-linear-gradient(300deg,#ff3f85 0,#faa720 100%);
        background: linear-gradient(150deg,#ff3f85 0,#faa720 100%)
    }

.hover-style-link:after {
    transition: .7s cubic-bezier(.645, .045, .355, 1);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #d3d4e1
}

.hover-style-link:hover {
    color: #5bbe4d
}

    .hover-style-link:hover:after {
        left: 0;
        width: 100%;
        right: auto
    }

.video-play span {
    font-weight: 500;
    letter-spacing: 3px;
    margin-left: 10px
}

.ht-box-images.style-05 {
    transition: .3s cubic-bezier(.645, .045, .355, 1)
}

    .ht-box-images.style-05 .image-box-wrap {
        background: #f5f9ff;
        border-radius: 15px 15px;
        padding:  30px;
        -webkit-transition: .3scubic-bezier(.645, .045, .355, 1);
        -o-transition: .3s cubic-bezier(.645, .045, .355, 1);
        transition: .3scubic-bezier(.645, .045, .355, 1);
        cursor: pointer;
        position: relative;
        z-index: 2;
        overflow: hidden;
        transition:0.5s
    }
        .ht-box-images.style-05 .image-box-wrap:before {
            content: "";
            background: url(/assets/images/texture-top.png) no-repeat top right;
            width: 100%;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
        }
        /*.ht-box-images.style-05 .image-box-wrap:after {
            content: "";
            background: url(/assets/images/texture-bottom.png) no-repeat bottom left;
            width: 100%;
            height: 100%;
            position: absolute;
            left:0;
            bottom:0
        }*/
    .boxes-white-border .ht-box-images.style-05 .image-box-wrap {
       border:1px solid #FFF
    }
    .ht-box-images.style-05 .image-box-wrap:hover {
       
      border-color:#FFF
    }

        .ht-box-images.style-05 .image-box-wrap .box-image {
            position: relative;
            margin-bottom: 15px
        }

            .ht-box-images.style-05 .image-box-wrap .box-image figure {
                height: 70px;
                width: 70px;
                background: #e4f0f4;
                border-radius: 100px;
                text-align: center;
                line-height: 70px
            }
                .ht-box-images.style-05 .image-box-wrap .box-image figure i {
                    font-size: 32px;
                    color: #086ad8;
                }

                .ht-box-images.style-05 .image-box-wrap .box-image figure img {
                    max-height: 40px;
                    max-width: 40px;
                    object-fit: contain;
                    filter: invert(12%) sepia(100%) saturate(7492%) hue-rotate(231deg) brightness(103%) contrast(104%);
                }

        .ht-box-images.style-05 .image-box-wrap .content .heading, .ht-box-images.style-09 .image-box-wrap .content .heading {
            font-weight: 500;
            line-height: 1.25;
            margin-bottom: 12px
        }



    .ht-box-images.style-05:hover .image-box-wrap {
        background: #086ad8 !important
    }

        .footer-colored, .footer-colored .footer-widget__title, .ht-box-images.style-05:hover .content .heading, .ht-box-images.style-05:hover .content .text, .products-wrapper, .projects-wrap.style-01:hover .content .box-projects-arrow {
            color: #fff
        }
.ht-box-images.style-05:hover .image-box-wrap ul li, .ht-box-images.style-05:hover .image-box-wrap p {
    color: #FFF
}
.mask-blue .ht-box-images.style-05:hover .image-box-wrap {
    background: #e5e9f9 !important;
}
.mask-blue .ht-box-images.style-05:hover .image-box-wrap h5 {
    color: #000;
}
.mask-blue .ht-box-images.style-05 .image-box-wrap p {
    color: #4c4c4c
}
.products-section.mask-blue .ht-box-images.style-05:hover .image-box-wrap h5 {
    color: #FFF;
}
        

.ht-box-images.style-09 .image-box-wrap {
    border-radius: 5px;
    text-align: center;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1),box-shadow .3s cubic-bezier(.645, .045, .355, 1),-webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    padding: 30px 35px 31px
}

    .ht-box-images.style-09 .image-box-wrap .box-image {
        text-align: center;
        margin-bottom: 11px;
        color: #086ad8
    }

    .ht-box-images.style-09 .image-box-wrap .content {
        text-align: center
    }

        .ht-box-images.style-09 .image-box-wrap .content .more-arrow-link a {
            font-weight: 500;
            color: #086ad8;
            opacity: 0;
            visibility: hidden
        }

    .ht-box-images.style-09 .image-box-wrap:hover .more-arrow-link a {
        opacity: 1;
        visibility: visible
    }

.mobile-applications-wrapper .ht-box-images.style-05 .image-box-wrap .box-image figure {
    height: 60px;
    width: 60px;
    background: -webkit-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: -o-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    line-height: 58px;
}
.mobile-applications-wrapper .ht-box-images.style-05 .image-box-wrap:hover .box-image figure {
    background: #086ad8 !important
}


.mobile-applications-wrapper .ht-box-images.style-05 .image-box-wrap .box-image figure img {
    filter: invert(100%) brightness(200%);
    -webkit-filter: invert(100%) brightness(200%); /* Safari & older browsers */
    -moz-filter: invert(100%) brightness(200%);
    -o-filter: invert(100%) brightness(200%);
    -ms-filter: invert(100%) brightness(200%);
    max-height: 36px
}





.video-link {
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: .3s cubic-bezier(.645, .045, .355, 1);
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    display: block
}

    .video-link .ht-popup-video.video-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: rgba(8,106,216,.8)
    }

    .video-link .ht-popup-video .video-button, .video-link .ht-popup-video.video-button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }

        .video-link .ht-popup-video.video-button .video-mark {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%,-50%);
            -ms-transform: translateY(-50%,-50%);
            transform: translateY(-50%,-50%);
            pointer-events: none
        }

            .video-link .ht-popup-video.video-button .video-mark .wave-pulse {
                width: 1px;
                height: 0;
                margin: 0 auto
            }

                .video-link .ht-popup-video.video-button .video-mark .wave-pulse::after, .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
                    opacity: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    width: 200px;
                    height: 200px;
                    top: 50%;
                    left: 50%;
                    border-radius: 50%;
                    border: 10px solid #086ad8;
                    -webkit-animation: 3.25s linear infinite zoomBig;
                    animation: 3.25s linear infinite zoomBig
                }

                .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
                    -webkit-animation-delay: .75s;
                    animation-delay: .75s
                }

    .video-link .ht-popup-video .video-button__one, .video-link .ht-popup-video .video-button__two {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .video-link .ht-popup-video .video-button__one .video-play {
            width: 72px;
            height: 72px;
            background: 0 0;
            border: 10px solid #fff;
            border-radius: 50%;
            -webkit-transition: 1s cubic-bezier(0, 0, .2, 1) !important;
            -o-transition: 1s cubic-bezier(0, 0, .2, 1) !important;
            transition: 1s cubic-bezier(0, 0, .2, 1) !important
        }

        .video-link .ht-popup-video .video-button__one .video-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            line-height: 1;
            margin-left: 1px
        }

            .video-link .ht-popup-video .video-button__one .video-play-icon::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                border-top: 11px solid transparent;
                border-bottom: 11px solid transparent;
                border-left: 17px solid #fff
            }

        .video-link .ht-popup-video .video-button__two .video-play {
            width: 85px;
            height: 85px;
            background: #2154cb;
            -webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, .36);
            box-shadow: 0 2px 41px 0 rgba(91, 99, 254, .36);
            border-radius: 50%;
            -webkit-transition: 1scubic-bezier(0, 0, .2, 1) !important;
            -o-transition: 1s cubic-bezier(0, 0, .2, 1) !important;
            transition: 1scubic-bezier(0, 0, .2, 1) !important;
            -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
            box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
            border: 6px solid #5f87e5;
        }

        .video-link .ht-popup-video .video-button__two .video-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            line-height: 1;
            margin-left: 1px
        }

            .video-link .ht-popup-video .video-button__two .video-play-icon::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
                border-left: 19px solid #fff
            }

    .video-link:hover .video-play {
        -webkit-transform: scale3d(1.15,1.15,1.15);
        transform: scale3d(1.15,1.15,1.15)
    }

@-webkit-keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(0);
        transform: translate(-50%,-50%) scale(0);
        opacity: 1;
        border-width: 3px
    }

    40% {
        opacity: .5;
        border-width: 2px
    }

    65% {
        border-width: 1px
    }

    100% {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 0;
        border-width: 1px
    }
}

@keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(0);
        transform: translate(-50%,-50%) scale(0);
        opacity: 1;
        border-width: 10px
    }

    40% {
        opacity: .5;
        border-width: 2px
    }

    65% {
        border-width: 3px
    }

    100% {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 0;
        border-width: 3px
    }
}

.auto-plexible-row .swiper-slide, .center-plexible-row .swiper-slide {
    width: auto
}

.bg-9:after, .bg-9:before {
    width: 25%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index:-1
}
.bg-10:after, .bg-10:before {
    width: 60%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: -1
}
@media(max-width:991px){
    .bg-10:after, .bg-10:before {
        width: 100%;
        
    }
}

.auto-plexible-row .single-flexible-slider img, .center-plexible-row .single-flexible-slider img {
    height: 400px
}
.processing-hero-bg{
    padding-top:150px
}
@media(max-width:991px){
    .processing-hero-bg {
        padding-top: 100px
    }
}
.processing-hero-bg::after {
    position: absolute;
    left: 50%;
    top: 280px;
    content: "";
    height: 475px;
    width: 300px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    transform: translateX(-50%);
    filter: blur(120px);
   
}
.processing-hero-text h5 {
    line-height: 20px;
    letter-spacing: 3px;
    font-weight: 800;
    color: #84c341;
    text-transform: uppercase;
    margin-bottom: 0
}

.processing-hero-text h1 {
    color: #202942;
    font-weight: 600;
    font-size: 68px;
    letter-spacing: 0;
    line-height: 1.2
}

.processing-hero-text p {
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 18px
}
@media(max-width:540px){
    .processing-hero-text{
        min-height:104px
    }
    .slider-box li i{
        margin:0 0 10px 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .navigation-menu > ul > li {
        margin: 0 15px
    }

    .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
        min-width: 700px
    }

    .container-fluid .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
        min-width: 700px
    }

    .processing-hero-text h1, .processing-hero-text h2 {
        font-size: 60px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .is-sticky .white-md-icon i, .is-sticky .white-md-icon i:after, .is-sticky .white-md-icon i:before {
        background-color: #333
    }

    .center-plexible-row .single-flexible-slider img {
        height: 100%
    }

    .auto-plexible-row .single-flexible-slider img {
        height: 350px
    }

    .processing-hero-text h1, .processing-hero-text h2 {
        font-size: 46px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .auto-plexible-row .single-flexible-slider img, .center-plexible-row .single-flexible-slider img {
        height: 300px
    }

    .processing-hero-text h1, .processing-hero-text h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .auto-plexible-row .single-flexible-slider img, .center-plexible-row .single-flexible-slider img {
        height: 100%
    }



    .processing-hero-text h1, .processing-hero-text h2 {
        font-size: 34px
    }
    .header-area--absolute {
      
        top: 10px;
      
    }
}

@media only screen and (max-width: 340px) {
    .processing-hero-text h1, .processing-hero-text h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 0;
    }
}

.slider-box li {
    padding: 5px !important;
    text-align: center;
}

    .slider-box li a {
       
       
        position: relative;
        overflow: hidden;
        z-index: 2;
    }





    .slider-box li i {
        font-size: 36px;
        font-weight: 100;
        color: #84c341;
        line-height: 70px;
        display: inline-block;
        background: #FFF;
        padding: 10px;
        border-radius: 100px;
        width: 100px;
        height: 100px;
        -webkit-box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        margin: 0px 22px 20px;
    }

        .slider-box li i:before {
            font-size: 36px
        }

        .slider-box li i img {
          /*  filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(163deg) brightness(121%) contrast(89%);
            -webkit-filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(163deg) brightness(121%) contrast(89%);*/
            width: 55px !important;
            height: auto !important
        }

    

    

@media(max-width:575px) {
  

    .slider-box > [class*="col-"] {
        padding: 3px !important
    }
    
}

@media(max-width:380px) {
    

    .slide-product h1 {
        font-size: 22px !important
    }

    .slide-product h4 {
        font-size: 16px !important
    }
}

.slide-product h3 {
    font-size: 20px;
    margin: 0px 0 9px;
    font-weight: 600;
}

.processing-hero-text p, .slider-box p {
    white-space: normal;
    margin-bottom: 0;
    display: block;
    color: #090c13
}

.slider-box p {
    font-size: 15px;
    line-height: 18px;
    
    letter-spacing: 0.5px;
}

.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

/*.ht-box-images.style-05 .image-box-wrap:after {
    content: '';
    position: absolute;
    height: 90px;
    width: 90px;
    background: url(/assets/images/bg-logo.png) 0 0/100% no-repeat;
    opacity: .6;
    border-radius: 50%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: -1;
    opacity: .2;
    right: -26px;
    bottom: -26px
}*/

/*.ht-box-images.style-05 .image-box-wrap:hover:after, .ht-box-images.style-05 .image-box-wrap:hover:before {
    height: 150px;
    width: 150px
}*/

/*.bg-9:before {
    background: url(/assets/images/developer-team.webp);
    right: 0
}*/

.bg-9:after {
    background: #2d8efb;
    left: 0;
    background-size: cover !important
}
.bg-10:after {
    background: #000;
    left: 0
}
.bg-10:after {
    background: rgb(223 244 249) url(/assets/images/slider-background-7.jpg) right top !important;
    right: 0;
}

.single-flexible-slider {
    padding: 10px;
    background: #FFF;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
   
    margin-bottom:20px

}

    .single-flexible-slider img {
        border-radius: 10px
    }

    .single-flexible-slider:before {
        content: "";
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .1
    }

    .single-flexible-slider:hover:before {
        opacity: 0
    }

.footer-widget__list li a {
    position: relative;
    padding-left: 29px;
    font-weight: 400;
    font-size: 16px;
}

    .footer-widget__list li a:hover {
        color: #d3d4e1
    }

    /*.footer-widget__list li a:before {
        position: absolute;
        top: 13px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 600;
        content: "\f105";
        left: 0;
        background: #89adde;
        width: 15px;
        height: 16px;
        text-align: center;
        border-radius: 5px;
        font-size: 11px;
        line-height: 15px;
    }*/

    .footer-widget__list li a.hover-style-link {
        padding-left: 0
    }

.social-icon {
    -webkit-box-shadow: 0 20px 80px rgb(0 0 0 / 53%) !important;
    box-shadow: 0 20px 80px rgb(0 0 0 / 53%) !important;
    background: #00cd40;
    border-radius: 100px;
    position: fixed;
    bottom: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 65px;
    left: 20px;
    z-index: 3
}

    .social-icon:after {
        content: "";
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        border-radius: 100px
    }

    .social-icon i {
        color: #fff;
        font-size: 43px;
        font-family: 'Font Awesome 5 Brands';
        font-style: normal;
        font-weight: 100;
        line-height: 61px;
    }

.elementor-layer1, .elementor-layer2 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:-1
}

.application-slider, .application-slider:before {
    background: url(/assets/images/mobile-case2.webp) no-repeat;
    width: 251px;
    height: 370px;
    padding: 11px 12px;
}

.application-slider {
    position: relative;
    border-radius: 48px 4px 0 0;
    overflow: hidden
}
    .application-slider img {
        border-radius: 100px 100px 0 0;
        width:100%
    }

.mobile-case:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #e4f0f4;
    border-radius: 200px;
    bottom: -178px;
    left: 0;
    background: -webkit-linear-gradient(145deg, #4eb0e7 39%, #0f7ec2 25%) !important;
    background: -o-linear-gradient(145deg, #4eb0e7 39%, #0f7ec2 25%) !important;
    background: linear-gradient(145deg, #4eb0e7 39%, #0f7ec2 25%) !important;
}

.application-slider:before {
    position: absolute;
    z-index: 10;
    content: "";
    left: 0;
    top: 0
}

.bg-1:before, .bg-2:before, .mask-blue:before, .mask-light-blue:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1
}

.application-slider img {
    border-radius: 30px
}

@media (min-width:1400px) {
    .container {
        max-width: 1375px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}


@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}


@media (min-width: 1800px) {
    .container {
        max-width: 1560px;
    }
}


@media (min-width: 1920px) {
    .container {
        max-width: 1680px;
    }
}
@media (min-width: 1200px) {
    .welcome-section .responsive-images160 {
        padding-bottom: 160%
    }
}

@media (min-width: 1400px) {
    .welcome-section .responsive-images160 {
        padding-bottom: 145%
    }
}
@media (min-width: 1600px) {
    .welcome-section .responsive-images160 {
       padding-bottom:130%
    }
}
@media (min-width: 1800px) {
    .welcome-section .responsive-images160 {
        padding-bottom: 110%
    }
}
@media (min-width: 1920px) {
    .welcome-section .responsive-images160 {
        padding-bottom: 100%
    }
}


.projectinfotechno-bg {
    background-image: url(../images/patterns/mitech-home-infotechno-case-study-section-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom left
}

.projects-slider__container .projects-wrap.style-01 {
    display: block
}

    .projects-slider__container .projects-wrap.style-01 .projects-image-box {
        margin: 20px 15px 35px
    }

.projects-wrap.style-01 {
    display: block
}

    .projects-wrap.style-01 .projects-image-box {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        -webkit-box-shadow: 0 18px 40px -10px rgba(51,51,51,.1);
        box-shadow: 0 18px 40px -10px rgba(51,51,51,.1);
        position: relative;
        margin-bottom: 30px
    }

    .projects-wrap.style-01 .content {
        padding: 25px 26px 88px
    }

        .projects-wrap.style-01 .content .heading {
            font-weight: 600;
            line-height: 1.25;
            margin-bottom: 2px;
            color: #333 !important
        }

        .projects-wrap.style-01 .content .post-categories {
            color: #086ad8;
            margin-bottom: 2px
        }

        .projects-wrap.style-01 .content .text {
            color: #696969;
            margin-top: 13px
        }

        .projects-wrap.style-01 .content .box-projects-arrow {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            height: 56px;
            line-height: 55px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            border-top: 1px solid #eee;
            color: #54bd4f
        }

            .projects-wrap.style-01 .content .box-projects-arrow::before {
                background-color: #54bd4f;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
                -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1);
                -o-transition: .7s cubic-bezier(.645, .045, .355, 1);
                transition: .7s cubic-bezier(.645, .045, .355, 1);
                z-index: -1
            }

    .projects-wrap.style-01:hover .content .box-projects-arrow::before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.icon-box {
    background: #0a9435;
    color: #fff;
    padding: 20px;
    z-index: 1;
    border-radius: 0 10px 10px;
    bottom: 69px !important;
    max-width: 191px
}

.bg-1:before {
    background: url(/assets/images/background-1.png) center bottom no-repeat
}



.mask-blue:before {
    background: #086ad8 !important;
    top: 0
}
.mask-blue p{
    color:#FFF
}
.mask-light-blue:before {
    background: #64d6f0 url(/assets/images/products-bg2.webp) no-repeat right top !important;
    background-size:cover !important;
    top: 0;
}

.z-index-2 {
    z-index: 2;
    position: relative
}
.post-quote {
    position: relative;
    padding: 78px 40px 53px;
    background: #f5f7fd;
    text-align: center;
    z-index:1
}
.post-quote::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 54px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 132px;
    width: 150px;
    background: url(../images/quote.webp) no-repeat;
}
img {
    text-indent: -9999px;
    opacity: 1
}
.breadcrumb-area {
   
   
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-width: 0px;
   
    background-size: cover;
    z-index: 3;
    position: relative;
    overflow:hidden
}
    .breadcrumb-area .bg {
        position: absolute;
        left: 0;
       
        height: 100%;
        width: 50%;
        background-size: cover !important;
        background-position: center left !important;
        z-index:-1
    }
    @media(max-width:991px){
.breadcrumb-area .bg{
        display:none
    }
    }
    

    .breadcrumb-area .bg2 {
        
        width: 50%;
       
    }
    .breadcrumb-area .breadcrumb_box.content {
        padding: 40px 40px;
        background: #ffffff;
        margin-top: 40px;
        margin-bottom: 40px;
        border-radius: 10px;
    }
    @media(max-width:991px){
        .breadcrumb-area .breadcrumb_box.content {
            padding: 25px 30px;
            margin-top: 30px;
            margin-bottom:35px
        }
    }
    .breadcrumb-area p {
        
    }
.breadcrumb-area ul li {
   
    padding-left: 40px;
 
  
}
@media(max-width:991px){
   /* .bg-9:after, .bg-9:before {
       display:none
    }*/
    .bg-9:after {
        width: 0%;
       
    }
   
}
.list-style-one li {
    position: relative;
    padding-left: 36px;
    text-align: left;
    line-height: 25px;
    margin-bottom: 10px;
}
.list-style-four li {
    position: relative;
    padding-left: 32px;
    text-align: left;
    line-height: 25px;
    margin-bottom: 10px;
}
    .list-style-one li:before {
        content: "✔";
        position: absolute;
        left: 0;
        top: 4px;
        font-family: FontAwesome;
        color: #fff;
        font-size: 11px;
        font-weight: 100;
        background: #5ebe4c;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 19px;
        border-radius: 100%;
        background-image: none;
        background: -webkit-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
        background: -o-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
        background: linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    }
.list-style-three li {
    float: left;
    background: #ededed;
    white-space: normal;
    padding: 6px 20px;
    padding-left: 48px !important;
    margin: 5px 10px 10px 0;
    border-radius: 100px;
}
    .list-style-three li:before {
        top: 10px;
        left: 14px;
       
    }


.bg-gray-2 .bg-white .list-style-three li {
    background: #ededed !important;
    box-shadow: none !important;
    color: #000;
}
.bg-gray-2 .list-style-three li {
    background: #FFF !important;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.feature-small-icon {
    color: #fff;
    font-size: 20px;
    line-height: 47px;
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 45px;
    max-width: 45px;
    height: 45px;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    background-image: none;
    background: -webkit-linear-gradient(300deg, #84c341 0, #10b563 100%) ;
    background: -o-linear-gradient(300deg, #84c341 0, #10b563 100%) ;
    background: linear-gradient(150deg, #84c341 0, #10b563 100%) ;
}

[class*=col-]:nth-child(even) .feature-small-icon {
    background: -webkit-linear-gradient(300deg, #2aa1ee 0, #3965d9 100%) ;
    background: -o-linear-gradient(300deg, #2aa1ee 0, #3965d9 100%) ;
    background: linear-gradient(150deg, #2aa1ee 0, #3965d9 100%) ;
}

[class*=col-]:nth-child(11) .feature-small-icon, [class*=col-]:nth-child(15) .feature-small-icon, [class*=col-]:nth-child(19) .feature-small-icon, [class*=col-]:nth-child(3) .feature-small-icon, [class*=col-]:nth-child(7) .feature-small-icon {
    background: -webkit-linear-gradient(300deg, #dc6ef6 0, #9a31b4 100%);
    background: -o-linear-gradient(300deg, #dc6ef6 0, #9a31b4 100%);
    background: linear-gradient(150deg, #dc6ef6 0, #9a31b4 100%);
}
[class*=col-]:nth-child(12) .feature-small-icon, [class*=col-]:nth-child(16) .feature-small-icon, [class*=col-]:nth-child(20) .feature-small-icon, [class*=col-]:nth-child(4) .feature-small-icon, [class*=col-]:nth-child(8) .feature-small-icon {
    background: -webkit-linear-gradient(300deg, #dc6ef6 0, #9a31b4 100%);
    background: -o-linear-gradient(300deg, #dc6ef6 0, #9a31b4 100%);
    background: linear-gradient(150deg, #f670c9 0, #d51265 100%);
}

.section-title-wrap .span-bg {
    background: #e0f0f5;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #160784;
}

.blog-banner {
    padding: 50px;
    background: #EEF1F7
}
.blog-banner figure {
   margin:0
}
.blog-boxes > [class*="col-"]:nth-child(2) .blog-banner {
    background: #bffae3
}
.blog-boxes > [class*="col-"]:nth-child(3) .blog-banner {
    background: #C3DEF3
}

.responsive-images100 {
    padding-bottom: 100%
}

.responsive-images62 {
    padding-bottom: 52%
}
.responsive-images72 {
    padding-bottom: 72%
}
.responsive-images65 {
    padding-bottom: 65%
}

.responsive-images41 {
    padding-bottom: 31%
}
.responsive-images83 {
    padding-bottom: 83%
}
.responsive-images160 {
    padding-bottom: 160%
}



.responsive-images62, .responsive-images160, .responsive-images83, .responsive-images100, .responsive-images41, .responsive-images72, .responsive-images65 {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 0;
    text-align: left;
    background: url(/assets/images/loader-logo.png) center center no-repeat #e0e0e0 !important
}

    .responsive-images62 img, .responsive-images160 img, .responsive-images83 img, .responsive-images100 img, .responsive-images41 img, .responsive-images72 img, .responsive-images65 img {
        position: absolute !important;
        object-fit: cover;
        width: 105%;
        height: 100%;
        object-position: top;
        top: 0;
        left: 0
    }

        .responsive-images62 img:after, .responsive-images160 img:after, .responsive-images83 img:after, .responsive-images72 img:after, .responsive-images100 img:after, .responsive-images65 img:after, .responsive-images41 img:after {
            content: "";
            position: absolute;
            background: #e0e0e0;
            width: 19px;
            height: 19px;
            top: 0;
            left: 0;
            z-index: 0
        }
.multiple-box-bg > [class*="col-"] .image-box-wrap {
   border-color:#FFF
}
.multiple-box-bg > [class*="col-"]:nth-child(even) .image-box-wrap {
    background: #EEF1F7
}
.multiple-box-bg > [class*="col-"]:nth-child(3) .image-box-wrap {
    background: #C3DEF3
}
.multiple-box-bg > [class*="col-"]:nth-child(4) .image-box-wrap {
    background: #daf3c3
}
.multiple-box-bg > [class*="col-"]:nth-child(5) .image-box-wrap {
    background: #efe1fb
}
.multiple-box-bg > [class*="col-"]:nth-child(6) .image-box-wrap {
    background: #fbe1e7
}
.multiple-box-bg > [class*="col-"]:nth-child(7) .image-box-wrap {
    background: #f4e6bc
}
.multiple-box-bg > [class*="col-"]:nth-child(8) .image-box-wrap {
    background: #efe1fb
}
.multiple-box-bg > [class*="col-"]:nth-child(11) .image-box-wrap {
    background: #C3DEF3
}
.multiple-box-bg > [class*="col-"]:nth-child(13) .image-box-wrap {
    background: #f4e6bc
}
.multiple-box-bg > [class*="col-"]:nth-child(14) .image-box-wrap {
    background: #efe1fb
}
.multiple-box-bg > [class*="col-"]:nth-child(15) .image-box-wrap {
    background: #daf3c3
}
/*.multiple-box-bg > [class*="col-"] .box-image figure {
    background: #f5fdff !important
}*/
.multiple-box-bg > [class*="col-"] .image-box-wrap:after {
    display:none
}

.fun-fact--two {
    background-image: none;
    background: -webkit-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: -o-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    padding: 40px 30px;
    border-radius: 8px;
}
.fun-fact__count {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.fun-fact--two .fun-fact__text {
    color: #fff;
}
.contact-inner input, .contact-inner textarea, .contact-inner select {
    width: 100%;
    /*color: #000 !important;*/
    border-color: #ececec;
    /*background-color: #ececec;*/
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #727272;
    /* border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;*/
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
}
.contact-input {
    margin: 0 -10px;
}
    .contact-input .contact-inner {
        float: left;
        margin: 0 0 20px;
        padding: 0 10px;
        width: 50%;
    }
    @media(max-width:768px){
        .contact-input .contact-inner {
           
            width: 100%;
        }  
    }

.contact-inner select {
    color: #777;
    border-color: #727272;
}

select {
    padding: 3px 20px;
    height: 56px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    background: #f8f8f8 url(../images/icons/selector-icon.webp) no-repeat center right 20px;
    background-color: rgb(248, 248, 248);
    -moz-appearance: none;
    -webkit-appearance: none;
}
.contact-inner {
    margin: 0 0 20px;
}
    .contact-inner textarea {
        height: 110px;
        padding: 15px;
    }

.mobile-applications-wrapper .ht-box-images.style-05 .image-box-wrap:after{
    display:none
}

.section-sub-title {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-top: -5px;
}
.products-section .ht-box-images.style-05 .image-box-wrap {
    /*background: #1d07b4;*/
    background: #ffffff;
    color: #333;
    border: 1px solid white;
}
.products-section .ht-box-images.style-05 .image-box-wrap:before {
   opacity:0.2
}
    .products-section .ht-box-images.style-05 .image-box-wrap .heading {
        /*color: #FFF;*/
        /*color: #000000;*/
    }
    .products-section .ht-box-images.style-05 .image-box-wrap .heading p {
       margin-bottom:0
    }
.products-section .ht-box-images.style-05:hover .image-box-wrap {
    background: #1d0b97 !important;
}
.design-impact{
    background:rgba(51,51,51,.1);
    
}
.design-impact figure{
  width:200px
  
}



.single-blog-lg-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f7f7f7;
    border-radius: 10px
}
    .single-blog-lg-list .post-blog-thumbnail {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        
        width: 260px;
        height:190px
        
    }
        .single-blog-lg-list .post-blog-thumbnail img {
            border-radius: 10px 0 0 10px;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

@media(max-width:575px) {
    .single-blog-lg-list {
        display: block;
        text-align:center
    }

        .single-blog-lg-list .post-blog-thumbnail {
            width: 100%;
            height: 200px;
            margin: 20px 20px 0 0;
        }
        .single-blog-lg-list > a {
            width: 90%
        }
            .single-blog-lg-list .post-blog-thumbnail img {
                border-radius: 10px;
              
            }
    .ht-box-images.style-05 .image-box-wrap .box-image figure{
        margin:auto
    }
    .ht-box-images.style-05 .image-box-wrap{
        padding:20px;
        text-align:center
    }
}
        
.post-blog-thumbnail {
    position: relative;
    display: block;
    border-radius: 6px;
}

    .post-blog-thumbnail .post-meta div {
        display: inline-block;
        padding: 0 8px;
    }
    .post-blog-thumbnail .post-meta {
        position: absolute;
        bottom: 18px;
        left: 30px;
        right: 30px;
        color: #fff;
        font-size: 14px;
        margin: 0 -8px;
        z-index:2
    }
    .post-blog-thumbnail::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(51, 51, 51, 0)), color-stop(80%, #000));
        background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
        background-image: -o-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
        background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
        border-radius: 5px;
        z-index:1
    }
.single-blog-lg-item{
    position:relative;
    z-index:2
}
.blog-wrapper .single-blog-lg-list {
    border-bottom: 1px solid #e8e8e8;
    background: #FFF;
    border-radius: 0
}
.blog-wrapper .lg-blog-post-info{
    padding:0 0 0 40px
}
.blog-wrapper .single-blog-lg-list .post-blog-thumbnail {
    width: 240px;
    height: 164px;
    margin-bottom: 17px;
}
.blog-wrapper .single-blog-lg-list .post-blog-thumbnail img {
    border-radius: 10px;
    
}
.web-design-development-wrapper .post-blog-thumbnail::before {
    display: none
}

.typed-cursor{
    display:none
}
.text{
    position:relative;
    z-index:2
}
.iam .text::after {
    position: absolute;
    left: 6px;
    right: 6px;
    content: "";
    bottom: 12px;
    height: 10px;
    background: #48eaff;
    z-index: -1;
}

element.style {
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto;
}
@media(min-width:575px){
.swiper-button-next, .swiper-button-prev {
    display:none
}
}

.swiper-button-next, .swiper-button-prev {
   
    width: 40px;
    height: 40px;
    margin-top: -22px;
    
    background: #ffffff85;
    border-radius: 100px;
    line-height:40px
}

/*=============================================
=           30. Timeline Css           =
=============================================*/
.ht-timeline.style-01 .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.ht-timeline.style-01 .tm-timeline-list {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 32px 0 0px;
}

.ht-timeline.style-01 .item {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .item {
        padding-left: 37px;
        width: 100%;
    }
}

.ht-timeline.style-01 .item + .item {
    margin-top: 68px;
}

.ht-timeline.style-01 .line {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    border-left: 2px solid #086ad8;
    opacity: 0.15;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .line {
        left: 15px;
    }
}

.ht-timeline.style-01 .dots {
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 30px;
    height: 30px;
    color: #086ad8;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .dots {
        right: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.ht-timeline.style-01 .dots::before {
    content: "";
    position: absolute;
    border: 1px solid currentColor;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 30px;
    height: 30px;
}

.ht-timeline.style-01 .dots .middle-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 2;
    border: 3px solid currentColor;
    background: #fff;
}

.ht-timeline.style-01 .timeline-col .inner {
    text-align: right;
    /* width: 500px; */
    max-width: 90%;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .timeline-col .inner {
        text-align: left;
    }
}

.ht-timeline.style-01 .timeline-col .inner .year {
    color: #086AD8;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .timeline-col .inner .year {
        font-size: 32px;
    }
}

.ht-timeline.style-01 .timeline-col .inner .photo img {
    border-radius: 5px;
}

.ht-timeline.style-01 .timeline-info .inner {
    padding-top: 16px;
    float: left;
    /* width: 500px; */
    max-width: 100%;
    text-align: left;
    margin-left: 10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-timeline.style-01 .timeline-info .inner {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .timeline-info .inner {
        padding-top: 30px;
    }
}

.ht-timeline.style-01 .timeline-info .content-body {
    display: inline-block;
    width: 400px;
    max-width: 100%;
}

.ht-timeline.style-01 .timeline-info .heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.ht-timeline.style-01 .timeline-info .text {
    font-size: 18px;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .timeline-info .text {
        font-size: 16px;
    }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
    float: left;
    text-align: left;
}
.ht-timeline.style-01 .timeline-info  ul.list-style-three li {
    background: #eaf6f9
}
.ht-timeline.style-01 .timeline-info  ul.list-style-three {
    display: inline-block
}
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner ul.list-style-three {
    float: left;
    text-align: left;
}
    .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner ul.list-style-three li {
        /*float: right;*/
        /*margin: 5px 0px 10px 10px;*/
    }

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info > .inner {
        text-align: left;
    }
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
    text-align: left;
    float: right;
}

.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
    text-align: left;
    float: right;
}

.simple-icons figure img {
    max-height: 70px !important;
    max-width:70px !important;
   
    filter: none !important;
}
.simple-icons figure {
    background: none !important;
    position: relative;
    margin-top: 19px;
    margin-bottom: 38px;
}
.simple-icons figure img {
   max-height:55px !important;
   max-width:55px !important
}

    .simple-icons figure:before {
        position: absolute;
        left: 0%;
        top: 13px;
        content: "";
        height: 100%;
        width: 100px;
        background: rgba(8, 106, 216, 0.07);
        border-radius: 68px;
        transform: rotate(-122deg);
        margin-left: 17px;
        transition: all 0.35sease -in-out;
        background: #f0f3f3;
        height: 70px;
        width: 70px;
        /* box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%); */
        z-index: -1;
        background: -webkit-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
        background: -o-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
        background: linear-gradient(85deg, #e7ebf5 0, #ffffff 35%) !important;
    }
.simple-icons .ht-box-images:hover figure:before {
   
    top: -10px;
    left:-28px;

    background: #f0f3f3;
    height: 90px;
    width: 90px;
    /* box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%); */
   
}
.bg-gradient-gray {
    background: linear-gradient(10deg, #ffffff 37%, #f7f7f7 100%) !important
}
.fs-22{
    font-size:22px
}
.blog-detail-text h2 {
    color: #333!important;
    font-size: 40px!important;
}
.blog-detail-text p {
    color: #555!important;
    font-size: 20px!important;
    line-height: 1.8!important;
}

.blog-grid {
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 8px;
    padding:10px
}
    .blog-grid .post-meta {
        position: absolute;
        left: 14px;
        top: -30px;
        text-align: center;
        background: #ffffff;
        box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
        padding: 15px;
        font-size: 36px;
        color: #104cba;
        font-weight: 500;
        border-radius: 5px;
        line-height: 1;
       
    }
        .blog-grid .post-meta span {
            display: block;
            font-size: 16px;
            color: #232323;
            font-weight: 500;
            text-transform: capitalize;
            margin-top: 5px;
        }
    .blog-grid .post-info {
       
        padding: 80px 20px 20px;
    }
    .blog-grid .post-feature {
        border-radius: 8px
    }
.single-blog-item .sidebar-widget li figure {
    width: 70px;
    height: 80px;
    margin-right: 30px;
    border-radius: 10px;
}
.single-blog-item .sidebar-widget li {
    padding: 0;
    display: flex;
  /*  margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;*/
}
.page-pagination li {
    display: inline-block;
}
    .page-pagination li a {
        font-weight: 500;
        padding: 0 10px;
        display: block;
        text-align: center;
        line-height: 41px;
        min-width: 41px;
        height: 41px;
        text-transform: uppercase;
        color: #ababab;
        letter-spacing: 2px;
        border-radius: 5px;
    }
        .page-pagination li a.current {
            background: #f6f5f9;
            color: #086AD8;
        }

        .blog-detail-text{
            /*font-size:20px*/
        }
.post-info .blog-detail-text:nth-child(3) {
    background: #eaf1f4;
    padding: 25px;
    border-radius: 28px;
    border: 1px solid #a0a0a0;
}
.post-info .blog-detail-text:nth-child(4) {
    padding: 25px;
    border-radius: 31px;
    border: 1px solid #a0a0a0;
    background: url(/assets/images/texture.png);
    background-size: cover;
}
.post-info .blog-detail-text:nth-child(5) {
    padding: 25px;
    border-radius: 20px;
    /*background: #f1f9e8;*/
    /*border-bottom: 2px solid;*/
    background: url(/assets/images/bg10.jpg);
    background-size: cover;
}
.post-info .blog-detail-text:nth-child(6) {
    padding: 25px;
    border-radius: 20px;
    background: #ddecf7;
}

.list-style-two li {
    position: relative;
    padding-left: 32px;
  /*  text-align: left;*/
    background: #eff0f9;
    margin-bottom: 10px;
    padding: 20px 20px 20px 70px;
    border-radius:6px
}
.list-style-two li:before {
    left: 21px;
    top: 23px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    background: -webkit-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: -o-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
}
    .list-style-two li i {
        position: absolute;
        left: 22px;
        top: 27px;
        font-size: 24px;
        background: linear-gradient(135deg, #0dc4c5, #2359cc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }
    .list-style-two-white li{
        background:#FFF
    }
.bg-gray-curve{
    position:relative;
    z-index:2
}
    .bg-gray-curve:before {
        background: url(/assets/images/bg-gray-curves.webp) no-repeat bottom;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
       
        left: 0;
        top: 0;
        border-radius:6px;
        z-index:-1
    }
.our-history-wrapper .bg-gray-curve{
    border:10px solid #FFF
}
.font-19{
    font-size:19px;
    font-weight:500
}
.font-19 {
    font-size: 19px;
    font-weight: 500
}
.font-22{
    font-size:22px
}
.list-style-one.text-black.font-19 li {
    display: none;
}

    .list-style-one.text-black.font-19 li:nth-child(-n+7) {
        display: list-item;
    }


.font-17 {
    font-size: 17px;
}
.font-40 {
    font-size: 40px;
}


.shadow {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1) !important;
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1) !important;
}
.slide-product.icon-bg li i {
    background: rgb(237 239 248 / 88%);
    box-shadow: none;
    border: 7px solid #FFF;
    box-shadow: 0 18px 25px rgb(88 88 88 / 10%) !important;
    line-height: 60px
}

   
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgb(114 177 47) !important;
}
.our-clients .slide-product.icon-bg li i {
    background: rgb(255 255 255 / 88%);
    box-shadow: none;
    width: 110px;
    height: 110px;
    line-height: 71px;
    border: 4px solid #0b7dbc;
    /* box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1) !important; */
    
}
.our-clients .slide-product.icon-bg li i img {
    width:61px !important
}

.brand-logo-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px; /* Gap between items */
}
    .brand-logo-mobile .swiper-slide {
        flex: 1 1 calc(33% - 20px); /* 4 items per row */
        max-width: calc(33% - 20px);
        box-sizing: border-box;
        text-align: center;
    }
    .brand-logo-mobile li h3 {
        font-size: 14px !important;
        margin: 0px 0 0px;
        font-weight: 400;
    }
    
    .brand-logo-mobile  li i {
       
        width: 70px !important;
        height: 70px !important;
        line-height: 31px !important;
       
    }
    .brand-logo-mobile.slide-product.icon-bg li i img {
        width: 29px !important;
    }

    .brand-logo-mobile  li i {
       
        margin: 10px 16px 20px;
    }
    .brand-logo-mobile li  {
       padding:0 !important
    }
    @media(max-width:380px){
        .brand-logo-mobile .swiper-slide {
            flex: 1 1 calc(33% - 0px); /* 4 items per row */
            max-width: calc(33% - 0px);
            box-sizing: border-box;
            text-align: center;
        }

        .brand-logo-mobile  li a {
            padding: 0px !important;
        }
        brand-logo-mobile.slide-product.icon-bg li i {
           
            box-shadow: 0 18px 20px rgba(51, 51, 51, 0.1) !important;
        }
       
    }
.our-clients .slide-product h3 {
    font-size: 15px;
   
    font-weight: 500;
}

.claim-grid-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(133px, 1fr));
    grid-gap: 20px;
    justify-content: center;
}
@media(max-width:500px){
.slider-box li i {
    
    line-height: 45px;
   
    width: 70px;
    height: 70px;
    margin-bottom:10px
  
}
    .slider-box li i img {
        width: 43px !important;
        height: auto !important;
    }
    .slide-product.icon-bg li i img {
        width: 38px !important
    }
    .slide-product.icon-bg li i {
       line-height:30px !important
    }
    .claim-grid-group {
       
        grid-gap: 0px 10px;
      
    }
    .slide-product h3 {
        font-size: 16px;
        margin-bottom:0
       
    }
    .slider-box p {
        font-size: 14px;
       
        letter-spacing: 0px;
    }
    .processing-hero-bg {
        padding-top: 80px;
    }

}
.big-line {
    width: 100%;
    height: 2px;
    background: #0a73b5;
    margin-top: 25px;
}



.lg-toolbar{
    display:none
}


/* ------------------------------------------------------------------------*/
/* Style scrollbar  */
        ::-webkit-scrollbar {
            width: 5px; /* Width of the vertical scrollbar */
            height: 12px; /* Height of the horizontal scrollbar */
        }

        /* Style the scrollbar track (background area) */
        ::-webkit-scrollbar-track {
            background: #f1f1f1; /* Light grey background */
            border-radius: 10px; /* Rounded corners */
        }

        /* Style the scrollbar thumb (the part you drag) */
        ::-webkit-scrollbar-thumb {
            background: rgb(28 128 230); /* Darker thumb color */
            border-radius: 5px; /* Rounded corners */
        }

            /* Hover state for the scrollbar thumb */
            ::-webkit-scrollbar-thumb:hover {
                background: #rgb(28 128 230); /* Darker color when hovering */
            }
/* ------------------------------------------------------------------------*/


figure:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}


#applications {
    scroll-margin-top: 35px; 
}
#modules {
    scroll-margin-top: 35px; 
}

#knowledgebase {
    scroll-margin-top: 90px; 
}
#versions {
    scroll-margin-top: 65px; 
}
#updates {
    scroll-margin-top: 80px; 
}
#regional-solutions {
    scroll-margin-top: 50px; 
}
#mobile-apps {
    scroll-margin-top: 50px; 
}



@media (min-width: 992px) {
    .pd-lg-5 {
        padding: 2.6rem !important;
    }
}
.client-logo figure{
    width:170px
}
.portfolio-clients .ht-box-images.style-05 .image-box-wrap .box-image figure {
   
    width: 105px;
    height:auto
   
}

.simple-icons .portfolio-clients  figure img {
    max-height: 105px !important;
    max-width: 105px !important;
}
.simple-icons .portfolio-clients figure:before{
    display:none
}
.bg-11 {
    background: url(/assets/images/bg-9.jpg) no-repeat left 22px, url(/assets/images/bg10.jpg) no-repeat right bottom;
   
}
.text-gredient {
    background: linear-gradient(to right, #0dc5c5 0%, #2451b7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.fa-gradient-icon {
    margin-right: 10px;
    font-size: 21px;
    background: linear-gradient(135deg, #0dc4c5, #2359cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: absolute;
    left: 0px;
    top: 2px;
}

ul.list-style-one {
    list-style: none;
    padding: 0;
}

    ul.list-style-one li {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }


    .max-w{
        max-width:100px
    }
/*CAPTCHA*/
.submit__generated {
    display: inline-block;
}

    .submit__generated span {
        display: inline-block;
        width: 35px;
        height: 35px;
        vertical-align: center;
        line-height: 35px;
        font-weight: bold;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.9);
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .submit__generated.valid:after, .submit__generated.unvalid:after {
        font-family: FontAwesome;
        font-size: 18px;
        margin-left: 10px;
    }

    .submit__generated.valid:after {
        content: "";
        color: #2ecc71;
    }

    .submit__generated.valid .submit__input {
        border: 1px solid #2ecc71;
        color: #2ecc71 !important;
    }

    .submit__generated.unvalid:after {
        content: "";
        color: #e74c3c;
    }

    .submit__generated.unvalid .submit__input {
        border: 1px solid #e74c3c;
        color: #e74c3c;
    }

    .submit__generated .submit__input {
        position: relative;
        outline: 0;
        height: 35px;
        width: 35px;
        border-radius: 4px;
        border: 1px solid #42A0DD;
        color: #42A0DD;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        top: -2px;
    }

i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}

    i.fa-refresh:hover {
        color: rgba(0, 0, 0, 0.4);
        transform: rotate(180deg);
    }

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
}

.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

    .submit:hover {
        background-color: #3498db;
    }

    .submit:active, .submit.enter-press, .submit.overlay {
        margin: 55px 0 46px 0;
        box-shadow: none;
    }

.submit__overlay {
    height: 42px;
    width: 124px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin-top: -41px;
    margin-left: 0px;
}

.low-opa {
    opacity: 0.4;
}

.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}

.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}

/*------------*/
.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-area .form-inner {
        width: 100%;
    }

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        color: #475F7B;
        background-color: #FFF;
        border-color: #5A8DEE;
        outline: 0;
        box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
    }

.intl-tel-input,
.iti {
    width: 100%;
}

select {
    padding: 3px 20px;
    height: 56px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #c53897;
    border-radius: 5px;
    background: #ffffff url(../images/selector-icon.webp) no-repeat center right 20px;
    background-color: #FFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.select option {
    cursor: pointer
}

.form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}

.form-inner svg {
    display: block;
    width: 54px;
    color: #1ebf12;
    margin: auto
}

.circle {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    -webkit-animation: 1s forwards draw;
    animation: 1s forwards draw
}

.tick {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    -webkit-animation: 1s 1s forwards draw;
    animation: 1s 1s forwards draw
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    /* background: #4473de; */
    border-color: #ffffff;
    background: #dde4f1;
}

.cta-bg-image_one {
    background-color: #1d246a;
    background-image: url(../images/mitech-processing-contact-bg.webp);
    background-repeat: no-repeat;
    background-position: top 35% right -68px;
}

.cta-image-area_one .ht-box-images.style-05:hover .image-box-wrap {
    background: #FFF !important;
}
.cta-image-area_one .ht-box-images.style-05:hover .image-box-wrap h6 {
    color: #000 !important;
}
.filter-none{
    filter:none!important;
}

.contact-number a {
    display: inline-block; /* or block if you want full-width border */
    border-bottom: 1px solid gainsboro;
    padding-bottom: 4px; /* optional: adds space between text and border */
    text-decoration: none; /* optional: removes default underline */
    font-weight:bold;
    line-height:1.6;
    /*color: inherit;*/ /* optional: maintains text color */
}
.contact-number a, a:focus, button {
    color: #343435; /* Change to your desired focus color */
    outline: none; /* Optional: remove default outline */
}

a.ht-btn:focus {
    background-color: #ff6600; /* Change to desired background color */
    color: #fff; /* Text color */
    outline: none;
}
.contact-number a:hover,
.contact-number a:focus {
    background-image: linear-gradient(100deg, #11b0c2, #59992a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.btn--gradient-one {
    background-image: none;
    background: -webkit-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: -o-linear-gradient(150deg, #4c79e2 0, #134cc3 100%) !important;
    background: linear-gradient(150deg, #13bdcd 0, #127bce 100%) !important;
}

.border-around {
    border: 1px solid #13a6c1;
}

.blog-pages-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.blog-pages-wrapper h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #555555;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-detail-text h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

/* Optional: Responsive adjustments */
@media (max-width: 768px) {
    .blog-pages-wrapper h1 {
        font-size: 2rem;
    }

    .blog-pages-wrapper h2 {
        font-size: 1.3rem;
    }

    .blog-pages-wrapper h3 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 768px) {
    .blog-grid .post-info {
        padding: 40px 0px 15px; /* adjust these values as needed */
    }
}

.feature-images__one h2 {
    font-size: 24px; /* Adjust this value to your preferred font size for h2 */
}

/* For all h3 elements */
.feature-images__one h3 {
    font-size: 17px;
    font-weight: 400;
    color: #565758;
}

.feature-images__one .section-title-wrap h1.heading {
    font-size: 40px;
}

@media (max-width: 768px) {
    .feature-images__one .section-title-wrap h1.heading {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .feature-images__one .section-title-wrap h1.heading {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .col-md-6.timeline-col.right.timeline-info
    .inner
    .content-wrap
    .content-body
    ul.list-style-one.list-style-three
    li {
        overflow-wrap: break-word;
        white-space: normal;
        /*max-width: 250px;*/
    }
}

li.item.animate
.timeline-col.left.timeline-feature
.photo img {
    max-width:90%
}

@media (max-width: 768px) {
    li.item.animate
    .timeline-col.left.timeline-feature
    .photo img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto; /* center it if needed */
    }
}

@media (max-width: 768px) {
    .ht-timeline.style-01 .timeline-info .inner {
       margin-left:1px
    }
}

@media (max-width: 768px){
    .list-style-three li{
        border-radius:10px;
    }
}


@media (max-width: 768px) {
    .ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature > .inner {
        text-align: left;
        float: left;
    }
}


.ht-box-images .content h3.heading {
    font-size: 24px; /* Adjust size as needed */
   
}
.ht-box-images .image-box-wrap:hover .content h3.heading {
    color: #000; /* Black on hover */
}


.hover-move:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.carousel-container {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s ease;
}

.blog-card {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 19px 30px;
}

@media (max-width: 768px) {
    .blog-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.blog-card-inner {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(0 0 0 / 12%);
    background: #fff;
}

.blog-img {
    height: 200px;
    /*object-fit: cover;*/
}
.blog-img2 {
    height: 200px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .blog-img {
        height: 150px; /* or any value you prefer */
        object-fit:cover;
    }
}


/*.date-badge {
    position: relative;
    bottom: -15px;
    left: 15px;
    background: #00b140;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
}*/

.date-badge {
    position: absolute;
    top: 160px;
    right: 22px;
    background: #00af36;
    padding: 6px;
    border-radius: 6px;
    color: #FFF;
    font-size: 20px;
    width: 59px;
    text-align: center;
    text-transform: uppercase;
    line-height: 21px;
    font-weight: 600;
    border: 2px solid;
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
    .date-badge {
        top: 107px;
    }
}
.read-more-btn {
    background: #00b140;
    border: none;
    padding: 8px 20px;
    color: white;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
}

    .read-more-btn:hover {
        background: #009a36;
        color: white;
    }

.carousel-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

    .carousel-buttons button {
        background: white;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        transition: background 0.2s ease, transform 0.2s ease;
    }

        .carousel-buttons button:hover {
            background: #f0f0f0;
            transform: scale(1.05);
        }

    .carousel-buttons svg {
        width: 18px;
        height: 18px;
        stroke: #000;
    }

.text-control-3 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Change this line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (min-width: 992px) {
    .video-popup {
        min-height: 306px !important;
    }
}

.modal-xl {
    max-width: 980px !important
}
   /* .modal-xl .row > [class*=col-] {
        position: relative;
    }*/

    .modal-xl .form-control {
        padding: 12px 19px;
        border-radius: 4px;
        border-color: #000
    }
    .modal-xl select {
       
        border-color: #000;
        height:51px
    }

    .modal-xl label {
        font-size: 13px;
        margin-bottom:0;
        padding-left:10px
        
    }

    .modal-xl i {
        font-family: 'Font Awesome 5 Brands';
    }

    .modal-xl input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
        color: #000;
    }
    .modal-xl .form-control::placeholder {
        color: #2e2e2e !important; /* text color */
       
    }
/* ✅ Hide Google top bar completely */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon {
    display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important
}

body {
    top: 0px !important;
}

.goog-logo-link,
.goog-te-gadget {
    display: none !important;
}

.notranslate {
    unicode-bidi: isolate;
}

.lang-btn {
    padding: 0px 5px;
    border: 0;
    background: #FFF;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    line-height: 21px;
    font-size: 13px;
    border-radius: 2px;
    display: block;
    width: 26px;
}

    .lang-btn.active {
        background: #2388c9;
        color: #fff;
    }

.change-lang {
    border-radius: 0px;
    display: block;
    margin-left: 14px;
    border-radius: 4px;
    border: 1px solid #2388c9;
}

    .change-lang .lang-btn:first-child {
        border-radius: 4px 4px 0 0;
    }

    .change-lang .lang-btn:last-child {
        border-radius: 0px 0px 4px 4px;
    }

/*html[dir="rtl"], body[dir="rtl"] {
    overflow-x: hidden;*/ /* Horizontal scroll disable */
/*}*/
@media(max-width:991px) {
    .lang-btn {
        line-height: 29px;
        border-radius: 2px;
        display: inline-block;
        width: 26px;
    }

    .change-lang {
        display: inline-flex;
    }
        .change-lang .lang-btn:first-child {
            border-radius: 4px 0px 0px 4px ;
        }
        .change-lang .lang-btn:last-child {
            border-radius: 0px 4px 4px 0 ;
        }
}





/* Default (jab tak dir apply nahi hota) */
.ar-text {
    display: none;
}

/* Jab body dir="rtl" ho to Arabic show aur English hide */
body[dir="rtl"] .ar-text {
    display: block;
}

body[dir="rtl"] .en-text {
    display: none;
}

/* Jab body dir="ltr" ho to English show aur Arabic hide */
body[dir="ltr"] .en-text {
    display: block;
}

body[dir="ltr"] .ar-text {
    display: none;
}

body {
    animation: slideLTR 0.9s ease;
}


.lg-outer {
   
    direction: ltr;
}


.career-highlight-light {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    overflow: hidden;
}

.career-badge-light {
    display: inline-block;
    background: #e0e7ff;
    color: #3730a3;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.career-card-clickable:hover .career-badge-light {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgb(15 101 195 / 34%);
    background: #0a53ab;
    color: white;
}


.career-title-light {
    font-size: 50px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.career-subtitle-light {
    font-size: 22px;
    color: #475569;
    line-height: 1.7;
}

.career-card-light {
    background: #ffffff;
    border-radius: 22px;
    padding: 42px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

    .career-card-light p {
        font-size: 20px;
        line-height: 1.8;
        color: #334155;
    }

.growth-text-light {
    font-weight: 600;
    margin-top: 20px;
    color: #4f46e5;
}

.career-cta {
    margin-top: 35px;
    text-align: center;
}

.btn-apply-light {
    background: linear-gradient(135deg, #6366f1, #3b82f6);
    border: none;
    padding: 24px 44px;
    line-height: 0px;
    font-size: 16px;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(99, 102, 241, 0.35);
    transition: all 0.3s ease;
}

    .btn-apply-light:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(99,102,241,0.45);
    }

.cta-note-light {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #64748b;
}

/* ✨ Shine Overlay (inactive by default) */
.shine-overlay {
    position: absolute;
    top: -100%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: linear-gradient( 120deg, transparent 45%, rgba(255,255,255,0.65) 50%, transparent 55% );
    transform: rotate(12deg);
    opacity: 0;
    pointer-events: none;
}

.shine-active {
    animation: shineEffect 2.5s ease-out forwards;
}

@keyframes shineEffect {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(12deg);
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(12deg);
    }
}
/* Hover Shine Layer */
.career-card-light {
    position: relative;
    overflow: hidden;
}

/*.hover-shine {
    position: absolute;
    top: -120%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: linear-gradient( 120deg, transparent 45%, rgba(255,255,255,0.7) 50%, transparent 55% );
    transform: rotate(12deg);
    opacity: 0;
    pointer-events: none;
}*/

/* Trigger on hover */
/*.career-card-light:hover .hover-shine {
    animation: hoverShine 1.8s ease-out;
}*/

@keyframes hoverShine {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(12deg);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(12deg);
    }
}

.hiring-ribbon {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #2196F3, #003ea3);
    color: #ffffff;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 12px 0 0 12px;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(59,130,246,0.4);
    transition: all 0.3s ease;
}

    .hiring-ribbon span {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        letter-spacing: 1px;
    }

    .hiring-ribbon:hover {
        padding-right: 28px;
        box-shadow: 0 20px 40px rgba(59,130,246,0.6);
        transform: translateX(-4px);
        color: white;
    }
.help-and-support {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #2196F3, #003ea3);
    color: #ffffff;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 12px 0 0 12px;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(59,130,246,0.4);
    transition: all 0.3s ease;
}

    .help-and-support span {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        letter-spacing: 1px;
    }

    .help-and-support:hover {
        padding-right: 28px;
        box-shadow: 0 20px 40px rgba(59,130,246,0.6);
        transform: translateX(-4px);
        color: white;
    }


.career-locations {
    margin-top: 28px;
    text-align: center;
}

    .career-locations span {
        display: block;
        font-size: 14px;
        color: #64748b;
        margin-bottom: 10px;
    }

    .career-locations ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .career-locations ul li {
            display: inline-block;
            background: #eef2ff;
            color: #3730a3;
            padding: 6px 14px;
            margin: 4px;
            border-radius: 20px;
            font-size: 18px;
            font-weight: 500;
        }


.career-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .career-card-link:hover {
        transform: translateY(-4px);
        box-shadow: 0 30px 60px rgba(0,0,0,0.12);
    }

.career-details-cta {
    display: inline-block;
    margin-top: 18px;
    font-weight: 600;
    color: #4f46e5;
}

/* Make card feel clickable */
.career-card-clickable {
    position: relative;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

    /* Lift effect on hover */
    .career-card-clickable:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    }

    /* Ensure links stay clickable */
    .career-card-clickable a {
        position: relative;
        z-index: 3;
    }

    /* Hover shine micro-effect */
    .career-card-clickable .hover-shine {
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient( 120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 70% );
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .career-card-clickable:hover .hover-shine {
        opacity: 1;
        animation: shineMove 1.1s ease;
    }

@keyframes shineMove {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}
.bg-gray1 {
    background: linear-gradient(135deg, #f8fafc, #eef2ff)
}

