/*============================
    CSS Index         
==============================

    01. Default Css
        - Breadvrumb 
        - Preloader   
        - Scroll top 
        - Dividers Css 
        - Google Map Css 
    02. Section Spacing Css
    03. Custom Animation Css
    04. container Css 
    05. Header Css 
        - language
        - Navigation Menu Css
        - Multilevel Submenu Css
        - Mega Menu Css
        - Mobile Menu Overlay Css
        - offset search
        - search overlay
    06. Footer Css
    07. Sidebar Css
    08. Button Css 
    09. Accordions Css 
    10. Call To Action Css  
    11. Countdown Css 
    12. Counters Css 
    13. Box Icon Css
    14. Box Images Css
    15. Box Large Images Css
    16. Brand Logo Css  
    17. Listing Css
    18. Gradation Process Css     
    19. Instagram Css     
    20. Message Box Css 
    21. Video Popup Css
    22. Pricing table Css
    23. progress Bar Css 
    24. Circle Progress Css
    25. Row Separators Css
    26. Social Networks Css 
    27. Listing Css
    29. Team Member Css 
    30. Timeline Css
    31. Testimonial slider Css 
    32. Project Css 
    33. Contact Us Css 
    34. Blog Pages Css
    35. Infotechno Css  
    36. Processing Hero Css
    37. Processing Hero Css
    38. Resolutions home Css
    39. Cybersecurity home Css  
    40. About Us pages Css
    41. Single Smart Vision Css
    42. Redraw Css
    43. Preview Page Css 


/*=====  End of CSS Index  ======*/
/*=============================================
=             01. Default Css                 =
=============================================*/
@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url("https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --background-color: #ffffff;
    --default-color: #0a0f14;
    --heading-color: #0f2943;
    --accent-color: #086AD8;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
    --digital-primary-color: #086AD8;
    --digital-primary-light: #dbeafe;
    --digital-primary-dark: #086AD8;
    --digital-text-dark: #1f2937;
    --digital-text-light: #6b7280;
    --digital-bg-light: #f8fafc;
    --digital-bg-section: #e6f4ff;
    --digital-white: #ffffff;
    --digital-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --digital-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --digital-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --digital-border-radius: 12px;
    --digital-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --partner-dark-blue: #022550;
    --partner-blue: #086AD8;
}

html,
body {
    height: 100%;

}

body {
    line-height: 1.74;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: 'Satoshi', sans-serif;
    color: #696969;
    position: relative;
    background-color: #ffffff;
}


.blog-details-page-content {
    line-height: 1.74;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: 'Satoshi', sans-serif !important;
    color: #696969;
    position: relative;
    background-color: #ffffff;
}


body.no-overflow {
    overflow: hidden;
}


/* Width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track (background) */
::-webkit-scrollbar-track {
    background: #f1f5ff;
}

/* Thumb (scroll handle) */
::-webkit-scrollbar-thumb {
    background: #0792ee;
    border-radius: 10px;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
    background: #065bb5;
}

p {
    font-size: 16px !important;
    line-height: 1.5rem !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: 'Satoshi', sans-serif;
    /* font-weight: 700; */
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

h1,
h2,
h3,
h4 {
    font-weight: 700 !important;
}

h1 {
    font-size: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 18px;
}

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

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
    outline: none !important;
}

/* a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
} */

.btn.focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    color: #086AD8;
}

button,
input[type=submit] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.form-messege.success,
.form-messege-2.success {
    color: green;
}

.form-messege.error,
.form-messege-2.error {
    color: red;
}

.mark,
mark {
    padding: 0 0;
    background-color: transparent;
}

.font-weight--bold {
    font-weight: 800;
}

.font-weight--reguler {
    font-weight: 500;
}

.font-weight--normal {
    font-weight: 400;
}

.font-weight--light {
    font-weight: 300;
}

/*--
    Default Class
*/
.text-color-primary {
    color: #086AD8;
}

.text-color-denger {
    color: #F44C01;
}

.text-color-secondary {
    color: #d2a98e;
}

.text-black {
    color: #333333 !important;
}

.bg-white {
    background: #ffffff;
}

.bg-black {
    background: #333;
}

.bg-gray {
    background: #F8F8F8;
}

.bg-gray-2 {
    background: #F6FAFE;
}

.bg-gray-3 {
    background: #f6f2ed;
}

.bg-theme-default {
    background: #086AD8;
}

.theme-bg-secondary {
    background: #d2a98e;
}

.bg-theme-three {
    background: #002FA6;
}

.sub-heading {
    color: #6c757d;
}

.black-bg {
    background: #000000;
}

.border-radus-5 {
    border-radius: 5px;
}

.text-green {
    color: #d2a98e;
}

.bg-gradient {
    background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}



.fixed-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*------- Defauld Class --------*/
.text-black {
    color: #333;
}

.box-shadow-top {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.border {
    border: 1px solid #ededed !important;
}

.border-top {
    border-top: 1px solid #ededed !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;
}

.border-bottom-dash {
    border-bottom: 1px dashed #ddd !important;
}

.border-top-thick {
    border-top: 2px solid #ededed !important;
}

.border-bottom-thick {
    border-bottom: 2px solid #ededed !important;
}

.border-top-drak {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-drak {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.section-title mark {
    color: #38cb89;
    padding: 0em;
    background-color: transparent;
}

.section-sub-title {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-top: -5px;
}

.section-under-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
}

.section-under-heading a {
    color: #086AD8;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.section-under-heading a::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -1px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.section-under-heading a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.img-width {
    width: 100%;
}

.title-dec-text {
    text-align: center;
    max-width: 760px;
    margin: auto;
}

::-moz-selection {
    color: #ffffff;
    background-color: #086AD8;
}

::selection {
    color: #ffffff;
    background-color: #086AD8;
}

form {
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

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: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::placeholder,
form textarea::placeholder {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select: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;
    cursor: pointer;
}

/* swiper default styles */
.swiper-pagination {
    position: static;
    display: block;
    line-height: 1;
}

.swiper-pagination--vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    bottom: auto;
    left: auto;
}

.swiper-pagination--vertical .swiper-pagination-bullet {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    margin-right: 0;
}

.swiper-pagination--vertical .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    position: relative;
    outline: none;
    margin-right: 20px;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #d8d8d8;
    z-index: 1;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-pagination .swiper-pagination-bullet:hover:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #086AD8;
}

.swiper-pagination .swiper-pagination-bullet-active:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #086AD8;
}

.site-wrapper-reveal {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
    margin: 8px;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet:hover:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet-active::before {
    opacity: 1;
    background: #fff;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 9px #ededed;
    box-shadow: 0 0 9px #ededed;
}

.swiper-pagination.swiper-pagination-black .swiper-pagination-bullet {
    margin: 8px;
}

.swiper-pagination.swiper-pagination-black .swiper-pagination-bullet:hover:before {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #333;
}

.swiper-pagination.swiper-pagination-black .swiper-pagination-bullet-active::before {
    opacity: 1;
    background: #333;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 9px #8b7b7b;
    box-shadow: 0 0 9px #8b7b7b;
}

.swiper-nav-button {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.1s linear 2s, opacity 0.1s linear 2s;
    background-image: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    width: 48px;
    height: 48px;
    font-size: 24px;
    color: #6d70a6;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    top: 50%;
}

.swiper-nav-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    color: #fff;
    background: #fff;
}

.swiper-nav-button:hover {
    color: #fff;
}

.swiper-nav-button:hover::before {
    color: #fff;
    background: #086AD8;
}

.swiper-container {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-container:hover .swiper-nav-button {
    opacity: 1;
    visibility: visible;
}

.swiper-nav-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-nav-button i::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f104";
}

.swiper-nav-prev i::before {
    content: "\f104";
}

.swiper-button-next i::before {
    content: "\f105";
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.single-element-wrap ul li {
    margin-bottom: 15px;
}

.single-element-wrap ul li:last-child {
    margin-bottom: 0;
}

/*===================================
    - Breadvrumb  
=================================*/
.breadcrumb-area {
    padding-top: 114px;
    padding-bottom: 114px;
    background-color: #f6f2ed;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-width: 0px;
    padding-top: 136px;
    padding-bottom: 131px;
    background-size: cover;
    z-index: 3;
    position: relative;
    background-image: url(../images/bg/title-bar-01-bg.webp);
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.breadcrumb-list {
    margin-top: 20px;
}

.breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.58;
    text-transform: uppercase;
}

.breadcrumb-list li a {
    position: relative;
}

.breadcrumb-list li a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.breadcrumb-list li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    z-index: 0;
}

.breadcrumb-list li.active {
    color: #6D70A6;
}

.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;
}

.page-pagination li a:hover {
    color: #086AD8;
}

/*=============================================
=                - Preloader                =
=============================================*/
.preloader-active {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
}

.preloader-active .preloader-area-wrap {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.preloader-active .preloader-area-wrap .spinner div {
    background-color: #086AD8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader-active .preloader-area-wrap .spinner div.bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.preloader-active .preloader-area-wrap .spinner div.bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.preloader-area-wrap {
    display: none;
}

.open_tm_preloader {
    position: fixed;
    background-color: transparent;
    z-index: 9999;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.open_tm_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.open_tm_preloader.loaded:before,
.open_tm_preloader.loaded:after {
    width: 0%;
}

.open_tm_preloader:before,
.open_tm_preloader:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.open_tm_preloader:before {
    top: 0;
    left: 0;
}

.open_tm_preloader:after {
    bottom: 0;
    right: 0;
}

/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #086AD8;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
    -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);
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*=============================================
   - Dividers Css        
=============================================*/
.separator-wrap {
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}

.separator-wrap .dot {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px #def0ff;
    box-shadow: 0 0 12px #def0ff;
    background: #000;
    background-color: #086AD8;
    -webkit-animation: separator-bounce 1.4s ease-in-out 0s infinite both;
    animation: separator-bounce 1.4s ease-in-out 0s infinite both;
    width: 14px;
    height: 14px;
}

.separator-wrap .dot.second-circle {
    margin-top: 18px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.separator-wrap .dot.third-circle {
    margin-top: 14px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

@-webkit-keyframes separator-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes separator-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*=================================
=          - Google Map Css       =                
===================================*/
#googleMap-1,
#googleMap-2,
#googleMap-3 {
    height: 400px;
}

/*=====  End of Default CSS  ======*/
/*============================================
=           02. Section Spacing Css          =
=============================================*/
.section-space {
    /* Section Padding Css */
    /* Section Margin Css */
}

.section-space--pt_150 {
    padding-top: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-space--pt_150 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_150 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_150 {
        padding-top: 60px;
    }
}

.section-space--ptb_120 {
    padding-top: 80px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_120 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section-space--pt_120 {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_120 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_120 {
        padding-top: 60px;
    }
}

.section-space--pb_120 {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_120 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_120 {
        padding-bottom: 60px;
    }
}

.section-space--ptb_100 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space--pt_100 {
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_100 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_100 {
        padding-top: 60px;
    }
}

.section-space--pb_100 {
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_100 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_100 {
        padding-bottom: 60px;
    }
}

.section-space--ptb_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_90 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section-space--pt_90 {
    padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_90 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_90 {
        padding-top: 40px;
    }
}

.section-space--pb_90 {
    padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_90 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_90 {
        padding-bottom: 40px;
    }
}

.section-space--ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section-space--pt_80 {
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_80 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_80 {
        padding-top: 40px;
    }
}

.section-space--pb_80 {
    padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_80 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_80 {
        padding-bottom: 40px;
    }
}

.section-space--ptb_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section-space--pt_70 {
    padding-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_70 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_70 {
        padding-top: 30px;
    }
}

.section-space--pb_70 {
    padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_70 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_70 {
        padding-bottom: 30px;
    }
}

.section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space--pt_60 {
    padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_60 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_60 {
        padding-top: 60px;
    }
}

.section-space--pb_60 {
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_60 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_60 {
        padding-bottom: 60px;
    }
}

.section-space--pt_40 {
    padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_40 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_40 {
        padding-top: 30px;
    }
}

.section-space--pb_40 {
    padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_40 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_40 {
        padding-bottom: 30px;
    }
}

.section-space--ptb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-space--pt_30 {
    padding-top: 30px;
}

.section-space--pb_30 {
    padding-bottom: 30px;
}

.section-space--mt_15 {
    margin-top: 15px;
}

.section-space--mt_20 {
    margin-top: 20px;
}

.section-space--mt_30 {
    margin-top: 30px;
}

.section-space--mt_40 {
    margin-top: 40px;
}

.section-space--mt_50 {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_50 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_50 {
        margin-top: 30px;
    }
}

.section-space--mt_60 {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_60 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_60 {
        margin-top: 30px;
    }
}

.section-space--mt_70 {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_70 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_70 {
        margin-top: 30px;
    }
}

.section-space--mt_80 {
    margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_80 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_80 {
        margin-top: 30px;
    }
}

.section-space--mt_100 {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_100 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_100 {
        margin-top: 60px;
    }
}

.section-space--mt_120 {
    margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_120 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_120 {
        margin-top: 60px;
    }
}

.section-space--mb_15 {
    margin-bottom: 15px;
}

.section-space--mb_20 {
    margin-bottom: 20px;
}

.section-space--mb_30 {
    margin-bottom: 30px;
}

.section-space--mb_40 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .section-space--mb_40 {
        margin-bottom: 30px;
    }
}

.section-space--mb_50 {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_50 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_50 {
        margin-bottom: 30px;
    }
}

.section-space--mb_60 {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_60 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_60 {
        margin-bottom: 30px;
    }
}

.section-space--mb_100 {
    margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_100 {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_100 {
        margin-bottom: 60px;
    }
}

.section-space--mb_120 {
    margin-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_120 {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_120 {
        margin-bottom: 60px;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.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;
}

@media only screen and (max-width: 767px) {
    .small-mt__0 {
        margin-top: 0px;
    }

    .small-mt__10 {
        margin-top: 10px;
    }

    .small-mt__20 {
        margin-top: 20px;
    }

    .small-mt__30 {
        margin-top: 30px;
    }

    .small-mt__40 {
        margin-top: 40px;
    }

    .small-mt__50 {
        margin-top: 50px;
    }

    .small-mt__60 {
        margin-top: 60px;
    }

    .small-mb__30 {
        margin-bottom: 30px;
    }

    .small-mb__40 {
        margin-bottom: 40px;
    }

    .small-mb__50 {
        margin-bottom: 50px;
    }

    .small-mb__60 {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-mt__0 {
        margin-top: 0px;
    }

    .tablet-mt__30 {
        margin-top: 30px;
    }

    .tablet-mt__40 {
        margin-top: 40px;
    }

    .tablet-mt__50 {
        margin-top: 50px;
    }

    .tablet-mt__60 {
        margin-top: 60px;
    }

    .tablet-mb__30 {
        margin-bottom: 30px;
    }

    .tablet-mb__40 {
        margin-bottom: 40px;
    }

    .tablet-mb__50 {
        margin-bottom: 50px;
    }

    .tablet-mb__60 {
        margin-bottom: 60px;
    }
}

/*=====  End of spacing  ======*/
/*===========================================
=        03. Custom Animation Css
===========================================*/
@-webkit-keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveHorizontal {
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveHorizontal {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.move-up {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.move-up.animate {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation: moveVertical 0.65s ease forwards;
    animation: moveVertical 0.65s ease forwards;
}

.move-up-x {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.move-up-x.animate {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation: moveHorizontal 0.65s ease forwards;
    animation: moveHorizontal 0.65s ease forwards;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }

    to {
        margin-top: 0;
    }
}

/* --------------------------------------
    Custom Hide Animation
---------------------------------------*/
@-webkit-keyframes hide-animation {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(60px);
        opacity: 0;
    }
}

@keyframes hide-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
}

/* --------------------------------------
    Custom Slide Show Animation
---------------------------------------*/
@-webkit-keyframes show-animation {
    0% {
        -webkit-transform: translateY(60px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes show-animation {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* --------------------------------------
    Custom Slide Out To Right
---------------------------------------*/
@-webkit-keyframes slide-out-to-right {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translateX(40px);
        opacity: 0;
    }
}

@keyframes slide-out-to-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
        opacity: 0;
    }
}

/* --------------------------------------
    Custom Slide Out To Left
---------------------------------------*/
@-webkit-keyframes slide-in-to-left {
    0% {
        -webkit-transform: translateX(60px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-to-left {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* ------------------------
    Brook Hover Effect 
---------------------------*/
.brook-transition {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bk-hover a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    color: #999;
}

.bk-hover a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.bk-hover a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

/* ------------------------
    Separator Bounce 
---------------------------*/
@-webkit-keyframes separator-bounce {

    0%,
    80%,
    to {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes separator-bounce {

    0%,
    80%,
    to {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*=============================================
=            04. container Css            =
=============================================*/
@media (min-width: 1600px) {
    .container-fluid--cp-150 {
        padding: 0 150px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-150 {
        padding: 0 110px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-150 {
        padding: 0 50px;
    }
}

@media (min-width: 1700px) {
    .container-fluid--cp-140 {
        padding: 0 140px !important;
    }
}

@media (min-width: 1700px) and (max-width: 1663px) {
    .container-fluid--cp-140 {
        padding: 0 100px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-140 {
        padding: 0 30px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-140 {
        padding: 0 30px;
    }
}

@media (min-width: 1600px) {
    .container-fluid--cp-120 {
        padding: 0 120px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-120 {
        padding: 0 110px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-120 {
        padding: 0 50px;
    }
}

@media (min-width: 1600px) {
    .container-fluid--cp-80 {
        padding: 0 80px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-80 {
        padding: 0 30px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-80 {
        padding: 0 30px;
    }
}

.container-fluid--cp-60 {
    padding: 0 60px;
}

@media only screen and (max-width: 767px) {
    .container-fluid--cp-60 {
        padding: 0 15px;
    }
}

.container-fluid--cp-30 {
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .container-fluid--cp-30 {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .page-content-double-sidebar .container {
        max-width: 1600px;
    }
}

@media (max-width: 1919px) {
    .container-fluid--cp-60 {
        padding: 0 30px;
    }

    .container-fluid--cp-80 {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1919px) and (max-width: 767px) {
    .container-fluid--cp-80 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1919px) and (max-width: 575px) {
    .container-fluid--cp-80 {
        padding: 0 15px;
    }
}

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

.container_fl {
    padding-left: 15px;
    padding-right: 15px;
}

.col-06__left {
    width: 600px;
    max-width: 100%;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .col-06__left {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}

.col-06__right {
    width: 600px;
    max-width: 100%;
    float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .col-06__right {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.banner-image__content {
    width: 570px;
    max-width: 100%;
}

.row--35 {
    margin-left: -35px;
    margin-right: -35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--35 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--35>[class*=col],
.row--35>[class*=col-] {
    padding-left: 35px;
    padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--35>[class*=col],
    .row--35>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--35>[class*=col],
    .row--35>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .row--35>[class*=col],
    .row--35>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--30>[class*=col],
.row--30>[class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .row--30>[class*=col],
    .row--30>[class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--10 {
    margin-left: -10px;
    margin-right: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--10 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--10 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .row--10 {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

.row--10>[class*=col],
.row--10>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .row--10>[class*=col],
    .row--10>[class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .row--10>[class*=col],
    .row--10>[class*=col-] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 767px) {

    .row--10>[class*=col],
    .row--10>[class*=col-] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
/* .header-area{
  overflow: hidden;
} */
.header-area {
    position: relative;
    z-index: 9;
}

.header-area .is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.header-area .is-sticky .navigation-menu--text_white>ul>li>a {
    color: #444;
}

.header-area .is-sticky .navigation-menu--text_white>ul>li>a>span:after {
    background-color: #444;
}

.header-area .is-sticky .navigation-menu--text_white>ul>li.active>a {
    color: #000000;
}

.header-area .is-sticky .navigation-menu--text_white>ul>li:hover>a:after,
.header-area .is-sticky .navigation-menu--text_white>ul>li.active>a:after {
    color: #000000;
}

.header-area .is-sticky .navigation-menu--text_white>ul>li:hover>a>span,
.header-area .is-sticky .navigation-menu--text_white>ul>li.active>a>span {
    color: #000000;
}

.header-area .is-sticky .header-search-form .search-form-top .style-02 {
    background-color: transparent;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 {
    background-color: transparent;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
    color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
    color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
    color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
    color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
    color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top .search-field {
    color: #000;
}

.header-area .is-sticky .header-search-form .search-form-top .search-submit {
    color: #333;
}

.header-area .is-sticky .header__logo .dark-logo {
    display: inherit;
}

.header-area .is-sticky .header__logo .light-logo {
    display: none;
}

.header-area .is-sticky .menu-style-four .navigation-menu>ul>li>a {
    color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a:after,
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a:after {
    color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a>span,
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a>span {
    color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a:before,
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a:before {
    width: 100%;
    left: 0;
}

.header-area .is-sticky .header-search-form-two.white-icon a {
    color: #333;
}

@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 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
        z-index: 999;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
}

@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-area--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-area--absolute {
        position: static;
    }
}

.header-area--absolute__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.header-area--default {
    border-color: #E4E8F6;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
    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;
    /* logo */
}

.header__logo {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 14px 0;
    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;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__logo.top-logo {
    padding: 25px 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%;
    }
}

@media only screen and (max-width: 767px) {
    .header__logo {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .header__logo.top-logo {
        padding: 15px 0;
    }
}

.header__logo>a img {
    width: 250px !important;
    /* height: 60px !important; */
}

.header__logo .dark-logo {
    display: none;
}

.header__logo .light-logo {
    display: inherit;
}

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

.header.default-menu-style .header__logo {
    -webkit-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    /* -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; */
    padding: 14px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header.default-menu-style .header__logo {
        -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header.default-menu-style .header__logo {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header__logo {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.header.default-menu-style .header-midle-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header.default-menu-style .header-right-box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* -webkit-flex-basis: 23.5%; */
    -ms-flex-preferred-size: 23.5%;
    /* flex-basis: 23.5%; */
    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;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
        flex-basis: 14%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header-right-box {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.header.default-menu-style .header-right-box .header-right-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
}

@media only screen and (max-width: 767px) {
    .header.default-menu-style .header-right-box .header-right-inner {
        margin: auto;
    }
}

/*======================
    - language 
=======================*/
.language-menu {
    padding-right: 25px;
}

.language-menu>ul>li {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
}

.language-menu>ul>li>a {
    padding: 0 10px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

.language-menu>ul>li>a span {
    margin-left: 10px;
}

.language-menu>ul>li>a::after {
    content: "\f078";
    font-size: 8px;
    border: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
}

.language-menu>ul>li ul {
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 102;
    -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.language-menu>ul>li ul li a {
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 10px;
    border: 0;
    background: #fff;
    color: #222;
    line-height: 1;
    text-transform: uppercase;
}

.language-menu>ul>li ul li a span {
    margin-left: 10px;
}

.language-menu>ul>li ul li a img {
    width: 24px;
    height: auto;
}

.language-menu>ul>li ul li a:hover {
    background: #EEEEEE;
}

.language-menu>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.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: -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;
}

.header-right-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
}

@media(min-width:1600px) {
    .header-right-inner {
        /* padding-right: 90px; */
    }
}

@media only screen and (max-width: 767px) {
    .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, 0.09);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        background-color: #ffffff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-inner.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 999;
    }
}

@media only screen and (max-width: 767px) {
    .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;
    }
}

@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-top-info-slider-werap {
    overflow: hidden;
    max-width: 770px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-top-info-slider-werap {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-info-slider-werap {
        max-width: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-info-slider-werap {
        max-width: 100%;
    }
}

.header-top-info-slider-werap {
    padding: 0 12px;
}

@media only screen and (max-width: 767px) {
    .header-top-info-slider-werap {
        padding: 0 0px;
    }
}

.header-top-info-inner .info-item {
    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-left: 1px solid #ddd;
    padding-left: 19px;
}

.header-top-info-inner .info-item .info-icon {
    width: 41px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 30px;
    line-height: 1;
    color: #d2a98e;
}

.header-top-info-inner .info-item .info-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-top-info-inner .info-item .info-content .info-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 6px;
}

.header-top-info-inner .info-item .info-content .info-sub-title {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .header-top-info-inner .info-item {
        padding-left: 0px;
        margin-top: 20px;
    }
}

.header-top-info-inner.default-color .info-item .info-icon {
    color: #086AD8;
}

.top-info-slider__container {
    cursor: w-resize;
}

.top-info-slider__container .swiper-slide-active .info-item {
    border-left: none;
}

.header-social-networks.style-icons a {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    margin-top: 10px;
}

.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;
}

.header-bottom-left-wrap {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-search-form {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    /*   flex-shrink: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; */
}

.header-search-form .search-form-top {
    position: relative;
    background-color: rgba(0, 47, 166, 0.3);
}

.header-search-form .search-form-top .search-field {
    width: 270px;
    border-radius: 0;
    border: 0 !important;
    background: 0 0 !important;
    min-height: 60px;
    padding-right: 50px;
    padding-left: 10px;
    color: #fff;
}

.header-search-form .search-form-top input::-webkit-input-placeholder,
.header-search-form .search-form-top textarea::-webkit-input-placeholder {
    color: #333;
}

.header-search-form .search-form-top input::-moz-placeholder,
.header-search-form .search-form-top textarea::-moz-placeholder {
    color: #333;
}

.header-search-form .search-form-top input:-ms-input-placeholder,
.header-search-form .search-form-top textarea:-ms-input-placeholder {
    color: #333;
}

.header-search-form .search-form-top input::-ms-input-placeholder,
.header-search-form .search-form-top textarea::-ms-input-placeholder {
    color: #333;
}

.header-search-form .search-form-top input::placeholder,
.header-search-form .search-form-top textarea::placeholder {
    color: #333;
}

.header-search-form .search-form-top .search-submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    background: 0 0;
    width: 48px;
    height: 48px;
    line-height: 50px;
    padding: 0;
    border: 0;
    color: #ffffff;
}

.header-search-form .search-form-top.style-02 {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.header-search-form .search-form-top.style-02 .search-field {
    width: 232px;
    border-radius: 0;
    background: #fff !important;
    border: 0 !important;
    min-height: 60px;
    color: #333;
}

.header-search-form .search-form-top.style-02 .search-submit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    background: 0 0;
    width: 48px;
    height: 48px;
    line-height: 50px;
    padding: 0;
    border: 0;
    color: #000000;
}

.header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
    color: #ddd;
}

.header-search-form .search-form-top.style-03 input::-moz-placeholder {
    color: #ddd;
}

.header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
    color: #ddd;
}

.header-search-form .search-form-top.style-03 input::-ms-input-placeholder {
    color: #ddd;
}

.header-search-form .search-form-top.style-03 input::placeholder {
    color: #ddd;
}

.header-search-form.default-search {
    height: 100%;
}

.header-search-form.default-search .search-form-top {
    background: transparent;
    /* border-left: 1px solid #eee; */
    margin-right: 5px;
}

@media only screen and (max-width: 575px) {
    .header-search-form.default-search .search-form-top {
        margin-top: 15px;
        background: #eee;
    }
}

.header-search-form.default-search .search-form-top .search-field {
    max-width: 225px;
    color: #333;
    min-height: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .header-search-form.default-search .search-form-top .search-field {
        max-width: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .header-search-form.default-search .search-form-top .search-field {
        min-height: 40px;
    }
}

.header-search-form.default-search .search-form-top .search-submit {
    color: #000000;
}

.header-search-form-two {
    padding-left: 24px;
    display: block;
}

.header-search-form-two a {
    line-height: 0;
    font-size: 18px;
}

.header-search-form-two a:hover {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.header-search-form-two.white-icon a {
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-search-form-two.white-icon a {
        color: #333;
    }
}

.top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.top-bar-left .top-bar-text {
    font-size: 14px;
    line-height: 1.78;
}

.top-bar-left .top-bar-text .font-medium {
    font-weight: 500;
}

.top-bar-wrap {
    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;
    height: 50px;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
    margin-left: 0;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
    margin-right: 5px;
    font-size: 14px;
}

.top-message {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.78;
}

.top-message a {
    color: #002FA6;
    font-weight: 500;
}

.top-message a:hover {
    color: #d2a98e;
}

/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* gap: 20px; */
    justify-content: space-evenly;
}

.navigation-menu>ul>li {
    /* margin: 0 24px; */
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .navigation-menu>ul>li {
        margin: 0 22px;
    }
}

/* @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .navigation-menu>ul>li {
        margin: 0 15px;
    }
} */


@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .navigation-menu>ul>li {
        margin: 0 5px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .navigation-menu>ul>li {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .navigation-menu>ul>li {
        margin: 0 15px;
    }
}

.navigation-menu>ul>li>a {
    display: block;
    color: #000000;
    padding: 5px 2px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.18;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.navigation-menu>ul>li>a>span {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (min-width:1300px) {
    .navigation-menu>ul>li>a>span>i {
        font-size: 16px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #beccde9c;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}


.navigation-menu>ul>li>a>span>i {
    display: none !important;
}

.navigation-menu>ul>li.has-children>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.navigation-menu>ul>li>a:before {
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #086AD8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li>a span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li.has-children>a {
    position: relative;
}

.navigation-menu>ul>li.has-children>a:after {
    position: static;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li.has-children--multilevel-submenu {
    position: relative;
}

.navigation-menu>ul>li.has-children:hover .megamenu {
    -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.has-children:hover>.submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.navigation-menu>ul>li:hover>a:after,
.navigation-menu>ul>li.active>a:after {
    color: #086AD8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li:hover>a span,
.navigation-menu>ul>li.active>a span {
    color: #086AD8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menu>ul>li:hover>a:before,
.navigation-menu>ul>li.active>a:before {
    width: 100%;
    left: 0;
}

.navigation-menu.primary--menu>ul>li>a {
    /* padding: 31px 2px; */
}

.navigation-menu--text_white>ul>li>a {
    color: rgba(255, 255, 255, 0.7);
}

.navigation-menu--text_white>ul>li>a:before {
    background-color: #ffffff;
}

.navigation-menu--text_white>ul>li.active>a {
    color: #ffffff;
}

.navigation-menu--text_white>ul>li:hover>a:after,
.navigation-menu--text_white>ul>li.active>a:after {
    color: #ffffff;
}

.navigation-menu--text_white>ul>li:hover>a>span,
.navigation-menu--text_white>ul>li.active>a>span {
    color: #ffffff;
}

/* .header-bottom-left-wrap .navigation-menu>ul>li:first-child {
    margin: 0 24px 0 0;
} */

/*===================================
    - Multilevel Submenu Css
====================================*/
/* .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #086AD8;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    padding: 20px 0;
    z-index: 9;
} */

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    /* box-shadow: 0 2px 29px rgba(0, 0, 0, 0.5); */
    /* border-bottom: 3px solid #086AD8; */
    box-shadow: 0px 4px 6.7px 0px #00000080;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    /* min-width: 240px; */
    padding: 20px 0;
    z-index: 9;
}

.submenu>li {
    position: relative;
}

.submenu>li>a {
    display: block;
    padding: 5px 30px;
    color: #ababab;
    font-weight: 400;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.submenu>li>a>span {
    position: relative;
}

.submenu>li>a>span:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #086AD8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.submenu>li>a:hover {
    color: #086AD8;
}

.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.active>a {
    color: #086AD8;
}

.submenu>li.has-children>a {
    position: relative;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.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-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    font-size: 14px;
    vertical-align: middle;
    color: #ababab;
}

.submenu>li.has-children>a:hover:after {
    color: #086AD8;
}

.submenu>li.has-children.active>a {
    color: #086AD8;
}

.submenu .submenu {
    top: 0px;
    left: 100%;
    right: auto;
}

.submenu .submenu.left {
    right: 100%;
    left: auto;
}

.submenu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
}

.submenu .submenu .submenu.left {
    right: 100%;
    left: auto;
}

.submenu .submenu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
}

.submenu .submenu .submenu .submenu.left {
    right: 100%;
    left: auto;
}

.submenu .submenu .submenu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
}

.submenu .submenu .submenu .submenu .submenu.left {
    right: 100%;
    left: auto;
}

.menu-style-three .navigation-menu>ul>li,
.menu-style-four .navigation-menu>ul>li {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {

    .menu-style-three .navigation-menu>ul>li,
    .menu-style-four .navigation-menu>ul>li {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.menu-style-three .navigation-menu>ul>li:hover>a:before,
.menu-style-three .navigation-menu>ul>li.active>a:before,
.menu-style-four .navigation-menu>ul>li:hover>a:before,
.menu-style-four .navigation-menu>ul>li.active>a:before {
    width: 0%;
    left: 0;
}

.menu-style-three .submenu.left,
.menu-style-four .submenu.left {
    left: -100px;
}

.menu-style-three .submenu.left .submenu.left,
.menu-style-four .submenu.left .submenu.left {
    right: 100%;
    left: auto;
}

.menu-style-four .navigation-menu>ul>li>a {
    color: #ffffff;
}

/* .menu-style-four .navigation-menu>ul>li>a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #d2a98e;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
} */

.menu-style-four .navigation-menu>ul>li:hover>a:after,
.menu-style-four .navigation-menu>ul>li.active>a:after {
    color: #ffffff;
}

.menu-style-four .navigation-menu>ul>li:hover>a>span,
.menu-style-four .navigation-menu>ul>li.active>a>span {
    color: #ffffff;
}

.menu-style-four .navigation-menu>ul>li:hover>a:before,
.menu-style-four .navigation-menu>ul>li.active>a:before {
    width: 100%;
    left: 0;
}

/*=========================================
    - Mega Menu Css
===========================================*/
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #086AD8;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.megamenu--mega {
    min-width: 980px;
    width: 100%;
    padding: 35px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        min-width: 700px;
    }
}

.megamenu--mega>li {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu--mega>li .page-list-title {
    font-size: 14px;
    margin-bottom: 20px;
    color: #333333;
}

.megamenu--mega>li>ul>li>a {
    padding: 10px 0;
    color: #ababab;
    line-height: 1.2;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.megamenu--mega>li>ul>li>a:hover {
    color: #086AD8;
}

.megamenu--mega>li>ul>li>a:hover span:after {
    width: 100%;
    left: 0;
    right: auto;
}

.megamenu--mega>li>ul>li>a>span {
    position: relative;
}

.megamenu--mega>li>ul>li>a>span:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #086AD8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.megamenu--mega>li>ul>li.active>a {
    color: #086AD8;
}

.container-fluid .megamenu--mega {
    padding: 35px 220px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid .megamenu--mega {
        min-width: 700px;
    }
}

/* Mobile Mavigation icon */
.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 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile-navigation-icon.white-md-icon i {
        background-color: #fff;
    }

    .mobile-navigation-icon.white-md-icon i:before {
        background-color: #fff;
    }

    .mobile-navigation-icon.white-md-icon i:after {
        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: 992px) and (max-width: 1199px) {
    .is-sticky .white-md-icon i {
        background-color: #333;
    }

    .is-sticky .white-md-icon i:before {
        background-color: #333;
    }

    .is-sticky .white-md-icon i:after {
        background-color: #333;
    }
}

.page-open-off-sidebar:hover i {
    width: 100%;
}

.page-open-off-sidebar:hover i:before {
    width: 100%;
}

.page-open-off-sidebar:hover i:after {
    width: 100%;
}

.page-open-off-sidebar i {
    width: 100%;
    background-color: #333;
}

.page-open-off-sidebar i:before {
    width: 70%;
    background-color: #333;
}

.page-open-off-sidebar i:after {
    width: 70%;
    background-color: #333;
}

.hidden-icons-menu {
    margin-left: 15px;
}

.hidden-icons-menu a {
    color: #6D70A6;
    font-size: 20px;
}

.hidden-icons-menu a:hover {
    color: #086AD8;
}

/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay,
.page-oppen-off-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    overflow: auto;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0, 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;
    height: 100%;
    float: right;
    cursor: default;
    background: #086AD8;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {

    .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: #ffffff;
    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: #333333;
    -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: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.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: #333333;
    -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: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
    color: #086AD8;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before,
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mobile-menu-overlay__body,
.page-oppen-off-sidebar__body {
    padding: 20px 40px 100px;
}

.mobile-menu-overlay__body .offcanvas-navigation,
.page-oppen-off-sidebar__body .offcanvas-navigation {
    /* onepage style */
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li>a {
    display: block;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li>a:hover {
    color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>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,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children {
    position: relative;
}

.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.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: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover {
    background: rgba(255, 255, 255, 0.2);
}

.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 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.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: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
}

.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: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child {
    border-bottom: 0;
}

.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 .sub-menu li.has-children {
    position: relative;
}

.mobile-menu-overlay__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 .sub-menu li.has-children.active .menu-expand:before {
    content: "\f106";
}

.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: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.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 .sub-menu li.has-children .menu-expand:hover {
    background: rgba(255, 255, 255, 0.2);
}

.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-family: "Font Awesome 5 Free";
    font-weight: 500;
}

.mobile-menu-overlay__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 .sub-menu li.has-children {
    position: relative;
}

.mobile-menu-overlay__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 .sub-menu li.has-children.active .menu-expand:before {
    content: "\f106";
}

.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;
}

/*======================================
    - offset search
======================================*/
.page-oppen-off-sidebar {
    right: 0;
}

.page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 400px;
    float: right;
    background: #ffffff;
}

@media only screen and (max-width: 479px) {
    .page-oppen-off-sidebar__inner {
        width: 300px;
    }
}

.page-oppen-off-sidebar.active .page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.page-oppen-off-sidebar__header {
    background: #ffffff;
    padding: 15px 35px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item .icon {
    color: #6d70a6;
    min-width: calc(1em + 18px);
    font-size: 16px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item a:hover {
    color: #38cb89;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
    overflow: hidden;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
    width: 50%;
    float: left;
    margin-bottom: 8px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li a {
    line-height: 17px;
}

/*===============================
    - search overlay
===============================*/
.search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__inner {
    width: 100%;
    height: 100%;
    cursor: default;
    background: #ffffff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: hidden;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.search-overlay__header {
    background-color: #ffffff;
    padding: 15px 0;
}

.search-overlay__header .mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 48px;
    width: 48px;
    line-height: 48px;
    display: inline-block;
}

.search-overlay__header .mobile-navigation-close-icon:before {
    position: absolute;
    top: 28px;
    left: 0px;
    content: "";
    width: 42px;
    height: 3px;
    background: #333333;
    -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: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__header .mobile-navigation-close-icon:after {
    position: absolute;
    top: 28px;
    left: 0px;
    content: "";
    width: 42px;
    height: 3px;
    background: #333333;
    -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: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__header .mobile-navigation-close-icon:hover {
    color: #086AD8;
}

.search-overlay__header .mobile-navigation-close-icon:hover:before,
.search-overlay__header .mobile-navigation-close-icon:hover:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.search-overlay__body {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 75px;
}

.search-overlay__form {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}

.search-overlay__form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #086AD8;
    border-radius: 0;
    padding: 15px 50px 15px 0;
    width: 100%;
    color: #ffffff;
    font-size: 72px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .search-overlay__form input {
        font-size: 30px;
        height: 60px;
    }
}

.search-overlay__form input::-webkit-input-placeholder {
    color: #086AD8;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::-moz-placeholder {
    color: #086AD8;
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input:-ms-input-placeholder {
    color: #086AD8;
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::-ms-input-placeholder {
    color: #086AD8;
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::placeholder {
    color: #086AD8;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input[type=text]:focus {
    color: #086AD8;
    border-color: #086AD8;
}

.header__navigation.preview-menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__navigation.preview-menu .navigation-menu-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.preview-header-inner {
    padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .preview-header-inner {
        padding: 0;
    }
}

.preview-header-inner.is-sticky {
    padding: 0px 0;
}

.preview-header-inner.is-sticky .header__navigation.preview-menu ul>li>a {
    color: #333;
}

.preview-header-inner.is-sticky .header__actions--preview .ht-btn {
    background: transparent;
    border: 1px solid #086AD8;
    color: #086AD8;
    line-height: 42px;
    height: 43px;
}

.preview-header-inner .header__actions--preview .ht-btn {
    background: #086AD8;
    border: 1px solid #086AD8;
    color: #ffffff;
}

.preview-header-inner .header__actions--preview .ht-btn:hover {
    background: #ffffff;
    color: #086AD8;
}

/*=====  End of Header  ======*/
/*=========================================
=               06. Footer Css            =
===========================================*/
.reveal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .reveal-footer {
        position: static;
    }
}

.footer-widget-wrapper {
    margin-bottom: -35px;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget__title {
    margin-top: -3px;
    color: #333333;
    font-weight: 800;
}

.footer-widget__list li {
    margin-bottom: 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, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    overflow: hidden;
}

.social-group__list .ht-social-networks.tilte-style .link-text {
    color: #CCCCCC;
}

.social-group__list .ht-social-networks.tilte-style .link-text::before {
    background: rgba(255, 255, 255, 0.2);
}

.social-group__list .ht-social-networks.tilte-style .link-text:hover {
    color: #ffffff;
}

.social-group__list .ht-social-networks.tilte-style .social-link::before {
    color: #ccc;
}

.copyright-text {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .copyright-text {
        margin-bottom: 15px;
    }
}

.bg-mediumslateblue {
    background-color: #412977;
}

ul.footer-widget__horizontal-list {
    margin-bottom: 20px;
}

ul.footer-widget__horizontal-list li {
    display: inline-block;
    margin: 10px;
    color: #ffffff;
}

.ht-social-white.ht-social-networks .item {
    color: #fff;
}

/*=====  End of footer ======*/
/*=======================================
=            07. Sidebar Css           =
=========================================*/
.page-sidebar-right {
    padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .page-sidebar-right {
        padding-left: 0;
    }
}

.page-sidebar-left {
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .page-sidebar-left {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .page-sidebar-right,
    .page-sidebar-left {
        margin-top: 60px;
    }
}

.sidebar-widget+.sidebar-widget {
    margin-top: 40px;
}

.sidebar-widget-title {
    margin-bottom: 20px;
    font-weight: 500;
}

.widget-search {
    position: relative;
}

.widget-search input {
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 3px 20px;
    padding-right: 20px;
    height: 56px;
    color: #ababab;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    padding-right: 72px;
}

.widget-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 0;
    border-radius: 0 5px 5px 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.widget-search .search-submit:hover {
    color: #ffffff;
    background: #086AD8;
}

.widget-blog-recent-post ul li:first-child a {
    margin-top: -16px;
}

.widget-blog-recent-post ul li a {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0 16px 30px;
}

.widget-blog-recent-post ul li a::before,
.widget-blog-recent-post ul li a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.widget-blog-recent-post ul li a::after,
.widget-blog-recent-post ul li a::before {
    content: "\f30b";
    position: absolute;
    top: 22px;
    left: 0;
}

.widget-blog-recent-post ul li a::before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.widget-blog-recent-post ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.widget-blog-recent-post ul li a:hover::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.widget-tag .ht-btn {
    color: #ababab;
    background: #f5f5f5;
    margin-right: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}

.widget-tag .ht-btn:hover {
    color: #ffffff;
    background: #086AD8;
}

.widget-product-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-product-item .thumbnail {
    max-width: 150px;
    float: left;
    margin-right: 20px;
    margin-left: 0;
    width: 80px;
}

.widget-product-item .info .product-title {
    font-weight: 400;
    font-size: 16px;
}

.widget-product-item .info .star-rating a {
    display: inline-block;
    color: #ffb805;
    line-height: 1;
    font-size: 14px;
    margin: 0;
}

.widget-product-item .info .price-box {
    margin-top: 5px;
}

.widget-product-item .info .price-box .old-price {
    font-size: 0.88em;
    font-weight: 400;
    color: #b6b7d2;
    text-decoration: line-through;
}

.widget-product-item .info .price-box .new-price {
    font-size: 14px;
    font-weight: 500;
    color: #6d70a6;
}

/*=====  End of Sidebar  ======*/
/*=============================================
=            08. Button Css           =
=============================================*/
.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 0px 22px;
    text-align: center;
    color: #ffffff;
    background: #086AD8;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.ht-btn:hover,
.ht-btn:active,
.ht-btn:focus {
    color: #ffffff;
    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 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;
}

.ht-btn.ht-btn-lg {
    padding: 0 40px;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
}

.ht-btn.ht-btn-custom {
    min-width: 280px;
}

.ht-btn.ht-btn-full {
    width: auto;
    display: block;
}

.ht-btn--outline {
    border-width: 1px;
    line-height: 54px;
    background: transparent;
    border-color: #086AD8;
    color: #086AD8;
}

.ht-btn--outline:hover,
.ht-btn--outline:focus,
.ht-btn--outline:active {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border-color: transparent;
    background: #086AD8;
    color: #ffffff;
}

.ht-btn--solid {
    border-width: 1px;
    line-height: 54px;
    background: transparent;
    border-color: #ddd;
    color: #086AD8;
}

.ht-btn--solid:hover,
.ht-btn--solid:focus,
.ht-btn--solid:active {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border-color: transparent;
    background: #086AD8;
    color: #ffffff;
}

.ht-btn--circle {
    border-radius: 30px;
}

.ht-btn--no-round {
    border-radius: 0px;
}

.ht-btn.ht-btn-default {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    width: 180px;
}

.ht-btn .btn-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    font-size: 20px;
    margin-left: 10px;
}

.btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #086AD8;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.btn:hover,
.btn:active,
.btn:focus {
    font-weight: 500;
    color: #ffffff;
    background: #086AD8;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* .btn--secondary {
    background-image: none;
    background-color: #d2a98e;
}

.btn--secondary:hover {
    background-image: none;
    background: #d2a98e;
} */

.btn--black {
    background-image: none;
    background-color: #000000;
}

.btn--black:hover {
    background-image: none;
    background: #000000;
}

.btn--white {
    background-image: none;
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}

.btn--white:hover,
.btn--white:focus {
    background-image: none;
    background: #ffffff;
    color: #000000;
}

.btn--gradient {
    background-image: none;
    background: -webkit-linear-gradient(300deg, #FF3F85 0, #FAA720 100%) !important;
    background: -o-linear-gradient(300deg, #FF3F85 0, #FAA720 100%) !important;
    background: linear-gradient(150deg, #FF3F85 0, #FAA720 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%);
}

.btn--link {
    color: #086AD8;
}

.btn--link:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn.ht-btn-default {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    width: 180px;
}

.hover-style-link {
    position: relative;
}

/* .hover-style-link:after {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #d2a98e;
} */

/* .hover-style-link:hover {
    color: #d2a98e;
} */

.hover-style-link:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

/* .hover-style-link--secondary {
    color: #d2a98e;
} */

/* .hover-style-link--secondary:after {
    background-color: #d2a98e;
}

.hover-style-link--secondary:hover {
    color: #d2a98e;
} */

.hover-style-link--white {
    color: #ffffff;
}

.hover-style-link--white:after {
    background-color: #ffffff;
}

.hover-style-link--white:hover {
    color: #ffffff;
}

.hover-style-link--sub-color {
    color: #6d70a6;
}

.hover-style-link--sub-color:after {
    background-color: #6d70a6;
}

.hover-style-link--sub-color:hover {
    color: #6d70a6;
}

.hover-style-default {
    position: relative;
}

.hover-style-default:after {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #086AD8;
}

.hover-style-default:hover {
    color: #086AD8;
}

.hover-style-default:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

/* Images Button */
.image-btn {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 5px;
    overflow: hidden;
}

/* video pay link */
.video-play i {
    color: #d2a98e;
}

.video-play span {
    font-weight: 500;
    letter-spacing: 3px;
    margin-left: 10px;
}

/* button wrapper */
.button-wrapper>a {
    border: none;
}

@media only screen and (max-width: 479px) {
    .button-wrapper>a {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .button-wrapper>a:last-child {
        margin-bottom: 0;
    }
}

/* Text Button*/
.btn-text {
    color: #086AD8;
}

.btn-text:hover {
    color: #d2a98e;
}

.single-button-group h5 {
    margin-bottom: 10px;
}

.single-button-group .button-group-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

.single-button-group a {
    margin: 10px;
}

.single-button-group a:hover,
.single-button-group a:active,
.single-button-group a:focus {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*=====  End of Button  ======*/
/*=============================================
=            09. Accordions Css           =
=============================================*/
.faq-wrapper .panel.panel-default {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.faq-wrapper .card,
.faq-wrapper .card-header {
    border-radius: 0;
}

.faq-wrapper .card {
    border-bottom: none;
    margin-bottom: 20px;
    border: none;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}

.faq-wrapper .card:last-child {
    margin-bottom: 0;
}

.faq-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #ffffff;
}

.faq-wrapper .card-header h5 button {
    border: none;
    width: 100%;
    text-align: left;
    color: #000000;
    padding: 20px 30px;
    position: relative;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 5px;
    background: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 479px) {
    .faq-wrapper .card-header h5 button {
        padding-left: 15px;
        padding-right: 20px;
    }
}

.faq-wrapper .card-header h5 button span {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
    .faq-wrapper .card-header h5 button span {
        right: 15px;
    }
}

.faq-wrapper .card-header h5 button span i {
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.faq-wrapper .card-header h5 button:hover,
.faq-wrapper .card-header h5 button:focus {
    text-decoration: none;
    color: #000000;
}

.faq-wrapper .card-header h5 button[aria-expanded=true] {
    color: #ffffff;
    background: #d2a98e;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(2) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-wrapper .card-header h5 button[aria-expanded=true]:before {
    height: 100%;
}

.faq-wrapper .card-header h5 button[aria-expanded=false] span i:nth-child(1) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-wrapper .card-body {
    padding: 23px 30px 29px;
}

.faq-two-wrapper .panel.panel-default {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.faq-two-wrapper .card,
.faq-two-wrapper .card-header {
    border-radius: 0;
}

.faq-two-wrapper .card {
    border-bottom: none;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ebebeb;
}

/* .faq-two-wrapper .card:last-child {
  margin-bottom: 0;
} */

.faq-two-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #ffffff;
}

.faq-two-wrapper .card-header h5 button {
    font-size: 23px;
    border: none;
    width: 100%;
    text-align: left;
    color: #ababab;
    padding: 20px 35px;
    position: relative;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 5px;
    background: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 479px) {
    .faq-two-wrapper .card-header h5 button {
        padding-left: 25px;
        padding-right: 10px;
    }
}

.faq-two-wrapper .card-header h5 button span {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
    .faq-two-wrapper .card-header h5 button span {
        right: 15px;
    }
}

.faq-two-wrapper .card-header h5 button span i {
    font-size: 24px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.faq-two-wrapper .card-header h5 button:hover,
.faq-two-wrapper .card-header h5 button:focus {
    text-decoration: none;
    color: #086AD8;
}

.faq-two-wrapper .card-header h5 button[aria-expanded=true] {
    color: #086AD8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-two-wrapper .card-header h5 button[aria-expanded=true] span i {
    color: #d2a98e;
}

.faq-two-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(2) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-two-wrapper .card-header h5 button[aria-expanded=true]:before {
    height: 100%;
}

.faq-two-wrapper .card-header h5 button[aria-expanded=false] span i:nth-child(1) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-two-wrapper .card-body {
    padding: 0px 30px 29px;
}

.faq-custom-col {
    max-width: 570px;
    float: right;
    width: 100%;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-custom-col {
        float: inherit;
        margin: 0 auto 30px;
    }
}

/*=============================================
=           10. Call To Action Css             =
=============================================*/
.cta-bg-image_one {
    background-color: #454545;
    background-image: url(../images/patterns/mitech-call-to-action-image-global.webp);
    background-repeat: no-repeat;
    background-position: top 35% right -68px;
}

.cta-bg-image_two {
    background-color: #f6f2ed;
    background-image: url(../images/patterns/mitech-home-appointment-call-to-action-bg-image.webp);
    background-repeat: no-repeat;
    background-position: top right;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .cta-content {
        text-align: center;
        margin-bottom: 10px;
    }
}

.cta-button-group--one .btn-one {
    color: #086AD8;
    margin: 10px;
}

.cta-button-group--one .btn-one:hover {
    background: #086AD8;
    color: #ffffff;
}

.cta-button-group--one .btn-two {
    margin: 10px;
}

.cta-button-group--one .btn-two:hover {
    background: #086AD8;
    color: #ffffff;
}

.cta-button-group--two .btn-one {
    background: #086AD8;
    color: #ffffff;
    margin: 10px;
}

.cta-button-group--two .btn-two {
    margin: 10px;
}

.talk-message-box {
    max-width: 630px;
    margin: auto;
    border-radius: 5px;
    background-color: #e7edfa;
    padding: 28px 35px;
    position: relative;
}

.talk-message-box .message-icon {
    font-size: 24px;
    width: 64px;
    height: 64px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    background: #fff;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    position: absolute;
    top: -35px;
    left: -35px;
    color: #086AD8;
}

@media only screen and (max-width: 767px) {
    .talk-message-box .message-icon {
        top: -43px;
        left: 5px;
    }
}

.talk-message-box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.talk-message-box-content .heading {
    max-width: 350px;
}

@media only screen and (max-width: 767px) {
    .talk-message-box-content .heading {
        max-width: 280px;
    }
}

@media only screen and (max-width: 575px) {
    .talk-message-box-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .talk-message-box-content .heading {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/*=====  End of cta   ======*/
/*======================================
=          11. Countdown Css            =
=======================================*/
.countdown-deals {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 767px) {
    .countdown-deals {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .countdown-deals {
        grid-template-columns: repeat(2, 1fr);
    }
}

.countdown-deals.counter-style--one .single-countdown {
    display: inline-block;
}

.countdown-deals.counter-style--one .single-countdown .single-countdown__time {
    display: block;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    color: #086AD8;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .countdown-deals.counter-style--one .single-countdown .single-countdown__time {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .countdown-deals.counter-style--one .single-countdown .single-countdown__time {
        font-size: 40px;
    }
}

.countdown-deals.counter-style--one .single-countdown .single-countdown__text {
    display: block;
    color: #6d70a6;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.countdown-deals.counter-style--two .single-countdown {
    display: inline-block;
}

.countdown-deals.counter-style--two .single-countdown .single-countdown__time {
    display: block;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .countdown-deals.counter-style--two .single-countdown .single-countdown__time {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .countdown-deals.counter-style--two .single-countdown .single-countdown__time {
        font-size: 40px;
    }
}

.countdown-deals.counter-style--two .single-countdown .single-countdown__text {
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.countdown-deals.counter-style--four .single-countdown {
    display: inline-block;
    width: 70px;
    margin: auto;
}

.countdown-deals.counter-style--four .single-countdown .single-countdown__time {
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 90px;
    line-height: 90px;
    color: #000000;
}

.countdown-deals.counter-style--four .single-countdown .single-countdown__text {
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles>div {
    position: absolute;
    text-align: center;
    top: 0% !important;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.time_circles .textDiv_Days,
.textDiv_Hours,
.textDiv_Minutes,
.textDiv_Seconds {
    color: #222222;
    font-size: 30px !important;
}

@media only screen and (max-width: 575px) {

    .time_circles .textDiv_Days,
    .textDiv_Hours,
    .textDiv_Minutes,
    .textDiv_Seconds {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 767px) {

    .time_circles .textDiv_Days,
    .textDiv_Hours,
    .textDiv_Minutes,
    .textDiv_Seconds {
        font-size: 20px !important;
    }
}

.time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    font-size: 13px !important;
    color: #6d70a6;
}

@media only screen and (max-width: 575px) {
    .time_circles>div>h4 {
        font-size: 11px !important;
    }
}

/*======================================
=         12. Counters Css              =
=======================================*/
.fun-fact-grid-4 {
    border-right: 1px solid #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fun-fact-grid-4 .grid-item {
    width: 25%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .fun-fact-grid-4 .grid-item {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.fun-fact-grid-4 .grid-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background: #ededed;
    width: 1px;
}

.fun-fact-grid-4 .grid-item::after {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    right: 0;
    background: #ededed;
    height: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-fact-grid-4 .grid-item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .fun-fact-grid-4 .grid-item {
        width: 100%;
    }
}

.fun-fact--one .fun-fact__title {
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

.fun-fact--one .fun-fact__count {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.41;
    color: #086AD8;
}

.fun-fact--one .fun-fact__text {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d2a98e;
}

/* .fun-fact--two {
  margin-bottom: 30px;
} */
.fun-fact--two {
    padding: 30px 0px;
}

.fun-fact--two.lastitem {
    background: #fff;
    color: #000 !important;
}

.fun-fact--two.lastitem .fun-fact__count,
.fun-fact--two.lastitem .fun-fact__text {
    color: #086ad8;
}

.fun-fact--two.lastitem h5 {
    color: #086ad8;
}

.lastitem .countnew span {
    color: #086ad8;
}

.fun-fact--two .fun-fact__count {
    font-size: 56px;
    /* color: #ffffff; */
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
}

.fun-fact--two .fun-fact__text {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.fun-fact--three {
    position: relative;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fun-fact--three {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-fact--three {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .fun-fact--three {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

.fun-fact--three .fun-fact__count {
    color: #086AD8;
    margin-bottom: 19px;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
}

.fun-fact--three .fun-fact__text {
    font-size: 14px;
    text-transform: uppercase;
    color: #7e7e7e;
}

.fun-fact--four {
    position: relative;
    margin-bottom: 40px;
    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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fun-fact--four {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-fact--four {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .fun-fact--four {
        margin-bottom: 30px;
    }
}

.fun-fact--four .icon {
    border-radius: 10px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #fff;
    font-size: 30px;
    text-align: center;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.05);
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.05);
    color: #002FA6;
}

.fun-fact--four .fun-fact-text {
    text-align: left;
}

.fun-fact--four .fun-fact__count {
    color: #000000;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}

.fun-fact--four .fun-fact__text {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px;
}

.fun-fact--five {
    margin-bottom: 40px;
}

.fun-fact--five .fun-fact__count {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
}

.fun-fact--five .fun-fact__text {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    letter-spacing: 2px;
}

.modern-number-01 h2 {
    position: relative;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 2px;
    color: #ababab;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.modern-number-01 span.mark-text {
    font-size: 180px;
    line-height: 0.8;
    font-weight: 900;
    margin: 0 5px -5px -5px;
    color: #d2a98e;
}

@media only screen and (max-width: 767px) {
    .modern-number-01 span.mark-text {
        font-size: 140px;
    }
}

.modern-number-01 h3 {
    margin-top: 25px;
    font-size: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-number-01 h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-number-01 h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-number-01 h3 {
        font-size: 24px;
    }
}

.cybersecurity-about-text .text {
    font-size: 16px;
    /* margin-bottom: 20px; */
}

.reasources_description {
    font-size: 18px;
    margin-bottom: 20px;
}

.managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
        display: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
        display: inherit;
    }
}

/*=============================================
=              13. Box Icon Css              =
=============================================*/
.ht-box-icon.style-01 .icon-box-wrap {
    padding: 36px 10px 26px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #eee;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    margin-top: 30px;
}

.ht-box-icon.style-01 .icon-box-wrap .icon {
    height: 65px;
    text-align: center;
    width: 65px;
    margin: auto;
    margin-bottom: 29px;
    color: #086AD8;
}

.ht-box-icon.style-01 .icon-box-wrap .icon svg>*,
.ht-box-icon.style-01 .icon-box-wrap .icon svg path {
    stroke: #086AD8;
}

.ht-box-icon.style-01 .icon-box-wrap .content {
    text-align: center;
}

.ht-box-icon.style-01 .icon-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-icon.style-01 .icon-box-wrap .content .service_text {
    color: #696969;
}

.ht-box-icon.style-01:hover .icon-box-wrap {
    border-color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-icon.style-01 .feature-btn a {
    color: #086AD8;
    margin-top: 20px;
}

.ht-box-icon.style-01 .feature-btn a:hover {
    color: #d2a98e;
}

.ht-box-icon.style-02 .icon-box-wrap {
    padding: 30px 15px;
    border-radius: 5px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ht-box-icon.style-02 .icon-box-wrap .icon {
    min-width: 80px;
    margin-right: 10px;
    color: #333333;
}

.ht-box-icon.style-02 .icon-box-wrap .icon .svg-icon {
    width: 65px;
    height: 65px;
}

.ht-box-icon.style-02 .icon-box-wrap .icon svg * {
    stroke: currentColor;
}

.ht-box-icon.style-02 .icon-box-wrap .content {
    text-align: left;
}

.ht-box-icon.style-02 .icon-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-icon.style-02 .icon-box-wrap .content .service_text {
    color: #696969;
}

.ht-box-icon.style-02:hover .icon-box-wrap {
    border-color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-icon.style-02 .feature-btn a {
    color: #086AD8;
    margin-top: 20px;
}

.ht-box-icon.style-02 .feature-btn a:hover {
    color: #d2a98e;
}

.ht-box-icon.style-03 .icon-box-wrap {
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header {
    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;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 48px;
    font-weight: 48px;
    min-width: 60px;
    margin-right: 10px;
    color: #d2a98e;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
    color: #086AD8;
    margin-bottom: 10px;
}

.ht-box-icon.style-03 .icon-box-wrap .content .service_text {
    color: #696969;
}

.ht-box-icon.style-03:hover .icon-box-wrap {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

@media only screen and (max-width: 575px) {
    .ht-box-icon.style-03 .icon-box-wrap {
        padding: 37px 10px;
    }

    .ht-box-icon.style-03 .icon-box-wrap .image {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
}

.ht-box-icon.style-04 .icon-box-wrap {
    padding: 19px 24px 30px;
    border-radius: 5px;
    background: #edf2fe;
    position: relative;
    z-index: 1;
    height: 100%;
}

.ht-box-icon.style-04 {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
}

.ht-box-icon.style-04:hover {
    transform: translateY(-5px);

    /* box-shadow: 2px 2px 9.4px 0px #00000040; */
}

.ht-box-icon.style-04 .icon-box-wrap .icon {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 48px;
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    color: #eddcd1;
    z-index: -1;
}

.ht-box-icon.style-04 .icon-box-wrap .content .sub-heading {
    margin-bottom: 5px;
    font-size: 35px;
}

@media (max-width: 768px) {
    .ht-box-icon.style-04 .icon-box-wrap .content .sub-heading {
        font-size: 22px;
    }
}

.ht-box-icon.style-04 .icon-box-wrap .content .icon-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}



.ht-box-icon.style-04 .icon-box-wrap .content .heading {
    font-weight: 700;
    font-size: 22px !important;
    margin-bottom: 10px !important;
}



.ht-box-icon.style-04 .icon-box-wrap .content .heading::after {
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    margin-top: 6px;
    border-radius: 10px;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one .content .heading::after {
    background: #EA580C;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one {
    background-color: #FFFBF5;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one .icon {
    color: #eddcd1;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one .content .sub-heading {
    color: #EA580C;
}


.ht-box-icon.style-04 .icon-box-wrap.color-two .content .heading::after {
    background: #1D4ED8;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two {
    background-color: #F5F8FF;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two .icon {
    color: #b9cefd;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two .content .sub-heading {
    color: #2152D9;
}


.ht-box-icon.style-04 .icon-box-wrap.color-three .content .heading::after {
    background: #15803D;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three {
    background-color: #F2FCF5;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three .icon {
    color: #c7dbd7;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three .content .sub-heading {
    color: #17823F;
}


.ht-box-icon.style-04 .icon-box-wrap.color-four .content .heading::after {
    background: #7E22CE;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four {
    background-color: #FAF5FF;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four .icon {
    color: #f5b4bd;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four .content .sub-heading {
    color: #7E22CE;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five {
    background-color: #fcf7ee;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five .icon {
    color: #f5e1be;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five .content .sub-heading {
    color: #e5b35d;
}

.feature-list-button-box .ht-btn {
    margin: 10px;
}

.claim-grid-group {
    display: flex;
    /* grid-template-columns: repeat(5, 1fr); */
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .claim-grid-group {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .claim-grid-group {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .claim-grid-group {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 479px) {
    .claim-grid-group {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*=============================================
=              14. Box Images Css              =
=============================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-grid-image-box .section-space--mt_60 {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-grid-image-box .section-space--mt_60 {
        margin-top: 30px;
    }
}

.ht-box-images.style-01 .image-box-wrap {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 63px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    margin-top: 60px;
}

.ht-box-images.style-01 .image-box-wrap .box-image {
    text-align: center;
    margin-bottom: 41px;
    color: #086AD8;
}

.ht-box-images.style-01 .image-box-wrap .content {
    text-align: center;
}

.ht-box-images.style-01 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-images.style-01 .image-box-wrap .content .service_text {
    color: #696969;
}

.ht-box-images.style-01:hover .icon-box-wrap {
    border-color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-images.style-01 .circle-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 56px;
    width: 56px;
}

.ht-box-images.style-01 .circle-arrow .middle-dot {
    pointer-events: none;
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #086ad8;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ht-box-images.style-01 .circle-arrow a {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #d2a98e;
}

.ht-box-images.style-01:hover .circle-arrow a {
    background: #086AD8;
}

.ht-box-images.style-01:hover .circle-arrow .middle-dot {
    -webkit-animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
    animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ht-box-images.style-02 {
    display: block;
}

.ht-box-images.style-02 .image-box-wrap {
    -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 30px 38px;
    min-height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ht-box-images.style-02 .image-box-wrap .box-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.ht-box-images.style-02 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 0;
}

.ht-box-images.style-02 .image-box-wrap .content .text {
    color: #696969;
}

.ht-box-images.style-02:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-images.style-03 {
    -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 40px 30px 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.heading {
    font-weight: 700 !important;
    line-height: 1.2 rem;
    margin-bottom: 15px;
}

.ht-box-images.style-03 .image-box-wrap {
    max-width: 340px;
    margin: 0 auto;
}

.ht-box-images.style-03 .image-box-wrap .box-image {
    margin-bottom: 36px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-images.style-03 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 0;
}

.ht-box-images.style-03 .image-box-wrap .content .text {
    color: #696969;
}

.ht-box-images.style-03:hover .box-image {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-images.style-03:hover .content .heading {
    color: #002FA6;
}

.ht-box-images.style-04 {
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);
    background: #fff;
    padding: 25px 30px 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-images.style-04 .image-box-wrap .box-image {
    margin-bottom: 9px;
}

.ht-box-images.style-04 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 0;
}

.ht-box-images.style-04 .image-box-wrap .content .text {
    color: #696969;
}

.ht-box-images.style-04:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-images.style-05 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-images.style-05 .image-box-wrap {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 30px 63px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: 50px;
}

.ht-box-images.style-05 .image-box-wrap .box-image {
    position: relative;
    margin-bottom: 41px;
    height: 100px;
}

.ht-box-images.style-05 .image-box-wrap .box-image .hover-images {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.ht-box-images.style-05 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-images.style-05 .image-box-wrap .content .service_text {
    color: #696969;
}

.ht-box-images.style-05 .image-box-wrap .content .box-images-arrow {
    display: inline-block;
    margin-top: 27px;
    font-size: 14px;
    font-weight: 500;
}

.ht-box-images.style-05 .image-box-wrap .content .box-images-arrow a {
    color: #086AD8;
}

.ht-box-images.style-05:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-images.style-05:hover .image-box-wrap {
    background: #002FA6;
}

.ht-box-images.style-05:hover .box-image .default-image {
    opacity: 0;
    visibility: hidden;
}

.ht-box-images.style-05:hover .box-image .hover-images {
    opacity: 1;
    visibility: visible;
}

.ht-box-images.style-05:hover .content .heading {
    color: #ffffff;
}

.ht-box-images.style-05:hover .content .text {
    color: #ffffff;
}

.ht-box-images.style-05:hover .content .box-images-arrow a {
    color: #d2a98e;
}

.ht-box-images.style-06 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-images.style-06 .image-box-wrap {
    -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 98px 35px 88px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.ht-box-images.style-06 .image-box-wrap .box-image {
    position: relative;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    margin: 0 auto 2px;
    text-align: center;
}

.ht-box-images.style-06 .image-box-wrap .box-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: -o-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
    border-radius: 50%;
    -webkit-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
}

.ht-box-images.style-06 .image-box-wrap .box-image .default-image {
    position: relative;
    z-index: 2;
}

.ht-box-images.style-06 .image-box-wrap .content {
    text-align: center;
}

.ht-box-images.style-06 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-images.style-06 .image-box-wrap .content .service_text {
    color: #696969;
}

.ht-box-images.style-06 .image-box-wrap .content .box-images-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: #086AD8;
    /* &:hover {
       color: $white;
       &::before {
           transform: translateY(0);
       }
   }*/
}

.ht-box-images.style-06 .image-box-wrap .content .box-images-arrow::before {
    background-color: #086AD8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.ht-box-images.style-06:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-images.style-06:hover .content .box-images-arrow {
    color: #ffffff;
}

.ht-box-images.style-06:hover .content .box-images-arrow::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ht-box-images.style-07 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-images.style-07 .image-box-wrap {
    padding: 30px 35px 31px;
    border-radius: 4px;
    margin-top: 10px;
}

.ht-box-images.style-07 .image-box-wrap .box-image {
    text-align: center;
    margin-bottom: 24px;
}

.ht-box-images.style-07 .image-box-wrap .content {
    text-align: center;
}

.ht-box-images.style-07 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-images.style-07 .image-box-wrap .content .text {
    color: #696969;
}

.ht-box-images.style-07:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}

.ht-box-images.style-08 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-images.style-08 .image-box-wrap {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

.ht-box-images.style-08 .image-box-wrap .box-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
}

.ht-box-images.style-08 .image-box-wrap .content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ht-box-images.style-08 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-images.style-08 .image-box-wrap .content .text {
    color: #696969;
}

@media only screen and (max-width: 575px) {
    .ht-box-images.style-08 .image-box-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ht-box-images.style-08 .image-box-wrap .content {
        margin-top: 20px;
    }
}

.ht-box-images.style-08:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-images.style-09 .image-box-wrap {
    border-radius: 5px;
    text-align: center;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 30px 35px 31px;
    border-radius: 5px;
}

.ht-box-images.style-09 .image-box-wrap .box-image {
    text-align: center;
    margin-bottom: 41px;
    color: #086AD8;
}

.ht-box-images.style-09 .image-box-wrap .content {
    text-align: center;
}

.ht-box-images.style-09 .image-box-wrap .content .heading {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-images.style-09 .image-box-wrap .content .more-arrow-link {
    margin-top: 15px;
}

.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;
}

.ht-box-images.style-10 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.ht-box-images.style-10 .image-box-wrap {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 30px 63px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.ht-box-images.style-10 .image-box-wrap .box-image {
    position: relative;
    margin-bottom: 41px;
    height: 100px;
}

.ht-box-images.style-10 .image-box-wrap .box-image .hover-images {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.ht-box-images.style-10 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-images.style-10 .image-box-wrap .content .service_text {
    color: #696969;
}

.ht-box-images.style-10 .image-box-wrap .content .box-images-arrow {
    display: inline-block;
    margin-top: 27px;
    font-size: 14px;
    font-weight: 500;
}

.ht-box-images.style-10 .image-box-wrap .content .box-images-arrow a {
    color: #086AD8;
}

.ht-box-images.style-10:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.image-l-r-box {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.image-box-boder-box {
    position: relative;
}

.image-box-boder-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: -webkit-linear-gradient(top, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58.33333%, #ccc), color-stop(0%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-image: linear-gradient(to bottom, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-position: left top;
    background-size: 100% 8px;
    background-repeat: repeat-y;
    z-index: 1;
    display: none;
}

.image-box-boder-box::after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(58.33333%, #ccc), color-stop(0%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-image: linear-gradient(to right, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-position: left bottom;
    background-size: 8px 100%;
    background-repeat: repeat-x;
    display: none;
}

.image-box-boder-box .image-box-boder {
    padding: 0;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.image-box-boder-box .image-box-boder::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: -webkit-linear-gradient(top, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58.33333%, #ccc), color-stop(0%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-image: linear-gradient(to bottom, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-position: left top;
    background-size: 100% 8px;
    background-repeat: repeat-y;
}

.image-box-boder-box .image-box-boder::after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(58.33333%, #ccc), color-stop(0%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-image: linear-gradient(to right, #ccc 58.33333%, rgba(0, 0, 0, 0) 0%);
    background-position: left bottom;
    background-size: 8px 100%;
    background-repeat: repeat-x;
}

.custome-box:hover {
    background: #fff;
    border-radius: 3px;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 3;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    z-index: 9;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes boxImageAnimationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    1% {
        opacity: 0.14;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes boxImageAnimationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    1% {
        opacity: 0.14;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.4;
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*=============================================
=         15. Box Large Images Css            =
=============================================*/
.large-image-grid-style-two .box-large-image__midea {
    position: relative;
    height: 440px;
}

.large-image-grid-style-two .bg-item-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-large-image__wrap {
    max-width: 370px;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .box-large-image__wrap {
        margin: auto;
    }
}

.box-large-image__wrap:hover .box-large-image__box {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.box-large-image__wrap:hover .images-midea img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.box-large-image__wrap:hover .images-midea::after {
    background: #002fa6;
    opacity: 0.8;
}

.box-large-image__wrap:hover .heading-wrap .heading {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.box-large-image__wrap:hover .button-wrapper .btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.box-large-image__box {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.box-large-image__box .button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    overflow: hidden;
    z-index: 3;
}

.box-large-image__box .button-wrapper .btn {
    background: #fff;
    color: #086ad8;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.box-large-image__midea {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.box-large-image__midea .images-midea {
    text-align: center;
}

.box-large-image__midea .images-midea img {
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.box-large-image__midea .images-midea::after {
    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(39%, transparent), to(#1c0f69));
    background-image: -webkit-linear-gradient(top, transparent 39%, #1c0f69 100%);
    background-image: -o-linear-gradient(top, transparent 39%, #1c0f69 100%);
    background-image: linear-gradient(-180deg, transparent 39%, #1c0f69 100%);
}

.box-large-image__midea .images-midea .heading-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 250px;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

.box-large-image__midea .images-midea .heading-wrap .heading {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.box-large-image .box-info {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    text-align: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    min-height: 330px;
}

.box-large-image .box-info .heading {
    -webkit-transform: translateY(-100%) translateY(-54px);
    -ms-transform: translateY(-100%) translateY(-54px);
    transform: translateY(-100%) translateY(-54px);
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

.box-large-image__content p {
    color: #7e7e7e;
}

.box-large-image__content p strong {
    color: #333;
    font-weight: 500;
}

.box-large-image__two {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.box-large-image__two:hover .box-large-image__box {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.box-large-image__two:hover .box-large-image__midea::after {
    background: #002fa6;
    opacity: 0.8;
}

.box-large-image__two:hover .box-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-large-image__two:hover .box-info .heading {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.box-large-image__two .box-large-image__midea {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    height: 320px;
}

.box-large-image__two .box-large-image__midea img {
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.box-large-image__two .box-large-image__midea::after {
    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(28, 15, 105, 0)), color-stop(80%, #000));
    background-image: -webkit-linear-gradient(top, rgba(28, 15, 105, 0) 11%, #000 80%);
    background-image: -o-linear-gradient(top, rgba(28, 15, 105, 0) 11%, #000 80%);
    background-image: linear-gradient(-180deg, rgba(28, 15, 105, 0) 11%, #000 80%);
}

.box-large-image__two__box {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.box-large-image__two__box .box-info {
    position: absolute;
    z-index: 2;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 330px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.box-large-image__two__box .box-info .heading {
    -webkit-transform: translateY(-100%) translateY(-54px);
    -ms-transform: translateY(-100%) translateY(-54px);
    transform: translateY(-100%) translateY(-54px);
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 10px;
}

.box-large-image__two__box .box-info .text {
    color: #ffffff;
}

.box-large-image__two__box .box-info .btn {
    background: #d2a98e;
    margin-top: 40px;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    padding: 0;
}

.ht-large-box-images.style-03 {
    display: block;
}

.ht-large-box-images.style-03 .large-image-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    position: relative;
    margin-bottom: 30px;
}

.ht-large-box-images.style-03 .content {
    padding: 32px 35px;
    padding-bottom: 88px;
    text-align: center;
}

.ht-large-box-images.style-03 .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-large-box-images.style-03 .content .text {
    color: #696969;
}

.ht-large-box-images.style-03 .content .box-images-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: #086AD8;
}

.ht-large-box-images.style-03 .content .box-images-arrow::before {
    background-color: #086AD8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.ht-large-box-images.style-03:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-large-box-images.style-03:hover .content .heading {
    color: #086AD8;
}

.ht-large-box-images.style-03:hover .content .box-images-arrow {
    color: #ffffff;
}

.ht-large-box-images.style-03:hover .content .box-images-arrow::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ht-large-box-images.style-04 {
    display: block;
}

.ht-large-box-images.style-04 .large-image-box {
    position: relative;
    margin-bottom: 30px;
}

.ht-large-box-images.style-04 .box-image {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-large-box-images.style-04 .content {
    padding: 32px 35px;
    padding-bottom: 88px;
    text-align: center;
}

.ht-large-box-images.style-04 .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-large-box-images.style-04 .content .text {
    color: #696969;
}

.ht-large-box-images.style-04 .content .box-images-arrow {
    margin-top: 20px;
    color: #086AD8;
}

.ht-large-box-images.style-04:hover .box-image {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*=============================================
=            16. Brand Logo Css             =
=============================================*/
.brand-logo-slider__one .brand-logo-slider__container {
    padding: 15px 0;
}

.brand-logo-slider__one .brand-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    position: relative;
    /*&--slider{
      margin-bottom: 0;
  }*/
}

.brand-logo-slider__one .brand-logo__image {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.brand-logo-slider__one .brand-logo__image-hover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.brand-logo-slider__one .brand-logo:hover .brand-logo__image {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.brand-logo-slider__one .brand-logo:hover .brand-logo__image-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.brand-logo-slider__two .brand-logo-two {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    position: relative;
}

.brand-logo-slider__two .brand-logo-two__image {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.brand-logo-slider__two .brand-logo-two__image-hover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
}

.brand-logo-slider__two .brand-logo-two:hover .brand-logo-two__image {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.brand-logo-slider__two .brand-logo-two:hover .brand-logo-two__image-hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.brand-logo-slider__two .brand-logo-two--slider {
    margin-bottom: 0;
}

.brand-logo-slider__three .brand-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    position: relative;
}

.brand-logo-slider__three .brand-logo__image {
    opacity: 0.4;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.brand-logo-slider__three .brand-logo:hover .brand-logo__image {
    opacity: 1;
}

.brand-logo-slider__three .brand-logo--slider {
    margin-bottom: 0;
}

.brand-logo-slider__four .brand-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    position: relative;
}

.brand-logo-slider__four .brand-logo__image {
    opacity: 1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.brand-logo-slider__four .brand-logo:hover .brand-logo__image {
    opacity: 0.4;
}

.brand-logo-slider__four .brand-logo--slider {
    margin-bottom: 0;
}

.brand-logo-slider-area .section-title .heading-text {
    max-width: 700px;
    width: 100%;
    font-weight: 500;
    margin: auto;
}

/*======================================
=          27. Listing Css              =
=======================================*/
.separator-list .list-item {
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.separator-list .list-item::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: #eee;
}

.separator-list .list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.separator-list .list-item:last-child::before {
    display: none;
}

.separator-list .list-item a {
    line-height: 16px;
}

.check-list .list-item {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.check-list .list-item::before {
    color: #086AD8;
    content: "\f00c";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.check-list .list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.check-list .list-item a {
    line-height: 16px;
}

.check-list.check-list-color-two .list-item::before {
    color: #d2a98e;
}

.circle-list .list-item {
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
}

.circle-list .list-item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
}

.circle-list .list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.circle-list .list-item a {
    line-height: 16px;
}

.icon-list .list-item {
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
}

.icon-list .list-item .list__icon {
    color: #086AD8;
    font-size: 16px;
    margin-right: 10px;
}

.icon-list .list-item a {
    line-height: 16px;
}

ol {
    min-width: 45px;
    margin: 0;
    padding-left: 30px;
}

.automatic-numbered-list .list-item {
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    font-weight: 400;
}

.automatic-numbered-list .list-item a {
    line-height: 16px;
}

.ht-list.style-auto-numbered-02 .list-item {
    position: relative;
    padding: 0;
    margin-bottom: 62px;
}

.ht-list.style-auto-numbered-02 .list-item:last-child {
    margin-bottom: 0;
}

.ht-list.style-auto-numbered-02 .list-item .link {
    display: block;
}

.ht-list.style-auto-numbered-02 .list-item .link:hover .title {
    color: #086AD8;
}

.ht-list.style-auto-numbered-02 .list-item .link:hover .title::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    color: #086AD8;
}

.ht-list.style-auto-numbered-02 .list-item .link:hover .title::before {
    opacity: 0;
    visibility: hidden;
}

.ht-list.style-auto-numbered-02 .list-item .link:hover .marker {
    color: #086AD8;
}

.ht-list.style-auto-numbered-02 .marker {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin-right: 10px;
    min-width: 45px;
    color: #ababab;
    display: inline-block;
    float: left;
}

.ht-list.style-auto-numbered-02 .title-wrap {
    overflow: hidden;
}

.ht-list.style-auto-numbered-02 .title {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 14px;
    padding-top: 20px;
    border-top: 2px solid #ededed;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-right: 15px;
}

.ht-list.style-auto-numbered-02 .title::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f30b";
    position: absolute;
    top: 38px;
    right: 0;
    color: #333;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-list.style-auto-numbered-02 .title::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f30b";
    position: absolute;
    top: 38px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*=============================================
=        18. Gradation Process Css            =
=============================================*/
.icon-process-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: -60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .icon-process-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.icon-process-single {
    padding: 0 10px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 60px;
}

.icon-process-single__line {
    position: absolute;
    top: 60px;
    left: 100%;
    -webkit-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
    height: 10px;
    width: 100%;
    line-height: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .icon-process-single__line {
        left: 50%;
        bottom: -30px;
        top: auto;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.icon-process-single__line .dot {
    display: inline-block;
    vertical-align: middle;
    background: #e4e8f6;
    border-radius: 50%;
    margin: 0 8px;
}

.icon-process-single__line .dot-1 {
    width: 2px;
    height: 2px;
}

.icon-process-single__line .dot-2 {
    width: 4px;
    height: 4px;
}

.icon-process-single__line .dot-3 {
    width: 6px;
    height: 6px;
}

.icon-process-single__line .dot-4 {
    width: 8px;
    height: 8px;
}

.icon-process-single__line .dot-5 {
    width: 10px;
    height: 10px;
}

.icon-process-single:last-child .icon-process-single__line {
    display: none;
}

.icon-process-single__content-wrap {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
}

.icon-process-single__media {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 40px;
    font-size: 34px;
    background: #ffffff;
    -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
    box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
    margin: 0 auto 52px;
    color: #38cb89;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .icon-process-single__media {
        margin-bottom: 30px;
    }
}

.icon-process-single__media i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-process-single__title {
    color: #6d70a6;
    margin-bottom: 14px;
}

.icon-process-single:hover .icon-process-single__media {
    background-color: #38cb89;
    color: #ffffff;
}

.gradation-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .gradation-title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.gradation-sub-heading .heading {
    position: relative;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 35px 80px 35px 42px;
    z-index: 1;
}

.gradation-sub-heading .heading::before {
    background-color: #086ad8;
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    width: 34px;
    height: 1px;
}

.gradation-sub-heading .heading mark {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 120px;
    line-height: 0.8;
    font-weight: 900;
    color: #ededed;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .gradation-sub-heading .heading {
        margin-top: 20px;
    }
}

.ht-gradation.style-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.ht-gradation.style-01 .item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 0 15px;
}

.ht-gradation.style-01 .item .line {
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    top: 24px;
    left: 15px;
}

.ht-gradation.style-01 .item:last-child .line {
    display: none;
}

.ht-gradation.style-01 .item .mask {
    opacity: 0;
    visibility: hidden;
}

.ht-gradation.style-01 .item:hover .mask {
    opacity: 1;
    visibility: visible;
}

.ht-gradation.style-01 .item:hover .circle {
    color: #ffffff;
    background: #086AD8;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .ht-gradation.style-01 {
        display: block;
    }

    .ht-gradation.style-01 .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .ht-gradation.style-01 .item .line {
        left: 39px;
        height: 100%;
        width: 1px;
        top: 15px;
    }

    .ht-gradation.style-01 .content-wrap {
        padding: 10px 0 50px 30px;
    }
}

.ht-gradation.style-01 .circle-wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 56px;
}

.ht-gradation.style-01 .circle {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    font-size: 18px;
    background-color: #fff;
    margin-bottom: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-gradation.style-01 .wave-pulse {
    width: 1px;
    height: 0;
    margin: 0 auto;
}

.ht-gradation.style-01 .wave-pulse::before,
.ht-gradation.style-01 .wave-pulse::after {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ababab;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: gradationMask 3s linear infinite;
    animation: gradationMask 3s linear infinite;
}

.ht-gradation.style-01 .wave-pulse-2::before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ht-gradation.style-01 .wave-pulse-3::before {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.ht-gradation.style-01 .heading {
    font-weight: 500;
}

.ht-gradation.style-01 .text {
    margin-top: 17px;
}

.ht-gradation.style-01 .gradation-btn {
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    color: #086AD8;
}

.ht-gradation.style-01 .gradation-btn:hover {
    color: #d2a98e;
}

@-webkit-keyframes gradationMask {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-color: transparent;
    }
}

@keyframes gradationMask {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-color: transparent;
    }
}

/*=====  End of icon process  ======*/
/*=============================================
=        19. Instagram Css            =
=============================================*/
.instagram-feed-thumb {
    overflow: hidden;
    margin: -10px;
}

.instagram-image {
    width: 20%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.instagram-image::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.instagram-image::before {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    content: "\f004";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 3;
    text-align: center;
    line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .instagram-image {
        width: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .instagram-image {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .instagram-image {
        width: 33.333%;
    }
}

@media only screen and (max-width: 575px) {
    .instagram-image {
        width: 50%;
    }
}

.instagram-image img {
    width: 100%;
}

.instagram-image:hover::after {
    opacity: 1;
    visibility: visible;
}

.instagram-image:hover::before {
    opacity: 1;
    visibility: visible;
}

.instagram-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*========================================
=        20. Message Box Css            =
==========================================*/
.ht-message-box {
    background: #eee;
    padding: 27px 30px 27px 50px;
    font-weight: 500;
    border-radius: 5px;
}

.ht-message-box .icon {
    margin-right: 10px;
}

.ht-message-box.style-info {
    color: #5b63fe;
    background: rgba(91, 99, 254, 0.1);
}

.ht-message-box.style-success {
    background: rgba(56, 203, 137, 0.1);
    color: #38cb89;
}

.ht-message-box.style-error {
    background: rgba(254, 40, 84, 0.1);
    color: #fe2854;
}

.ht-message-box.style-warning {
    color: #fb0;
    background: rgba(255, 187, 0, 0.1);
}

/*========================================
=        21. Video Popup Css            =
==========================================*/
.single-popup-wrap {
    position: relative;
}

.video-link {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.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, 0.8);
}

.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: 3px solid #086AD8;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.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__one {
    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: transparent;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    transition: all 1s cubic-bezier(0, 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 {
    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__two .video-play {
    width: 78px;
    height: 78px;
    background: #086AD8;
    -webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
    box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
    border-radius: 50%;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}

.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: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #fff;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 19px;
    border-left-color: #ffffff;
}

.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: 0.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: 3px;
    }

    40% {
        opacity: 0.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: 3px;
    }

    40% {
        opacity: 0.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;
    }
}

.center-plexible-row .swiper-slide {
    width: auto;
}

.center-plexible-row .single-flexible-slider img {
    height: 400px;
    /*width: auto;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .center-plexible-row .single-flexible-slider img {
        height: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .center-plexible-row .single-flexible-slider img {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .center-plexible-row .single-flexible-slider img {
        height: 100%;
    }
}

.auto-plexible-row .swiper-slide {
    width: auto;
}

.auto-plexible-row .single-flexible-slider img {
    height: 400px;
    /*width: auto;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .auto-plexible-row .single-flexible-slider img {
        height: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .auto-plexible-row .single-flexible-slider img {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .auto-plexible-row .single-flexible-slider img {
        height: 100%;
    }
}

/*=============================================
=            22. Pricing table Css           =
==============================================*/
.pricing-table-wrapper {
    margin-bottom: -30px;
}

.pricing-table-one {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-table-one .pricing-table {
    margin-bottom: 30px;
}

.pricing-table-one .pricing-table__inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    padding: 49px 20px 51px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}

.pricing-table-one .pricing-table__header {
    margin-bottom: 25px;
}

.pricing-table-one .pricing-table__header .sub-title {
    font-size: 15px;
    line-height: 1.5;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 21px;
    z-index: 2;
    position: relative;
}

.pricing-table-one .pricing-table__image {
    position: relative;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: -o-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-table-one .pricing-table__title {
    color: #ccc;
    margin-bottom: 19px;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.pricing-table-one .pricing-table__price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
}

.pricing-table-one .pricing-table__price-wrap .currency {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
}

.pricing-table-one .pricing-table__price-wrap .price {
    font-size: 56px;
    line-height: 0.8;
    margin: 0 4px;
    font-weight: 300;
    color: #333;
}

.pricing-table-one .pricing-table__price-wrap .period {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.pricing-table-one .pricing-table__list {
    margin: 29px auto 0;
    max-width: 270px;
}

.pricing-table-one .pricing-table__list li {
    position: relative;
    display: block;
    padding: 7px 0 7px 31px;
}

.pricing-table-one .pricing-table__list li::before {
    content: "\f00c";
    color: #d2a98e;
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pricing-table-one .pricing-table__list li .featured {
    font-weight: 500;
}

.pricing-table-one .pricing-table__footer {
    margin-top: 30px;
    padding-top: 8px;
}

.pricing-table-one .pricing-table__footer .ht-btn {
    width: 180px;
    max-width: 100%;
}

.pricing-table-one .pricing-table__footer .ht-btn--outline {
    border-width: 1px;
}

.pricing-table-one .pricing-table__feature-mark {
    position: absolute;
    top: 0;
    right: 0;
    height: 92px;
    width: 92px;
    background: #d2a98e;
}

.pricing-table-one .pricing-table__feature-mark::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 159px;
    right: 23px;
    position: absolute;
    top: 10px;
    width: 100%;
}

.pricing-table-one .pricing-table__feature-mark span {
    position: absolute;
    top: 20px;
    right: 7px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.19;
    display: block;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-table-one .pricing-table:hover .pricing-table__inner {
    -webkit-box-shadow: 0 41px 43px rgba(51, 51, 51, 0.07);
    box-shadow: 0 41px 43px rgba(51, 51, 51, 0.07);
    border: 0 solid transparent;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pricing-table-one .pricing-table--popular .pricing-table__inner {
    border: 0 solid transparent;
    padding: 49px 20px 51px;
}

.pricing-table-two .pricing-table {
    margin-bottom: 30px;
}

.pricing-table-two .pricing-table__inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    padding: 34px 20px 40px;
    border: 1px solid #dce6ed;
    border-radius: 5px;
    background-color: #ffffff;
}

.pricing-table-two .pricing-table__header {
    margin-bottom: 25px;
}

.pricing-table-two .pricing-table__title {
    color: #333;
    margin-bottom: 24px;
}

.pricing-table-two .pricing-table__price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-table-two .pricing-table__price-wrap .currency {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
}

.pricing-table-two .pricing-table__price-wrap .price {
    font-size: 56px;
    line-height: 0.8;
    margin: 0 4px;
    font-weight: 300;
    color: #333;
}

.pricing-table-two .pricing-table__price-wrap .period {
    font-size: 15px;
    margin-bottom: 0;
    color: #ababab;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.pricing-table-two .pricing-table__list li {
    position: relative;
    display: block;
    padding: 5px 0;
}

.pricing-table-two .pricing-table__list li .featured {
    font-weight: 500;
}

.pricing-table-two .pricing-table__footer {
    margin-top: 30px;
}

.pricing-table-two .pricing-table__footer .ht-btn {
    width: 180px;
    max-width: 100%;
}

.pricing-table-two .pricing-table__footer .ht-btn:hover {
    background: #086AD8;
}

.pricing-table-two .pricing-table__feature-mark {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 88px solid #d2a98e;
    border-bottom: 88px solid transparent;
    border-left: 88px solid transparent;
}

.pricing-table-two .pricing-table__feature-mark span {
    position: absolute;
    top: -72px;
    right: 6px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.19;
    display: block;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pricing-table-two .pricing-table:hover .pricing-table__inner {
    -webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
    box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
    border: 0 solid transparent;
    padding: 35px 21px 41px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pricing-table-two .pricing-table--popular .pricing-table__inner {
    -webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
    box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
    border: 0 solid transparent;
    padding: 35px 21px 41px;
    background: #002FA6;
}

.pricing-table-two .pricing-table--popular .pricing-table__title {
    color: #ffffff;
}

.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .currency {
    color: #ffffff;
}

.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .price {
    color: #ffffff;
}

.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .period {
    color: #ffffff;
}

.pricing-table-two .pricing-table--popular .pricing-table__list li {
    color: #ffffff;
}

.ht-plans-menu .tab__item:first-child a {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.ht-plans-menu .tab__item:last-child a {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.ht-plans-menu .tab__item a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    border: 1px solid #ededed;
    background: #fff;
    color: #454545;
    padding: 18px 10px 16px;
    min-width: 160px;
    border-radius: 0;
}

.ht-plans-menu .tab__item a.active {
    background: #086AD8;
    color: #ffffff;
    border-color: #086AD8 !important;
}

/*=====  End of pricing table  ======*/
/*=============================================
=            23. progress Bar Css           =
==============================================*/
.progress-bar--one .progress-charts {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.progress-bar--two .progress-charts {
    padding-bottom: 20px;
    overflow: hidden;
}

.progress-charts .heading {
    color: #6d70a6;
    margin-bottom: 12px;
    font-weight: 400;
}

.progress-charts .progress {
    height: 4px;
    overflow: visible;
    font-size: 14px;
    background-color: #f5f5f5;
    border-radius: 0;
}

.progress-charts .progress .progress-bar {
    position: relative;
    background: #086AD8;
    color: #086AD8;
    overflow: visible;
}

.progress-charts .progress .progress-bar::after,
.progress-charts .progress .progress-bar::before {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.progress-charts .progress .progress-bar::after {
    height: 13px;
    width: 13px;
    border: 3px solid currentColor;
}

.progress-charts .progress .progress-bar::before {
    height: 28px;
    width: 28px;
    border: 1px solid currentColor;
    opacity: 0.3;
}

.progress-charts .progress .progress-bar span.percent-label {
    position: absolute;
    right: -20px;
    font-size: 14px;
    font-weight: 500;
    top: -40px;
    color: #2e3280;
    line-height: 2;
}

.progress-charts .progress .progress-bar.gradient-1 {
    color: rgb(97, 253, 237);
    background-color: rgb(13, 138, 188);
    background-image: -webkit-linear-gradient(314deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
    background-image: -o-linear-gradient(314deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
    background-image: linear-gradient(-224deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
}

.progress-charts .progress .progress-bar.gradient-2 {
    color: rgb(238, 206, 144);
    background-color: rgb(212, 85, 41);
    background-image: -webkit-linear-gradient(314deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
    background-image: -o-linear-gradient(314deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
    background-image: linear-gradient(-224deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
}

.progress-charts .progress .progress-bar.gradient-3 {
    color: rgb(92, 81, 255);
    background-color: rgb(246, 70, 169);
    background-image: -webkit-linear-gradient(314deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
    background-image: -o-linear-gradient(314deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
    background-image: linear-gradient(-224deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
}

.progress-charts .progress .progress-bar.gradient-4 {
    color: rgb(229, 82, 154);
    background-color: rgb(231, 118, 84);
    background-image: -webkit-linear-gradient(314deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
    background-image: -o-linear-gradient(314deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
    background-image: linear-gradient(-224deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
}

.progress-charts .progress__two .progress {
    height: 16px;
    overflow: visible;
    font-size: 14px;
    border-radius: 0;
    height: 32px;
    padding: 6px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f2f2f2;
}

.progress-charts .progress__two .progress-bar {
    background-color: #9C7AF2;
    background: #086AD8;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    border-radius: inherit;
}

.progress-charts .progress__two .progress-bar::after,
.progress-charts .progress__two .progress-bar::before {
    display: none;
}

.progress-charts .progress__two .progress-bar span.percent-label {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.progress-charts .progress__two .progress.gradient-1 {
    color: rgb(97, 253, 237);
    background-color: rgb(13, 138, 188);
    background-image: -webkit-linear-gradient(314deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
    background-image: -o-linear-gradient(314deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
    background-image: linear-gradient(-224deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
}

.progress-charts .progress__two .progress.gradient-2 {
    color: rgb(238, 206, 144);
    background-color: rgb(212, 85, 41);
    background-image: -webkit-linear-gradient(314deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
    background-image: -o-linear-gradient(314deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
    background-image: linear-gradient(-224deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
}

.progress-charts .progress__two .progress.gradient-3 {
    color: rgb(92, 81, 255);
    background-color: rgb(246, 70, 169);
    background-image: -webkit-linear-gradient(314deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
    background-image: -o-linear-gradient(314deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
    background-image: linear-gradient(-224deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
}

.progress-charts .progress__two .progress.gradient-4 {
    color: rgb(229, 82, 154);
    background-color: rgb(231, 118, 84);
    background-image: -webkit-linear-gradient(314deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
    background-image: -o-linear-gradient(314deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
    background-image: linear-gradient(-224deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
}

/*=============================================
=        25. Row Separators Css            =
=============================================*/
.row-separators-wrap {
    position: relative;
}

.separators-space {
    padding-top: 300px;
    padding-bottom: 300px;
}

.row-separators-images {
    background-image: url(../images/bg/home-resolutions-hero-bg-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.row-separators-bg {
    background: #69afed;
}

.vc_row-separator.bottom {
    bottom: 0;
}

.vc_row-separator svg {
    height: 100px;
    width: 100%;
}

.vc_row-separator {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    line-height: 0;
}

.row-separators-style .vc_row-separator svg {
    fill: #fff;
}

.square-style .vc_row-separator.square.bottom {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.square-style .vc_row-separator.square {
    width: auto;
    left: 50%;
}

.square-style .vc_row-separator svg {
    height: 90px;
}

.square-style .vc_row-separator svg {
    fill: #f7be68;
}

.big-triangle-style .big_triangle.bottom {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.big-triangle-style .vc_row-separator svg {
    fill: #fff;
}

.tilt-right-style .tilt_right.bottom {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.tilt-right-style .vc_row-separator svg {
    fill: #69afed;
}

.tilt-left-style .vc_row-separator.top {
    top: 0;
}

.tilt-left-style .vc_row-separator.tilt_left.top {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.tilt-left-style .vc_row-separator svg {
    height: 100px;
}

.tilt-left-style .vc_row-separator svg {
    fill: #69afed;
}

.wavify-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.wavify-wrapper svg {
    height: 380px;
}

.triangle-bottom .vc_row-separator.triangle.bottom {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.triangle-bottom .vc_row-separator.triangle.bottom {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.triangle-bottom .vc_row-separator svg {
    fill: #fff;
}

.triangle-bottom .vc_row-separator svg {
    height: 40px;
}

.curve-style .vc_row-separator.bottom {
    bottom: 0;
}

.curve-style .vc_row-separator svg {
    fill: #fff;
}

.curve-style .vc_row-separator svg {
    height: 50px;
}

.waves-style .vc_row-separator.bottom {
    bottom: 0;
}

.waves-style .vc_row-separator svg {
    height: 30px;
}

.waves-style .vc_row-separator svg {
    fill: #69afed;
}

.circle-style .vc_row-separator.top {
    top: 0;
}

.circle-style .vc_row-separator svg {
    height: 50px;
}

.circle-style .vc_row-separator svg {
    fill: #69afed;
}

.default-bg-2 {
    background: #69AFED;
}

.particles-area {
    position: relative;
}

.constellation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.vc_row-separator.bottom {
    bottom: 0;
}

.triangle-one-style .vc_row-separator svg,
.triangle-two--style .vc_row-separator svg {
    fill: #69afed;
}

.triangle-one-style .vc_row-separator svg,
.triangle-two--style .vc_row-separator svg {
    height: 200px;
}

.triangle-two--style .vc_row-separator.tilt_right.top {
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

/*=============================================
=          24. Circle Progress Css            =
=============================================*/
.circle-progress-wrapper {
    position: relative;
}

.feature-list-progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 575px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-list-progress {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.feature-list-progress__info {
    margin-left: 40px;
    -webkit-flex-basis: calc(100% - 170px);
    -ms-flex-preferred-size: calc(100% - 170px);
    flex-basis: calc(100% - 170px);
}

@media only screen and (max-width: 575px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-list-progress__info {
        margin-top: 20px;
        margin-left: 0;
    }
}

.feature-list-progress__counter {
    -webkit-flex-basis: 170px;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
}

.feature-list-progress__list li {
    margin-bottom: 10px;
}

.chart-progress {
    position: relative;
    width: 160px;
    height: 160px;
}

.chart-progress canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-progress.cart-pogress-small {
    width: 140px;
    height: 140px;
}

.chart-progress__inner-wrapper {
    width: 100%;
    height: 100%;
    padding: 13px;
    position: relative;
}

.chart-progress__inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #086AD8;
}

.chart-progress__inner--gradient {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f76b1c;
    background-image: -webkit-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
    background-image: -o-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
    background-image: linear-gradient(-224deg, #fad961 0, #f76b1c 100%);
}

.chart-progress__inner--bg-blue {
    background: #5945e6;
}

.chart-progress__inner--theme-two {
    background: #d2a98e;
}

.chart-progress__inner--white {
    background: transparent;
}

.chart-progress__inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.chart-progress__inner-text {
    color: #ffffff;
}

.chart-progress__inner-text.text-black {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}

.chart-progress__inner-text.chart-icon {
    font-size: 34px;
}

.circle-design {
    position: absolute;
    border-radius: 50%;
    -webkit-animation: jump infinite 2s;
    animation: jump infinite 2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    background-color: #f76b1c;
    background: #086AD8;
}

.circle-design.one {
    width: 43px;
    height: 43px;
    left: 0;
    bottom: 28px;
}

.circle-design.two {
    width: 17px;
    height: 17px;
    right: -20px;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.circle-design--theme-two {
    background: #d2a98e;
}

.circle-design--gradient {
    background-color: #f76b1c;
    background-image: -webkit-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
    background-image: -o-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
    background-image: linear-gradient(-224deg, #fad961 0, #f76b1c 100%);
}

.circle-design--bg-green {
    background: #38cb89;
    -webkit-box-shadow: 0 2px 17px rgba(89, 69, 230, 0.27);
    box-shadow: 0 2px 17px rgba(89, 69, 230, 0.27);
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(-10px) scale(0.9, 0.9);
        transform: translateY(-10px) scale(0.9, 0.9);
    }

    100% {
        -webkit-transform: translateY(10px) scale(1, 1);
        transform: translateY(10px) scale(1, 1);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(-10px) scale(0.9, 0.9);
        transform: translateY(-10px) scale(0.9, 0.9);
    }

    100% {
        -webkit-transform: translateY(10px) scale(1, 1);
        transform: translateY(10px) scale(1, 1);
    }
}

.feature-list-progress {
    z-index: 3;
    position: relative;
}

/*=====  End of circle progress  ======*/
/*=============================================
=        26. Social Networks Css            =
=============================================*/
.ht-social-networks .item {
    display: inline-block;
}

.ht-social-networks .item .social-link {
    display: block;
    padding: 5px 8px;
}

.ht-social-networks.large-icon .social-link {
    padding: 5px 13px;
    font-size: 20px;
}

.ht-social-networks.extra-large-icon .social-link {
    padding: 5px 15px;
    font-size: 30px;
}

.ht-social-networks.flat-round .item,
.ht-social-networks.solid-rounded-icon .item {
    margin: 8px;
}

.ht-social-networks.flat-round .social-link,
.ht-social-networks.solid-rounded-icon .social-link {
    font-size: 18px;
    display: block;
    text-align: center;
    height: 48px;
    width: 48px;
    line-height: 40px;
    background: #ededed;
    color: #696969;
    border-radius: 50%;
    position: relative;
}

.ht-social-networks.flat-round .social-link:hover,
.ht-social-networks.solid-rounded-icon .social-link:hover {
    color: #ffffff;
    background: #086AD8;
}

.ht-social-networks.solid-rounded-icon .social-link {
    background: transparent;
    border: 1px solid #e0e0e0;
}

.ht-social-networks.solid-rounded-icon .social-link:hover {
    border: 1px solid #086AD8;
    color: #ffffff;
}

.ht-social-networks.solid-rounded-icon.social-white .social-link {
    color: #ffffff;
}

.ht-social-networks.solid-rounded-icon.social-white .social-link:hover {
    border: 1px solid #ffffff;
    color: #086AD8;
    background: #ffffff;
}

.ht-social-networks.icon-tilte .link-icon {
    font-size: 16px;
    min-width: 16px;
    margin-right: 10px;
}

.ht-social-networks.tilte-style .social-link {
    position: relative;
}

.ht-social-networks.tilte-style .social-link::before {
    content: "-";
    position: absolute;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
}

/* .ht-social-networks.tilte-style .social-link:hover .link-text::after {
    background-color: #d2a98e;
    width: 100%;
    left: 0;
} */

.ht-social-networks.tilte-style .item:first-child .social-link::before {
    display: none;
}

.ht-social-networks.tilte-style .link-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding: 5px 0;
    z-index: 1;
}

.ht-social-networks.tilte-style .link-text::before {
    content: "";
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -2;
    background: rgba(0, 0, 0, 0.2);
}

.ht-social-networks.tilte-style .link-text::after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.ht-social-networks.white-tilte-social .social-link::before {
    color: rgba(255, 255, 255, 0.7);
}

.ht-social-networks.white-tilte-social .social-link:hover .link-text::after {
    background-color: #ffffff;
}

.ht-social-networks.white-tilte-social .link-text {
    color: #fff;
}

.ht-social-networks.white-tilte-social .link-text::before {
    background: rgba(255, 255, 255, 0.7);
}

/*=============================================
=               28. Tabs Css                =
=============================================*/
.ht-tab-menu {
    margin: 0 -10px;
}

.ht-tab-menu li {
    margin: 0 10px;
}

.ht-tab-menu li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #ededed !important;
    border: rgb(237, 237, 237);
    background: #fff;
    color: #696969;
    padding: 21px 20px 19px;
    min-width: 200px;
    border-radius: 5px !important;
}

.ht-tab-menu li a.active {
    color: #086AD8;
    border-color: #086AD8 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-tab-menu li a {
        padding: 21px 10px 19px;
    }
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-tab-menu li a {
        padding: 12px 13px 12px;
        min-width: 150px;
        margin-bottom: 10px;
    }
}

.ht-tab-menu_two li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.tab-history-image img {
    border-radius: 5px;
}

.tab-content-inner .text {
    font-size: 18px;
    font-size: 18px;
}

.tab-slider-nav--list {
    display: block;
    margin-bottom: 50px;
    opacity: 0.6;
}

.tab-slider-nav--list:hover {
    opacity: 0.9;
}

.tab-slider-nav--list .ht-slider-tab-icon {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    border-radius: 15px;
    color: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
    box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
    margin-right: 30px;
}

.tab-slider-nav--list h5 {
    display: block;
    color: #fff;
    max-width: 280px;
}

.tab-slider-nav--list p {
    margin-top: 26px;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tab-slider-nav--list:last-child {
        margin-bottom: 0;
    }
}

.tab-slider-nav .slick-current .tab-slider-nav--list {
    opacity: 1;
}

.tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
    background-image: -webkit-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%);
    background-image: -o-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%);
    background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%);
}

.start-ups-left-tab .tab-slider-nav--list {
    display: block;
    margin-bottom: 50px;
    opacity: 0.6 !important;
}

.start-ups-left-tab .tab-slider-nav--list:hover {
    opacity: 0.9;
}

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list {
    opacity: 1 !important;
}

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
    background-image: -webkit-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%) !important;
    background-image: -o-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%) !important;
    background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%) !important;
}

.tab-slider-images .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.tab-slider-images .slick-dots li {
    display: inline-block;
    margin: 0 15px;
}

.tab-slider-images .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tab-slider-images .slick-dots li button:hover {
    width: 10px;
    height: 10px;
}

.tab-slider-images .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 9px #ededed;
    box-shadow: 0 0 9px #ededed;
}

.modern-grid--6 {
    display: grid;
    grid-row-gap: 60px;
    grid-template-columns: repeat(6, 1fr);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-grid--6 {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-grid--6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .modern-grid--6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.carousel-slider__content {
    margin-top: 25px;
    padding: 0 20px;
}

.carousel-slider__content .headeing {
    margin-bottom: 10px;
}

/*=============================================
=             29. Team Member Css             =
==============================================*/
.sider-title-button-box .ht-btn {
    margin-right: 15px;
}

.ht-team-member .team-image {
    position: relative;
}

.ht-team-member .social-networks {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 6px 0;
    background-color: #002FA6;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-team-member .social-networks a {
    display: inline-block;
    font-size: 16px;
    line-height: 0;
    color: #fff;
    padding: 10px 14px;
}

.ht-team-member:hover .social-networks {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ht-team-member .team-info {
    margin-top: 20px;
}

.ht-team-member-style-one .ht-team-member {
    max-width: 310px;
    margin: auto;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .ht-team-member-style-one .ht-team-member {
        margin-bottom: 30px;
    }
}

.ht-team-member-style-two .ht-team-member {
    max-width: 350px;
    margin: auto;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .ht-team-member-style-two .ht-team-member {
        margin-bottom: 30px;
    }
}

.ht-team-member-style-three .ht-team-member {
    max-width: 350px;
    margin: auto;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .ht-team-member-style-three .ht-team-member {
        margin-bottom: 30px;
    }
}

.team_member-list .team__title {
    font-size: 15px;
    text-transform: uppercase;
}

/*----------------------------
    tooltip library
----------------------------*/
[class*=hint--] {
    position: relative;
    display: inline-block;
    /**
  * tooltip arrow
  */
    /**
  * tooltip body
  */
}

[class*=hint--]:before,
[class*=hint--]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
    visibility: visible;
    opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

[class*=hint--]:before {
    content: "";
    position: absolute;
    background: transparent;
    border: 7px solid transparent;
    z-index: 1000001;
}

[class*=hint--]:after {
    background: #086AD8;
    color: white;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
    content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
    content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
    display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
    border-top-color: #086AD8;
}

.hint--top-right:before {
    border-top-color: #086AD8;
}

.hint--top:before {
    border-top-color: #086AD8;
}

.hint--bottom-left:before {
    border-bottom-color: #086AD8;
}

.hint--bottom-right:before {
    border-bottom-color: #086AD8;
}

.hint--bottom:before {
    border-bottom-color: #086AD8;
}

.hint--left:before {
    border-left-color: #086AD8;
}

.hint--right:before {
    border-right-color: #086AD8;
}

.hint--white:after {
    background: #ffffff;
    color: #333;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--white:before {
    border-top-color: #ffffff;
}

.hint--black:after {
    background: #000000;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--black:before {
    border-top-color: #000000;
}

.hint--black.hint--bottom::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top-left::before {
    border-top-color: #000000;
}

.hint--black.hint--bottom-left::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top::before {
    border-top-color: #000000;
}

.hint--black.hint--left::before {
    border-left-color: #000000;
}

.hint--black:before {
    border-top-color: transparent;
}

.hint--theme-two:after {
    background: #d2a98e;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--theme-two:before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--bottom::before {
    border-bottom-color: #d2a98e;
}

.hint--theme-two.hint--top-left::before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--top::before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--left::before {
    border-left-color: #d2a98e;
}

.hint--theme-two:before {
    border-top-color: transparent;
}

/**
 * top tooltip
 */
.hint--top:before {
    margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
    bottom: 100%;
    left: 50%;
}

.hint--top:before {
    left: calc(50% - 7px);
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
    margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
    top: 100%;
    left: 50%;
}

.hint--bottom:before {
    left: calc(50% - 7px);
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -ms-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
    margin-left: -13px;
    margin-bottom: -7px;
}

.hint--right:after {
    margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
    left: 100%;
    bottom: 50%;
}

.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

.hint--right:hover:after {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
    margin-right: -13px;
    margin-bottom: -7px;
}

.hint--left:after {
    margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
    right: 100%;
    bottom: 50%;
}

.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hint--left:hover:after {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
    margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
    bottom: 100%;
    left: 50%;
}

.hint--top-left:before {
    left: calc(50% - 7px);
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hint--top-left:after {
    margin-left: 14px;
}

.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -ms-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
    margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
    bottom: 100%;
    left: 50%;
}

.hint--top-right:before {
    left: calc(50% - 7px);
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hint--top-right:after {
    margin-left: -14px;
}

.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top-right:hover:after {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
    margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
    top: 100%;
    left: 50%;
}

.hint--bottom-left:before {
    left: calc(50% - 7px);
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hint--bottom-left:after {
    margin-left: 14px;
}

.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -ms-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
    margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
    top: 100%;
    left: 50%;
}

.hint--bottom-right:before {
    left: calc(50% - 7px);
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hint--bottom-right:after {
    margin-left: -14px;
}

.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--no-animate:before,
.hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*=============================================
=           30. Timeline Css           =
=============================================*/
.ht-timeline.style-01 .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.ht-timeline.style-01 .tm-timeline-list {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 32px 0 65px;
}

.ht-timeline.style-01 .item {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .ht-timeline.style-01 .item {
        padding-left: 45px;
        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: 100%;
}

@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: 130px;
    float: right;
    width: 500px;
    max-width: 100%;
    text-align: left;
}

@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: right;
}

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

/*=============================================
=         31. Testimonial slider Css           =
=============================================*/
.testimonial-slider__container {
    padding-bottom: 0;
}

.testimonial-slider--info {
    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;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider--info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-slider__media {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.testimonial-slider__media img {
    border-radius: 50%;
}

.testimonial-slider__text {
    font-size: 18px;
}

.testimonial-slider__author {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.testimonial-slider__author .testimonial-rating {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffb944;
}

.testimonial-slider__author .author-info {
    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;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider__author .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-slider__author .name {
    color: #333333;
}

.testimonial-slider__author .designation {
    font-size: 14px;
}

.testimonial-slider__author .designation:before {
    content: " / ";
    padding: 0 5px;
}

.testimonial-slider__one {
    position: relative;
    background: #fff;
    padding: 31px 50px 47px;
    border-radius: 5px;
    margin: 20px 15px 35px;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.testimonial-slider__one .testimonial-slider--info {
    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;
}

.testimonial-slider__one .testimonial-slider--info .post-thumbnail {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider__one .testimonial-slider--info .post-thumbnail {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.testimonial-slider__one:hover {
    -webkit-transform: translateY(-5px) !important;
    -ms-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider__one {
        padding: 31px 20px 31px;
    }
}

.testimonial-slider__single {
    background: #ffffff;
    padding: 51px 37px 40px;
    border-radius: 5px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider__single .testimonial-subject {
    margin-bottom: 15px;
}

.testimonial-slider__single .testimonial-slider__text {
    color: #002FA6;
}

.testimonial-slider__single .author-info {
    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;
    margin-top: 20px;
}

.testimonial-slider__container-two .swiper-slide.swiper-slide-prev {
    opacity: 0.5;
}

.testimonial-slider__container-two .swiper-slide.swiper-slide-next {
    opacity: 0.5;
}

.modern-it-company-testimonial {
    max-width: 570px;
}

.modern-it-company-testimonial .text {
    font-size: 34px;
    line-height: 1.34;
    font-weight: 500;
    color: #000000;
    margin-bottom: 80px;
}

.modern-it-company-testimonial .author h6 {
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-testimonial .text {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-it-company-testimonial {
        margin-top: 30px;
    }

    .modern-it-company-testimonial .text {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-it-company-testimonial-bg {
        background-position: left 144px bottom 340px !important;
    }
}

/*=====  End of testimonial slider  ======*/
/* =========================
    Typed Text 
=============================*/
.cd-headline.clip span {
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper.brown-color::after {
    background-color: #ddd;
    width: 4px;
}

.cd-headline.clip span {
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper.brown-color::after {
    background-color: #f10;
    width: 4px;
}

.typed-text-wrap {
    text-align: center;
}

.typed-text-wrap h4 {
    max-width: 700px;
    font-size: 48px;
    line-height: 1.34;
    margin-bottom: 0;
    word-wrap: break-word;
    font-weight: 700;
    margin-top: -20px;
}

.typed-text-wrap h4 span b {
    font-weight: 700;
    font-style: normal;
    color: #086AD8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .typed-text-wrap h4 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .typed-text-wrap h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .typed-text-wrap h4 {
        font-size: 20px;
    }
}

/*===================================
=          32. Project Css           =
====================================*/
.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, 0.1);
    box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
    position: relative;
    margin-bottom: 30px;
    /*margin: 20px 15px 35px;*/
}

.projects-wrap.style-01 .content {
    padding: 25px 26px 94px;
    padding-bottom: 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: #086AD8;
}

.projects-wrap.style-01 .content .box-projects-arrow::before {
    background-color: #086AD8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.projects-wrap.style-01:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.projects-wrap.style-01:hover .content .heading {
    color: #086AD8;
}

.projects-wrap.style-01:hover .content .box-projects-arrow {
    color: #ffffff;
}

.projects-wrap.style-01:hover .content .box-projects-arrow::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.projects-wrap.style-2 {
    margin-bottom: 30px;
    display: block;
}

.projects-wrap.style-2 .projects-image-box img {
    border-radius: 8px;
}

.projects-wrap.style-2 .content {
    padding: 22px 15px 24px;
    text-align: center;
}

.projects-wrap.style-2 .content .heading {
    font-weight: 600;
    line-height: 1.25;
    color: #333 !important;
}

.projects-wrap.style-2 .content .post-categories {
    color: #086AD8;
    margin-bottom: 5px;
}

.projects-wrap.style-2:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.projects-wrap.style-3 {
    display: block;
}

.projects-wrap.style-3 .projects-image-box {
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.projects-wrap.style-3 .projects-image-box .projects-image {
    position: relative;
}

.projects-wrap.style-3 .projects-image-box .projects-image img {
    border-radius: 5px;
    width: 100%;
}

.projects-wrap.style-3 .projects-image-box .projects-image .project-logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.projects-wrap.style-3 .content {
    padding: 10px 0px 15px;
}

.projects-wrap.style-3 .content .heading {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    color: #333 !important;
}

.projects-wrap.style-04 {
    display: block;
}

.projects-wrap.style-04 .projects-image-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    position: relative;
    padding: 98px 35px 8px;
    margin-bottom: 30px;
}

.projects-wrap.style-04 .projects-image-box .projects-image {
    position: relative;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    margin: 0 auto 2px;
}

.projects-wrap.style-04 .projects-image-box .projects-image::before {
    background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: -o-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
    background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
    border-radius: 50%;
    -webkit-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    transform: translateY(-46px);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.projects-wrap.style-04 .projects-image-box .projects-image .image {
    z-index: 1;
    position: relative;
    text-align: center;
}

.projects-wrap.style-04 .content {
    padding: 0px 6px 94px;
    padding-bottom: 88px;
}

.projects-wrap.style-04 .content .heading {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 2px;
    color: #333 !important;
}

.projects-wrap.style-04 .content .post-categories {
    color: #086AD8;
    margin-bottom: 2px;
}

.projects-wrap.style-04 .content .text {
    color: #696969;
    margin-top: 13px;
}

.projects-wrap.style-04 .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: #086AD8;
}

.projects-wrap.style-04 .content .box-projects-arrow::before {
    background-color: #086AD8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.projects-wrap.style-04:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.projects-wrap.style-04:hover .content .heading {
    color: #086AD8;
}

.projects-wrap.style-04:hover .content .box-projects-arrow {
    color: #ffffff;
}

.projects-wrap.style-04:hover .content .box-projects-arrow::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.messonry-button button {
    padding: 0;
    border: 0 none;
    position: relative;
    background: transparent;
}

.messonry-button button span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin: 5px 17px;
    position: relative;
    border-bottom: 2px solid transparent;
}

.messonry-button button span.filter-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.74;
    color: #086AD8;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.messonry-button button span.filter-counter {
    position: absolute;
    top: 0;
    left: 50%;
    visibility: hidden;
    margin: 0 auto;
    min-width: 34px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #086AD8;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-weight: 600;
}

.messonry-button button span.filter-counter::before {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 4px solid #086AD8;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: #086AD8;
}

.messonry-button button:hover span.filter-counter {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.messonry-button button:hover span.filter-text {
    color: #086AD8;
}

.messonry-button button.is-checked span {
    border-bottom: 2px solid #086AD8;
}

.messonry-button button.is-checked span.filter-text {
    color: #086AD8;
}

/*======================================
=         33. Contact Us Css            =
=======================================*/
.contact-form__two input[type=text]:focus,
.contact-form__two input[type=email]:focus,
.contact-form__two input[type=url]:focus,
.contact-form__two input[type=password]:focus,
.contact-form__two input[type=search]:focus,
.contact-form__two input[type=number]:focus,
.contact-form__two input[type=tel]:focus,
.contact-form__two input[type=range]:focus,
.contact-form__two input[type=date]:focus,
.contact-form__two input[type=month]:focus,
.contact-form__two input[type=week]:focus,
.contact-form__two input[type=time]:focus,
.contact-form__two input[type=datetime]:focus,
.contact-form__two input[type=datetime-local]:focus,
.contact-form__two input[type=color]:focus,
.contact-form__two textarea:focus,
.contact-form__two select:focus,
.contact-form__two select:focus,
.contact-form__two textarea:focus {
    color: #222;
    border-color: transparent;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.contact-form__two select:focus {
    background: #fff url("../images/icons/selector-icon.webp") no-repeat center right 20px !important;
}

.appointment-contact-bg {
    background: url(../images/bg/home-appointment-contact-bg-image.webp);
    background-repeat: no-repeat;
    background-position: center right;
}

.service-contact-bg {
    background-color: #002fa6;
    background-image: url(../images/bg/mitech-home-services-contact-bg.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.processing-contact-us-bg {
    background-color: #002fa6;
    background-image: url(../images/bg/mitech-processing-contact-bg.webp);
    background-repeat: no-repeat;
    background-position: top right;
}

.contact-title .sub-title {
    font-size: 18px;
}

.contact-input {
    margin: 0 -10px;
}

.contact-input .contact-inner {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 50%;
}

@media only screen and (max-width: 575px) {
    .contact-input .contact-inner {
        width: 100%;
    }
}

.contact-inner {
    margin: 0 0 20px;
}

.contact-inner input,
.contact-inner textarea {
    width: 100%;
    color: #000;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    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-inner textarea {
    height: 150px;
    padding: 15px;
}

.contact-inner select {
    color: #777;
}

.infotechno-contact-us-bg {
    background-color: #eff2f6;
    background-image: url(../images/bg/home-infotechno-contact-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .conact-us-wrap-one {
        margin-bottom: 30px;
    }
}

.conact-us-wrap-one .heading {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    line-height: 1.4;
}

/* 
.conact-us-wrap-one .heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d2a98e;
} */

.conact-us-wrap-one .sub-heading {
    margin-top: 15px;
    font-size: 18px;
    margin-left: 34px;
    color: #696969;
}

.conact-us-wrap-three {
    position: relative;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .conact-us-wrap-three {
        margin-bottom: 30px;
    }
}

/* .conact-us-wrap-three::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d2a98e;
} */

.conact-us-wrap-three .section-sub-title {
    padding-left: 34px;
}

.conact-us-wrap-three .heading {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    line-height: 1.4;
}

.conact-us-wrap-three .sub-heading {
    margin-top: 15px;
    font-size: 18px;
    margin-left: 34px;
    color: #696969;
}

.contact-info-one .icon,
.contact-info-two .icon,
.contact-info-three .icon {
    font-size: 40px;
    color: #086ad8;
}

.contact-info-one .heading,
.contact-info-two .heading,
.contact-info-three .heading {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-info-one .call-us,
.contact-info-two .call-us,
.contact-info-three .call-us {
    line-height: 1.17;
    color: #002fa6;
    position: relative;
    display: inline-block;
}

.contact-info-one .call-us::before,
.contact-info-two .call-us::before,
.contact-info-three .call-us::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.contact-info-one .call-us:hover,
.contact-info-two .call-us:hover,
.contact-info-three .call-us:hover {
    color: #002fa6;
}

.contact-info-one .call-us:hover::before,
.contact-info-two .call-us:hover::before,
.contact-info-three .call-us:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.contact-info-one .call-us a:hover,
.contact-info-two .call-us a:hover,
.contact-info-three .call-us a:hover {
    color: #002fa6;
}

.contact-info-one .btn--secondary,
.contact-info-two .btn--secondary,
.contact-info-three .btn--secondary {
    min-width: 230px;
}

.contact-info-one .btn--secondary:hover,
.contact-info-two .btn--secondary:hover,
.contact-info-three .btn--secondary:hover {
    background: #086AD8;
}

.contact-info-two .icon {
    color: #fff;
}

.contact-info-two .heading {
    color: rgba(255, 255, 255, 0.8);
}

.contact-info-two .call-us {
    color: #d2a98e;
}

.contact-info-two .call-us:hover {
    color: #d2a98e;
}

.contact-info-two .call-us a:hover {
    color: #d2a98e;
}

.contact-info-two .btn--secondary {
    background: #ffffff;
    color: #086AD8;
}

.contact-info-two .btn--secondary:hover {
    background: #d2a98e;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .contact-info-three {
        margin-top: 60px;
    }
}

.contact-info-three .heading {
    margin-bottom: 30px;
}

.contact-info-three .call-us {
    margin-bottom: 20px;
}

.contact-info-three .location-text-button .button-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    background: #f6f2ed;
    margin-right: 14px;
    display: inline-block;
}

.contact-info-three .location-text-button .button-icon::before {
    content: "\f3c5";
    font-style: normal;
    line-height: 56px;
    text-align: center;
    color: #086AD8;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.contact-info-three .location-text-button .button-text {
    font-weight: 500;
    color: #086AD8;
    position: relative;
}

.contact-info-three .location-text-button .button-text::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.contact-info-three .location-text-button:hover .button-text::after {
    width: 100%;
    left: 0;
    right: auto;
}

.processing-computing-area {
    padding: 150px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .processing-computing-area {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .processing-computing-area {
        padding: 60px 0;
    }
}

.computing-info-box h2 {
    font-size: 64px;
    line-height: 1.13;
    color: #002fa6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .computing-info-box h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .computing-info-box h2 {
        font-size: 32px;
    }
}

.contact-form-service-wrap {
    background: #fff;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    padding: 42px 50px 50px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .contact-form-service-wrap {
        padding: 42px 20px 50px;
    }
}

.business-solution-form-wrap {
    max-width: 400px;
    margin-left: auto;
    background: #fff;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    padding: 42px 30px 51px;
    border-radius: 5px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .business-solution-form-wrap {
        margin: auto;
    }
}

.ht-star-rating.lg-style {
    color: #fb0;
    font-size: 24px;
}

.ht-star-rating.lg-style span+span {
    margin-left: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .contact-info {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .contact-info.sytle-one,
    .contact-info.style-two {
        margin-top: 60px;
    }

    .contact-info.sytle-one.service-contact,
    .contact-info.style-two.service-contact {
        margin-top: 0;
    }
}

.contact-info.sytle-one .contact-info-title-wrap .sub-text,
.contact-info.style-two .contact-info-title-wrap .sub-text {
    margin-top: 20px;
    color: #ffffff;
    font-size: 18px;
}

.contact-info.sytle-one .contact-list-item .single-contact-list,
.contact-info.style-two .contact-list-item .single-contact-list {
    display: block;
}

.contact-info.sytle-one .contact-list-item .content,
.contact-info.style-two .contact-list-item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
}

.contact-info.sytle-one .contact-list-item .content .icon,
.contact-info.style-two .contact-list-item .content .icon {
    color: #fff;
    border-color: #fff;
    font-size: 40px;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 54px;
}

.contact-info.sytle-one .contact-list-item .content .main-content .heading,
.contact-info.style-two .contact-list-item .content .main-content .heading {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.78;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-info.sytle-one .contact-list-item .content .main-content .text,
.contact-info.style-two .contact-list-item .content .main-content .text {
    color: #d2a98e;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.17;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

    .contact-info.sytle-one .contact-list-item .content .main-content .text,
    .contact-info.style-two .contact-list-item .content .main-content .text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {

    .contact-info.sytle-one .contact-list-item .content .main-content .text,
    .contact-info.style-two .contact-list-item .content .main-content .text {
        font-size: 24px;
    }
}

.contact-info.style-two .contact-info-title-wrap .sub-text {
    color: #696969;
}

.contact-info.style-two .contact-list-item .content .icon {
    color: #d2a98e;
}

.contact-info.style-two .contact-list-item .content .main-content .heading {
    color: #333333;
}

.contact-info.style-two .contact-list-item .content .main-content .text {
    color: #086AD8;
}

.conact-info__list li {
    margin-bottom: 7px;
}

.conact-us-wrap-one.managed-it .heading {
    line-height: 1.67;
    font-weight: 800;
}

/*=====================================
=        34. Blog Pages Css           =
======================================*/
.single-blog-item.lg-blog-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.single-blog-item.lg-blog-item:last-child {
    padding-bottom: 60px;
    margin-bottom: 0px;
}

.single-blog-item.xs-list-blog-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.single-blog-item.xs-list-blog-item:last-child {
    margin-bottom: 0;
}

.single-blog-item .post-feature img {
    border-radius: 5px;
}

.single-blog-item .post-quote {
    position: relative;
    padding: 78px 40px 53px;
    background: #f5f7fd;
    text-align: center;
}

.single-blog-item .post-quote .post-quote-text {
    line-height: 1.5;
    margin-bottom: 39px;
}

.single-blog-item .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/icons/quote.webp) no-repeat;
}

.single-blog-item .post-quote .post-quote-name {
    color: #333;
}

.single-blog-item .post-info {
    margin-top: 20px;
}

.single-blog-item .post-info .post-categories {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #d2a98e;
}

.single-blog-item .post-info .post-title {
    margin-bottom: 15px;
}

.single-blog-item .post-info .post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.single-blog-item .post-info .post-meta .post-author {
    padding: 5px 10px 0;
}

.single-blog-item .post-info .post-meta .post-author .avatar-96 {
    width: 32px;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 50%;
}

.single-blog-item .post-info .post-meta .post-date,
.single-blog-item .post-info .post-meta .post-view {
    padding: 5px 10px;
}

.single-blog-item .post-info .post-meta .post-date .meta-icon,
.single-blog-item .post-info .post-meta .post-view .meta-icon {
    margin-right: 6px;
}

.single-blog-item .post-info .post-meta .post-comments {
    padding: 5px 10px;
}

.single-blog-item .post-info .post-meta .post-comments .meta-icon {
    margin-right: 6px;
}

.single-blog-item.blog-grid {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    margin-bottom: 30px;
}

.single-blog-item.blog-grid:hover .post-feature {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-blog-item.blog-grid .post-info .post-title {
    margin-bottom: 10px;
    line-height: 1.5;
}

.single-blog-item.blog-grid .post-info .btn-text {
    margin-top: 10px;
}

.single-blog-item.blog-grid .post-info .btn-text a {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

.single-blog-item.blog-grid .post-info .btn-text a:hover {
    color: #d2a98e;
}

.single-blog-item.blog-masonry {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    position: relative;
    margin-bottom: 30px;
}

.single-blog-item.blog-masonry .post-info {
    padding: 10px 25px 83px;
}

.single-blog-item.blog-masonry .post-info .post-title {
    line-height: 1.5;
}

.single-blog-item .post-read-more .btn-read-more {
    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: #086AD8;
    display: block;
}

.single-blog-item .post-read-more .btn-read-more::before {
    background: #086AD8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.single-blog-item .post-read-more .btn-read-more:hover {
    color: #ffffff;
}

.single-blog-item .post-read-more .btn-read-more:hover::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.post-list-wrapper .blog-thumbnail a {
    display: block;
}

.post-list-wrapper .blog-thumbnail a img {
    width: 100%;
}

.post-list-wrapper .post-feature {
    margin-right: 30px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .post-list-wrapper .post-feature {
        margin-right: 0px;
    }
}

.post-list-wrapper .post-info {
    margin-top: 0px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .post-list-wrapper .post-info {
        margin-top: 25px;
    }
}

.quote-post-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.quote-post-wrapper::before {
    content: "";
    padding-top: 100%;
}

.quote-post-wrapper .post-overlay {
    background: #f5f7fd;
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    -o-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.quote-post-wrapper .post-info {
    padding: 74px 64px 51px;
}

.quote-post-wrapper .post-quote-text {
    font-size: 24px;
    line-height: 1.5;
}

.quote-post-wrapper .post-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.quote-post-wrapper .post-content ::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 0;
    background: url(../images/icons/metro-quote.webp) no-repeat;
    width: 150px;
    height: 132px;
}

.quote-post-wrapper .post-quote-name {
    font-size: 24px;
    color: #333;
    margin: 170px 0 0;
}

.single-valid-post-wrapper {
    overflow: hidden;
}

.single-valid-post-wrapper:hover .single-valid__thum {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.single-valid-post-wrapper .post-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.single-valid-post-wrapper .post-info {
    padding: 30px 30px 48px;
    width: 100%;
    color: #fff;
}

.single-valid-post-wrapper .post-info .post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-valid-post-wrapper .post-info .post-meta .post-date {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.single-valid-post-wrapper .post-info .post-meta .post-date .meta-icon {
    margin-right: 6px;
}

.single-valid-post-wrapper .post-info .post-meta .post-categories {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.single-blog__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    -o-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
}

.single-blog__item::before {
    content: "";
}

.single-blog__item::before {
    padding-top: 30%;
}

.single-blog__item .single-valid__thum {
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    -o-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-blog__item .single-valid__thum::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), to(rgba(0, 0, 0, 0.28)));
    background-image: -webkit-linear-gradient(top, transparent 27%, rgba(0, 0, 0, 0.28) 100%);
    background-image: -o-linear-gradient(top, transparent 27%, rgba(0, 0, 0, 0.28) 100%);
    background-image: linear-gradient(-180deg, transparent 27%, rgba(0, 0, 0, 0.28) 100%);
}

blockquote {
    margin: 54px 65px 44px 70px !important;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 1.78;
    font-weight: 600;
    border-left: 4px solid #eee;
    border-left-color: #d2a98e;
    position: relative;
    color: #333;
}

@media only screen and (max-width: 767px) {
    blockquote {
        margin: 54px 65px 44px 30px !important;
    }
}

.entry-post-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.entry-post-tags .tagcloud-icon {
    font-size: 16px;
    margin-right: 9px;
    margin-bottom: 0;
}

.entry-post-tags .tagcloud a:hover {
    color: #086AD8;
}

.entry-post-share-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e8f6;
    margin-bottom: 50px;
}

.entry-post-share {
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
    .entry-post-share {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.entry-post-share .share-media .share-icon {
    color: #fff;
    background: #086AD8;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.entry-post-share .share-media {
    position: relative;
    margin-left: 10px;
}

.entry-post-share .share-list {
    position: absolute;
    bottom: 100%;
    right: 0%;
    -webkit-transform: translate(0%, -1px);
    -ms-transform: translate(0%, -1px);
    transform: translate(0%, -1px);
    width: auto;
    white-space: nowrap;
    padding: 0 4px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.entry-post-share .share-list::before {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    content: "";
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.entry-post-share .share-list a {
    display: inline-block;
    font-size: 13px;
    padding: 12px;
    color: #555;
}

.entry-post-share.opened .share-list {
    -webkit-transform: translate(0%, -12px);
    -ms-transform: translate(0%, -12px);
    transform: translate(0%, -12px);
    visibility: visible;
    opacity: 1;
}

.entry-author .author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.entry-author .author-avatar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 170px;
    text-align: center;
}

.entry-author .author-avatar img {
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .entry-author .author-avatar {
        width: 120px;
    }
}

.entry-author .author-social-networks .inner {
    display: inline-block;
    margin: 22px -9px 0;
}

.entry-author .author-social-networks .inner a {
    display: block;
    float: left;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1;
    color: #333;
}

.entry-author .author-biographical-info {
    margin-top: 15px;
    font-size: 15px;
    color: #333;
}

.related-posts-wrapper {
    margin-top: 66px;
}

.related-posts-wrapper .single-valid-post-wrapper {
    position: relative;
    height: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.related-posts-wrapper .single-valid-post-wrapper::before {
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), color-stop(80%, #000));
    background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #000 80%);
    background-image: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #000 80%);
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, #000 80%);
    border-radius: 5px;
}

.related-posts-wrapper:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.related-posts-wrapper .single-valid__thum {
    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;
    min-height: 120px;
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
}

.related-posts-wrapper .post-content {
    padding-left: 50px;
    padding-right: 20px;
    margin-top: 0px;
    position: relative;
}

.related-posts-wrapper .post-content::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.related-posts-wrapper .post-content .post-title {
    color: #ffffff;
}

.comment-list-wrapper {
    margin-top: 66px;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-list .comment {
    list-style-type: none;
    padding: 25px 0;
}

.comment-list .comment:last-child {
    padding-bottom: 0;
}

.comment-list .comment-author {
    float: left;
}

.comment-list .comment-author img {
    border-radius: 50px;
}

.comment-list .comment-content {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}

.comment-list .meta {
    margin-bottom: 12px;
}

.comment-list .meta .fn {
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    margin-bottom: 0;
}

.comment-list .meta .comment-datetime {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
    color: #ababab;
}

.comment-list .meta .comment-datetime::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #d8d8d8;
    border-radius: 50%;
}

.comment-list .comment-actions a {
    margin-right: 20px;
    font-weight: 500;
    color: #333;
}

.comment-list .comment-actions a:hover {
    color: #086AD8;
}

.comment-list .children {
    margin: 20px 0 20px 50px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .comment-list .children {
        margin: 40px 0 20px 40px;
    }
}

.comment-list .children li+li {
    margin-top: 35px;
}

.comment-list .comment-actions {
    margin-top: 16px;
    margin-top: 16px;
    color: #ababab;
}

.comment-list .comment-actions .comment-datetime {
    display: inline-block;
    margin-right: 10px;
}

.comment-list .comment-actions .comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
}

.comment-submit-btn .ht-btn {
    padding: 0 54px;
}

.post-feature-details.post-quote {
    position: relative;
    padding: 48px 40px;
    background: #5945e6;
    text-align: center;
}

.post-feature-details.post-quote::before {
    display: none;
}

.post-feature-details.post-quote .quote-icon {
    color: #fff;
    font-size: 26px;
    margin-bottom: 35px;
}

.post-feature-details.post-quote .post-quote-text {
    line-height: 1.5;
    margin-bottom: 25px;
    color: #ffffff;
}

.post-feature-details.post-quote .post-quote-name {
    color: #ffffff;
}

.post-feature-details.post-link {
    padding: 82px 100px;
    background: #f7fbfe;
    font-size: 24px;
    line-height: 1.5;
}

.post-feature-details.post-link a {
    color: #38cb89;
    word-wrap: anywhere;
    font-weight: 400;
}

.post-feature-details.post-link::before {
    display: none;
}

.peatures_image-wrap {
    margin-right: -168px !important;
    margin-left: 80px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .peatures_image-wrap {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .peatures_image-wrap {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .peatures_image-wrap {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .peatures_image-wrap {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

/*=================================
=         35. Infotechno Css        =
===================================*/
.infotechno-bg {
    background: rgb(244, 239, 233) none repeat scroll 0% 0%;
}

.infotechno-hero-text h6 {
    color: #086AD8;
    font-weight: 500;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .infotechno-hero-text {
        text-align: center;
        margin-top: 50px;
    }
}

.infotechno-hero-inner-images {
    margin-top: 20px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .infotechno-hero-inner-images {
        margin-top: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .infotechno-hero-inner-images {
        max-width: 327px;
        margin: auto;
    }

    .infotechno-hero-inner-images .infotechno-inner-one {
        max-width: 260px;
        margin: auto;
    }
}

.infotechno-inner-one {
    position: absolute;
    top: 10px;
}

.infotechno-inner-two {
    z-index: 1;
    position: relative;
}

.infotechno-hero-text {
    max-width: 605px;
    float: right;
    width: 100%;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .infotechno-hero-text {
        padding-left: 0;
        float: inherit;
        margin: 50px auto 20px;
    }
}

/*-------------------------
    video section css
--------------------------*/
.infotechno-section-bg-01 {
    background: url(../images/patterns/mitech-home-infotechno-section-company-bg.webp) top 140px left no-repeat, -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

.infotechno-video-bg {
    background-image: url(../images/bg/home-infotechno-video-intro-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.infotechno-video-ptb {
    padding: 150px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .infotechno-video-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.vieeo-content-inner .heading {
    line-height: 1.34;
    font-weight: 600;
    color: #fff;
    margin-bottom: 65px;
}

.viewo-text-wrap .single-popup-wrap.video-link {
    display: inline-block;
}

.viewo-text-wrap .single-popup-wrap.video-link .ht-popup-video.video-button {
    position: relative;
    margin-right: 0;
    display: inline-block;
    height: 78px;
    width: 78px;
}

.viewo-text-wrap .video-content {
    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;
}

.viewo-text-wrap .video-text {
    margin-top: 0;
    margin-left: 59px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.45;
}

.infotechno-blog-list li {
    position: relative;
}

.infotechno-blog-list li:first-child a {
    margin-top: -16px;
}

.infotechno-blog-list li a {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 0 30px;
    margin-top: 20px;
}

.infotechno-blog-list li a::before,
.infotechno-blog-list li a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.infotechno-blog-list li a::after,
.infotechno-blog-list li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f30b";
    position: absolute;
    top: 7px;
    left: 0;
}

.infotechno-blog-list li a::before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.infotechno-blog-list li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.infotechno-blog-list li a:hover::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

/*=============================================
=         36. Processing Hero Css             =
=============================================*/
.processing-hero-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/slider-processing-slide-01-bg.webp");
    background-size: cover;
    background-position: 50% 50%;
}

.processing-hero-text {
    max-width: 730px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .processing-hero-text {
        margin-top: 60px;
        text-align: center;
    }
}

.processing-hero-text h6 {
    line-height: 36px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.processing-hero-text h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 68px;
    letter-spacing: 0;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .processing-hero-text h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .processing-hero-text h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .processing-hero-text h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .processing-hero-text h1 {
        font-size: 34px;
    }
}

.processing-hero-text p {
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
}

.processing-hero-images-wrap {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .processing-hero-images-wrap {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .processing-hero-images-wrap {
        margin-top: 30px;
    }
}

.processing-hero-images {
    margin-left: -130px;
    margin-right: -200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .processing-hero-images {
        margin-left: -80px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .processing-hero-images {
        margin-left: -80px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .processing-hero-images {
        margin-left: -50px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .processing-hero-images {
        width: 300px;
        margin: auto;
    }
}

.hero-button {
    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;
}

@media only screen and (max-width: 767px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-button .btn {
        min-width: 140px;
        padding: 0 24px;
    }
}

.hero-popup-video {
    margin-left: 20px;
}

.hero-popup-video a {
    display: inline-block;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hero-popup-video a .video-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-popup-video a .video-content .video-text {
    margin-left: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.hero-popup-video .video-play {
    font-size: 10px;
    display: inline-block;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
}

.hero-popup-video .video-play .video-play-icon i {
    color: #ffffff;
}

/*===============================
    Video Banner Section Css
=================================*/
.rv-video-section {
    position: relative;
}

.rv-video-section .main-video-box {
    position: relative;
    z-index: 8;
    text-align: center;
    max-width: 570px;
    max-height: 350px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .rv-video-section .main-video-box {
        max-width: 520px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rv-video-section .main-video-box {
        max-width: 400px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .main-video-box {
        max-width: 400px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .main-video-box {
        max-width: 280px;
        margin-bottom: 100px;
    }
}

.rv-video-section .ht-banner-01 {
    position: relative;
}

.rv-video-section .ht-banner-01 img {
    position: absolute;
    left: 6%;
    top: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .rv-video-section .ht-banner-01 img {
        left: 6%;
        top: -50px;
        width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rv-video-section .ht-banner-01 img {
        left: 0%;
        top: -50px;
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .ht-banner-01 img {
        left: 10%;
        top: -30px;
        width: 184px;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .ht-banner-01 img {
        left: 0;
        top: -30px;
        width: 184px;
    }
}

.rv-video-section .ht-banner-02 {
    position: relative;
}

.rv-video-section .ht-banner-02 img {
    position: absolute;
    left: 50%;
    top: -103px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .rv-video-section .ht-banner-02 img {
        position: absolute;
        left: 50%;
        top: -103px;
        max-width: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .ht-banner-02 img {
        top: -65px;
        max-width: 130px;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .ht-banner-02 img {
        top: -65px;
        max-width: 130px;
    }
}

.rv-video-section .ht-banner-03 {
    position: relative;
}

.rv-video-section .ht-banner-03 img {
    position: absolute;
    left: 10%;
    bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rv-video-section .ht-banner-03 img {
        bottom: 0;
        top: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rv-video-section .ht-banner-03 img {
        bottom: 0;
        top: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .ht-banner-03 img {
        bottom: 0;
        max-width: 120px;
        top: inherit;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .ht-banner-03 img {
        bottom: 0;
        max-width: 120px;
        top: inherit;
    }
}

.rv-video-section .ht-banner-04 img {
    right: 50px;
    left: auto;
    position: absolute;
    top: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rv-video-section .ht-banner-04 img {
        right: 35px;
        max-width: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rv-video-section .ht-banner-04 img {
        right: 35px;
        top: 80%;
        max-width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .ht-banner-04 img {
        right: 15px;
        top: 80%;
        max-width: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .ht-banner-04 img {
        right: 10px;
        top: 80%;
        max-width: 110px;
    }
}

.animation_images {
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animation_images.one {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

.animation_images.two {
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
}

.animation_images.three {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

.animation_images.four {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

@-webkit-keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

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

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

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

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*=============================================
=         37. Processing Hero Css             =
=============================================*/
.appointment-hero-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/home-appointment-hero-bg-image.webp");
    background-size: cover;
    background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
    .appointment-hero-text {
        text-align: center;
        margin-bottom: 60px;
    }
}

.hero-button .video-content {
    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;
}

.hero-button .video-link .ht-popup-video .video-button__two .video-play {
    background: #ffffff;
}

.hero-button .video-link .ht-popup-video .video-button__two .video-play-icon::before {
    border-left-color: #086AD8;
}

.hero-button .single-popup-wrap.video-link .ht-popup-video.video-button {
    position: relative;
    width: 78px;
    height: 78px;
}

.hero-button .video-text {
    margin-top: 0;
    margin-left: 35px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 1.78;
}

.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::after,
.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
    border: 3px solid #ffffff;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

/*=================================
=       38. Service Home Css        =
==================================*/
.service-hero-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/home-services-hero-bg.webp");
    background-size: cover;
    background-position: 50% 50%;
}

.service-hero-space {
    height: 770px;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .service-hero-space {
        height: 670px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-hero-space {
        height: 570px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-hero-space {
        height: 520px;
    }
}

@media only screen and (max-width: 767px) {
    .service-hero-space {
        height: 480px;
    }
}

@media only screen and (max-width: 575px) {
    .service-hero-space {
        height: 480px;
    }
}

.service-hero-text {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .service-hero-text {
        text-align: center;
    }
}

.service-hero-text h3 {
    line-height: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-hero-text h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-hero-text h3 {
        font-size: 22px;
    }
}

.service-hero-text h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 120px;
    line-height: 1.09;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .service-hero-text h1 {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-hero-text h1 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-hero-text h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .service-hero-text h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .service-hero-text h1 {
        font-size: 44px;
    }
}

.service-hero-text .service-solution-form-wrap {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.service-hero-text .service-solution-form-wrap select {
    border-color: #086ad8;
    background-color: #086ad8;
    background-image: url("../images/icons/hero-selector-icon.webp");
    color: #fff;
    font-weight: 500;
    padding: 3px 30px;
    height: 60px;
}

.service-hero-text .service-solution-form-wrap select:focus {
    background: #086ad8 url("../images/icons/hero-selector-icon.webp") no-repeat center right 20px !important;
}

.service-hero-text p {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
}

.service-project-slide-info {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .service-project-slide-info {
        margin-bottom: 40px;
        margin-top: 0px;
    }
}

.service-project-slide-info .text {
    font-size: 18px;
    line-height: 1.67;
}

.single-blog-lg-item>a {
    display: block;
}

.single-blog-lg-item .btn-text a {
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.single-blog-lg-item .btn-text a:hover {
    color: #d2a98e;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-blog-lg-item {
        margin-bottom: 40px;
    }
}

.post-blog-thumbnail {
    position: relative;
    display: block;
}

.post-blog-thumbnail>img {
    border-radius: 5px;
    width: 100%;
}

.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;
}

.post-blog-thumbnail .post-meta {
    position: absolute;
    bottom: 18px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 14px;
    margin: 0 -8px;
}

.post-blog-thumbnail .post-meta .post-author img {
    width: 32px;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 50%;
}

.post-blog-thumbnail .post-meta div {
    display: inline-block;
    padding: 0 8px;
}

.single-blog-lg-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 20px 0 20px 30px;
}

.single-blog-lg-list:first-child {
    border-top: none;
    padding: 0px 0 20px 30px;
}

@media only screen and (max-width: 575px) {
    .single-blog-lg-list:first-child {
        padding: 20px 0 20px 0px;
    }
}

.single-blog-lg-list .post-blog-thumbnail {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 29px;
    width: 200px;
}

@media only screen and (max-width: 575px) {
    .single-blog-lg-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-left: none;
        border-top: none;
        padding: 0px 0 20px 0px;
    }

    .single-blog-lg-list .post-blog-thumbnail {
        margin-bottom: 20px;
        margin-right: 0px;
        width: 100%;
    }
}

.our-company-history {
    position: relative;
}

.grid-wrapper {
    max-width: 1200px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    right: 25px;
}

.grid-wrapper .line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(204, 204, 204, 0.25);
}

.grid-wrapper .line-1 {
    left: 25px;
}

.grid-wrapper .line-2 {
    left: 33.33333%;
}

.grid-wrapper .line-3 {
    left: 66.66666%;
}

.grid-wrapper .line-4 {
    right: 25px;
}

/*=============================================
=        38. Resolutions home Css             =
=============================================*/
.resolutions-hero-bg {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/home-resolutions-hero-bg-image.webp");
    background-size: cover;
    background-position: 50% 50%;
}

.resolutions-hero-bg .vc_row-separator svg {
    fill: #F8F8F8;
}

.resolutions-hero-space {
    height: 880px;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .resolutions-hero-space {
        height: 740px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .resolutions-hero-space {
        height: 670px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .resolutions-hero-space {
        height: 520px;
    }
}

@media only screen and (max-width: 767px) {
    .resolutions-hero-space {
        height: 480px;
    }
}

@media only screen and (max-width: 575px) {
    .resolutions-hero-space {
        height: 480px;
    }
}

.resolutions-hero-area-content {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hero-button-group .ht-btn {
    margin: 10px;
    font-size: 14px;
}

.hero-button-group .ht-btn.btn--white {
    color: #086AD8;
}

.hero-button-group .ht-btn.btn--white .btn-icon {
    font-size: 10px;
    margin-left: 0px;
}

.hero-button-group .ht-btn.btn--white:hover {
    background: #086AD8;
    color: #ffffff;
}

.resolutions-hero-bottom {
    margin-top: -160px;
    position: relative;
    z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .resolutions-hero-bottom {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .resolutions-hero-bottom {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .resolutions-hero-bottom {
        margin-top: 0px;
    }
}

.resolutions-hero-slider .vc_row-separator svg {
    fill: #F8F8F8;
}

.resolutions-hero-bg-2 {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/hero/home-resolutions-hero-bg-image.webp");
    background-size: cover;
    background-position: 50% 50%;
}

/*=============================================
=        39. Cybersecurity home Css             =
=============================================*/
.cybersecurity-hero {
    overflow: hidden;
    background: #F6FAFE;
}

.cybersecurity-hero-text {
    max-width: 680px;
    width: 100%;
    float: right;
    padding-left: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cybersecurity-hero-text {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .cybersecurity-hero-text {
        padding-left: 0;
        float: inherit;
        margin: 60px auto 0px;
        text-align: center;
    }
}

.cybersecurity-hero-text h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}

.cybersecurity-hero-text h3 {
    font-weight: 700;
}

.cybersecurity-hero-images {
    position: relative;
}

.inner-img-one {
    position: absolute;
    z-index: -1;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .inner-img-one {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .inner-img-one img {
        width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-img-two {
        margin: auto !important;
        text-align: center;
    }

    .inner-img-two img {
        max-width: 254px;
    }
}

.worldRotate {
    -webkit-animation: worldRotate 20s linear infinite;
    animation: worldRotate 20s linear infinite;
}

/*--- spinner keyframe ---*/
@-webkit-keyframes worldRotate {
    0% {
        -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
        transform: rotate(0deg) translateX(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
        transform: rotate(0deg) translateY(0px) rotate(-360deg);
    }
}

@keyframes worldRotate {
    0% {
        -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
        transform: rotate(0deg) translateX(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
        transform: rotate(0deg) translateY(0px) rotate(-360deg);
    }
}

/*=====================================
=      40. About Us pages Css           =
=======================================*/
.about-us-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-space {
    padding-top: 195px;
    padding-bottom: 204px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-space {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.vision-space {
    padding-top: 85px;
    padding-bottom: 195px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vision-space {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vision-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .vision-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.requirements-list {
    width: 600px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    float: right;
}

.resources-left-box {
    max-width: 755px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    float: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .resources-left-box {
        margin: 0 auto;
        float: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .resources-left-box {
        text-align: center;
        margin: 0 auto;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .resources-left-box {
        margin: 0 auto;
        margin-bottom: 0px;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}

.resources-inner .sub-title {
    color: #ababab;
}

.about-resources-wrapper {
    padding: 40px 0;
    background-color: #f8f8f8;
    background-image: url(../images/bg/mitech-slider-cybersecurity-global-image.webp);
    background-repeat: no-repeat;
    background-position: center right 40px;
}

.delivering-optimal-wrap .marker::before {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #d2a98e;
}

.delivering-optimal-wrap .list-item {
    padding-left: 40px;
    margin-top: 40px;
    position: relative;
}

.delivering-optimal-wrap .list-item .title-wrap .title {
    color: #086AD8;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .modern-number-01 {
        margin-bottom: 20px;
    }
}

.modern-number-01.number-two h2 {
    max-width: 330px;
}

.modern-number-01.number-two span.mark-text {
    color: #086AD8;
}

.contact-button a {
    color: #086AD8;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    border-bottom: 1px solid #ddd;
}

.about-button {
    text-align: right;
}

.about-button a {
    min-width: 170px;
}

.gallery-warp {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.gallery-warp:nth-child(4n+1) {
    grid-column: span 8;
}

.gallery-grid {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-grid .single-gallery__thum {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-height: 420px;
}

.gallery-grid:nth-child(4n+1) {
    -ms-grid-column: span 8;
    grid-column: span 8;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .gallery-grid:nth-child(4n+1) {
        grid-column: span 6;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-grid:nth-child(4n+1) {
        grid-column: span 12;
    }
}

.gallery-grid:nth-child(4n+2) {
    -ms-grid-column: span 4;
    grid-column: span 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .gallery-grid:nth-child(4n+2) {
        grid-column: span 6;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-grid:nth-child(4n+2) {
        grid-column: span 12;
    }
}

.gallery-grid:nth-child(4n+3) {
    -ms-grid-column: span 6;
    grid-column: span 6;
}

@media only screen and (max-width: 575px) {
    .gallery-grid:nth-child(4n+3) {
        grid-column: span 12;
    }
}

.gallery-grid:nth-child(4n+4) {
    -ms-grid-column: span 6;
    grid-column: span 6;
}

@media only screen and (max-width: 575px) {
    .gallery-grid:nth-child(4n+4) {
        grid-column: span 12;
    }
}

.single-gallery {
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.single-gallery__item {
    position: relative;
    height: 100%;
}

.single-gallery__item .ht-overlay {
    background-color: #086AD8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery__item .overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery__item .overlay-icon i {
    font-size: 24px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-gallery__item:hover .ht-overlay,
.single-gallery__item:hover .overlay-icon {
    opacity: 0.9;
    visibility: visible;
}

.bg-item-images {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bg-item-images::before {
    content: "";
    display: block;
    padding-top: 67%;
}

/*=======================================
=           Careers Job Listing         = 
========================================*/
.ht-simple-job-listing .item {
    border-radius: 5px;
    padding: 33px 50px 36px;
}

.ht-simple-job-listing .item:nth-child(2n) {
    background: #f6f2ed;
}

.ht-simple-job-listing .item .job-info .job-time {
    font-size: 18px;
    margin-top: 12px;
    display: block;
}

.ht-simple-job-listing .item .job-button .ht-btn {
    min-width: 155px;
}

@media only screen and (max-width: 767px) {
    .ht-simple-job-listing .item {
        padding: 30px;
    }

    .ht-simple-job-listing .item .job-description {
        margin-top: 15px;
    }

    .ht-simple-job-listing .item .job-button {
        margin-top: 20px;
    }
}

/*=======================================
=       41. Single Smart Vision Css         =
========================================*/
.vision-content .heading {
    font-size: 18px;
    line-height: 1.43;
    font-weight: 400;
    /* color: #002fa6; */
}

.portfolio-details-table table {
    margin: 0 0 1.5em;
    margin-bottom: 1.5em;
    width: 100%;
    display: inline-table;
    overflow: hidden;
}

.portfolio-details-table .label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 12px;
}

.portfolio-details-table td:last-child {
    text-align: right;
    padding-right: 0;
}

.portfolio-details-table td {
    border: 0;
    background: none !important;
    padding: 17px 10px;
    padding-right: 10px;
    text-align: left;
}

.portfolio-details-table td:first-child {
    padding-left: 0;
}

.portfolio-details-table tr+tr {
    border-top: 1px solid #ededed;
}

.portfolio-details-table .portfolio-details-share a {
    padding: 0 10px;
    font-size: 15px;
    color: #ababab;
}

.ht-problem-solution .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 44px;
}

.ht-problem-solution .item .problem {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.74;
    margin-bottom: 20px;
}

.ht-problem-solution .item .problem::before {
    color: #086ad8;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f30b";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 18px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.ht-problem-solution .item .solution {
    position: relative;
    padding-left: 32px;
}

.ht-problem-solution .item .solution::before {
    color: #086ad8;
    content: "\f00c";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 18px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.results-wrap .text {
    font-size: 24px;
}

.entry-portfolio-return-link {
    position: absolute;
    bottom: 14%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: #f6f2ed;
    -webkit-box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
    box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
    font-size: 18px;
}

.entry-portfolio-return-link:hover {
    background: #086AD8;
    color: #ffffff;
}

.portfolio-nav-links .nav-list {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .portfolio-nav-links .nav-list {
        grid-template-columns: auto;
    }
}

.portfolio-nav-links .nav-list .next {
    text-align: right;
}

.portfolio-nav-links .nav-list .inner div {
    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;
    min-height: 190px;
    padding: 20px 0;
}

.portfolio-nav-links .nav-list .prev img {
    margin-right: 28px;
}

.portfolio-nav-links .nav-list .next img {
    margin-left: 28px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.portfolio-nav-links .nav-list .next a {
    padding-right: 30px;
}

.portfolio-nav-links .nav-list .prev a {
    padding-left: 30px;
}

.portfolio-nav-links .nav-list .inner h6::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.portfolio-nav-links .nav-list .prev h6::before {
    left: 15px;
    content: "\f104";
}

.portfolio-nav-links .nav-list .next h6::before {
    right: 15px;
    content: "\f105";
}

/*====================================
=         42. Redraw Css             =
=====================================*/
.rev_redraw-wrapper {
    overflow: hidden;
}

.rev_redraw-space {
    padding-top: 230px;
    padding-bottom: 230px;
}

@media only screen and (max-width: 767px) {
    .rev_redraw-space {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.rev_redraw-space .col-lg-12 {
    position: relative;
}

.redraw-content {
    z-index: 4;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .redraw-images img {
        max-width: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .redraw-images img {
        max-width: 100px;
    }
}

.redrow-1 {
    overflow: hidden;
    top: -205%;
    position: absolute;
    left: 10%;
}

@media only screen and (max-width: 767px) {
    .redrow-1 {
        top: -150%;
    }
}

@media only screen and (max-width: 575px) {
    .redrow-1 {
        top: -130%;
    }
}

.redrow-2 {
    position: absolute;
    left: 40%;
    top: -150%;
}

@media only screen and (max-width: 767px) {
    .redrow-2 {
        top: -80%;
    }
}

.redrow-3 {
    top: -205%;
    position: absolute;
    right: 10%;
}

@media only screen and (max-width: 767px) {
    .redrow-3 {
        top: -150%;
    }
}

@media only screen and (max-width: 575px) {
    .redrow-3 {
        top: -130%;
    }
}

.redrow-4 {
    top: 0%;
    position: absolute;
    left: -10%;
}

.redrow-5 {
    position: absolute;
    left: 20%;
    top: 150%;
}

.redrow-6 {
    position: absolute;
    right: 20%;
    top: 150%;
}

.redrow-7 {
    top: 0%;
    position: absolute;
    right: -10%;
}

/*=====================================
=       43. Preview Page Css          =
======================================*/
.hero__purchase .btn:hover,
.downlode-btn .btn:hover {
    background: #086AD8;
    color: #fff;
}

.header__actions--preview .ht-btn {
    background: #fff;
    color: #086AD8;
}

@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__actions--preview {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }

    .header__actions--preview .header__actions {
        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;
    }
}

.preview-hero-area {
    height: 1020px;
    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;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .preview-hero-area {
        height: 860px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .preview-hero-area {
        height: 780px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .preview-hero-area {
        height: 620px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-hero-area {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-area {
        height: auto;
    }
}

.preview-hero-bg {
    background: url(../images/hero/mitech-landing-main-slider-bg.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-color: transparent;
    background-repeat: no-repeat;
}

.pe-img-01 {
    position: absolute;
    top: -4%;
    left: 28%;
}

@media only screen and (max-width: 767px) {
    .pe-img-01 {
        width: 130px;
        top: -10%;
        left: 8%;
    }
}

.pe-img-02 {
    position: absolute;
    top: 12%;
    right: 6%;
}

@media only screen and (max-width: 767px) {
    .pe-img-02 {
        right: -5%;
    }
}

.pe-img-03 {
    position: absolute;
    bottom: 10%;
    right: -10%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .pe-img-03 {
        width: 250px;
        right: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pe-img-03 {
        width: 250px;
        right: -10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pe-img-03 {
        width: 200px;
        right: -20%;
    }
}

@media only screen and (max-width: 767px) {
    .pe-img-03 {
        width: 200px;
        right: -20%;
    }
}

@media only screen and (max-width: 575px) {
    .pe-img-03 {
        width: 200px;
        right: -30%;
    }
}

.pe-img-04 {
    position: absolute;
    bottom: 20%;
    right: 18%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pe-img-04 {
        bottom: 5%;
        right: 18%;
    }
}

@media only screen and (max-width: 767px) {
    .pe-img-04 {
        bottom: 2%;
        right: 50%;
    }
}

.preview-inner-img {
    position: relative;
}

.preview-inner-img img {
    z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-inner-img {
        max-width: 500px;
        margin: auto;
    }
}

.preview-hero-text {
    z-index: 4;
    position: relative;
}

.preview-hero-text h6 {
    color: #d2a98e;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .preview-hero-text h6 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-text h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-hero-text {
        text-align: center;
    }

    .preview-hero-text .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-text {
        text-align: center;
    }
}

.single-preview-item__wrap a {
    display: block;
}

.single-preview-item__wrap a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-preview-item__wrap a:hover .single-preview-item__thumbnail .overlay {
    visibility: visible;
    opacity: 1;
}

.frame-screen {
    position: relative;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
    box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
}

.frame-screen .dots {
    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;
    padding-left: 14px;
    height: 23px;
}

.frame-screen .dots .dot {
    margin: 0 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #dadada;
}

.frame-screen .single-preview-item__thumbnail {
    position: relative;
}

.frame-screen .single-preview-item__thumbnail .overlay {
    background-color: rgba(8, 106, 216, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.frame-screen .single-preview-item__thumbnail .btn-view-demo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff !important;
    pointer-events: none;
    min-width: 150px;
}

.frame-screen .single-preview-item__info h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.87;
    padding: 14px 27px;
    margin-bottom: 0;
    text-align: left;
}

.layout-section-bg {
    background: url(../images/preview/mitech-landing-header-preview-bg.webp);
    background-color: #f6f2ed;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.layouts-section-text {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.ht-box-icon.preview-style {
    margin-left: auto;
    max-width: 420px;
    margin-top: 30px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-icon.preview-style:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-icon.preview-style .icon-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ht-box-icon.preview-style .icon-box-wrap .image {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 27px 0 0;
    width: 114px;
    text-align: center;
    border-radius: 50%;
}

.prv-section-footer-bg {
    background: url(../images/preview/mitech-landing-footer-bg-01.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-preview-content h6 {
    letter-spacing: 7px;
}

.badge-image {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 11;
}

/* ====================
    Toolbar Area 
========================*/
.aeroland__toolbar .inner {
    position: absolute;
    top: 200px;
    right: 100%;
    display: block;
    width: 40px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.aeroland__toolbar .inner a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.demo-option-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 55px;
}

.demo-option-wrapper .demo-panel-header {
    padding: 40px 30px 30px;
    text-align: center;
}

.demo-option-container {
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    height: 100%;
    width: 350px;
    max-width: calc(100% - 45px);
    z-index: 100000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-option-container.open {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}

.demo-quick-option-list {
    padding: 27px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.demo-quick-option-list a img {
    border-radius: 5px;
}

.demo-quick-option-list a:hover img {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/*=================================
=       Modern It Company Css       =
===================================*/
/* .modern-it-company-top-area {
  background-image: url("../images/bg/bg-gird-pattern-repeat-alt.webp");
  background-repeat: repeat;
} */

.modern-it-company-hero {
    position: relative;
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-it-company-hero {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-hero {
        margin-bottom: 30px;
    }
}

.modern-it-company-form-wrap {
    max-width: 550px;
}

@media (min-width: 1200px) {
    .modern-it-company-hero-image {
        position: absolute;
        top: 176px;
        right: 10px;
    }
}

.modern-it-company-hero-image {
    text-align: right;
    margin: auto;
    margin-top: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-it-company-hero-image {
        text-align: center;
    }
}

.modern-it-company-hero-text h1 {
    font-size: 65px;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-it-company-hero-text h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-hero-text h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .modern-it-company-hero-text h1 {
        font-size: 34px;
    }
}

.modern-it-company-hero-text .sort-dec {
    margin-top: 30px;
}

.modern-it-company-hero-text .book-box {
    margin-top: 100px;
    margin-bottom: 30px;
    position: relative;
}

.modern-it-company-hero-text .book-box .image {
    position: absolute;
    top: -30px;
    left: -80px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-hero-text .book-box {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-it-company-hero-text .book-box {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

.modern-it-company-hero-text .book-text {
    max-width: 340px;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-it-company-hero-text .book-text {
        max-width: 100%;
    }
}

.modern-it-company-testimonial-bg {
    background-image: url("../images/patterns/home-reputable-success-about-shape.webp");
    background-repeat: no-repeat;
    background-position: left 44px bottom 40px;
}

.success-stories-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 58px 80px;
    border-radius: 5px;
    background-color: #f6f2ed;
    background-image: url("../images/bg/home-reputable-success-section-story-bg.webp");
    background-repeat: no-repeat;
    background-position: right top;
}

@media only screen and (max-width: 767px) {
    .success-stories-wrap {
        padding: 58px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .success-stories-wrap .heading br {
        display: none;
    }
}

.modern-it-newsletters-wrap {
    border-radius: 5px;
    background-color: #f8f8f8;
    padding: 40px 35px;
}

.modern-it-newsletters-wrap .contact-inner input {
    background-color: #fff;
}

/*=============================================
=         36. Processing Hero Css             =
=============================================*/
.machine-learning-hero-bg {
    background-image: url("../images/hero/new-slider-bg.webp");
    background-color: #072a83;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 320px;
    padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .machine-learning-hero-bg {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .machine-learning-hero-bg {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .machine-learning-hero-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .machine-learning-hero-bg {
        padding-top: 0px;
        padding-bottom: 80px;
    }
}

.machine-learning-hero-text {
    max-width: 730px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .machine-learning-hero-text {
        margin-top: 60px;
        text-align: center;
    }
}

.machine-learning-hero-text h6 {
    line-height: 36px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.machine-learning-hero-text h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 68px;
    letter-spacing: 0;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .machine-learning-hero-text h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .machine-learning-hero-text h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .machine-learning-hero-text h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .machine-learning-hero-text h1 {
        font-size: 34px;
    }
}

.machine-learning-hero-text p {
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
}

.hero-button {
    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;
}

@media only screen and (max-width: 767px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-button .btn {
        min-width: 140px;
        padding: 0 24px;
    }
}

.hero-popup-video {
    margin-left: 20px;
}

.hero-popup-video a {
    display: inline-block;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hero-popup-video a .video-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-popup-video a .video-content .video-text {
    margin-left: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.hero-popup-video .video-play {
    font-size: 10px;
    display: inline-block;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
}

.hero-popup-video .video-play .video-play-icon i {
    color: #ffffff;
}

.hero-brand-wrap {
    margin-top: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-brand-wrap {
        margin-right: 30px;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-brand-wrap {
        margin-right: 30px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-brand-wrap {
        margin-top: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hero-brand-wrap .brand-logo {
    position: relative;
    margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-brand-wrap .brand-logo {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-brand-wrap .brand-logo {
        margin: 0 10px;
    }
}

.hero-brand-wrap .brand-logo__image {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.hero-brand-wrap .brand-logo__image-hover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hero-brand-wrap .brand-logo:hover .brand-logo__image {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.hero-brand-wrap .brand-logo:hover .brand-logo__image-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 3;
}

.machine-learning-about-bg {
    background-color: #f8fbfe;
    background-image: url("../images/bg/n-1-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.machine-learning-service-bg {
    background-color: #f8f8f8;
    background-image: url("../images/bg/n-2-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.machine-learning-mark-text {
    max-width: 370px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    color: #696969;
    padding-left: 16px;
    border-left: 2px solid #086ad8;
}

.machine-learning-about-content .dec-text {
    font-size: 18px;
}

.machine-learning-contact-us-bg {
    background-image: url("../images/bg/new-cta-bg.webp");
    background-color: #086AD8;
    background-size: cover;
    background-repeat: no-repeat;
}

.machine-learning-project-bg {
    background-color: #f5f5f5;
    background-image: url("../images/bg/n-3-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonials-contails-machine h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 3px;
    color: #ababab;
}

.testimonials-contails-machine p {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.22;
    color: #002fa6;
    margin-top: 20px;
    margin-bottom: 24px;
}

.testimonials-contails-machine .testimonial-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonials-contails-machine .testimonial-info .testimonial-name {
    font-size: 15px;
    font-weight: 700;
    color: #454545;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
}

.testimonials-contails-machine .testimonial-info .testimonial-name::after {
    content: " / ";
    left: 0;
}

.testimonials-contails-machine .testimonial-info .testimonial-by-line {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.29;
    color: #7e7e7e;
}

.swiper-pagination-machine {
    position: absolute;
    width: auto !important;
    margin-bottom: 50px;
}

.software-innovation-hero-text .sub-heading {
    text-transform: uppercase;
    color: #C2C2C2;
    line-height: 28px;
    letter-spacing: 3px;
    font-weight: 700;
}

.software-innovation-hero-text h3 {
    color: rgb(0, 91, 193);
    line-height: 40px;
    font-weight: 700;
    font-size: 40px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .software-innovation-hero-text h3 {
        line-height: 40px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .software-innovation-hero-text h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

.software-innovation-hero-text h1 {
    color: rgb(0, 91, 193);
    line-height: 130px;
    font-weight: 700;
    font-size: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .software-innovation-hero-text h1 {
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .software-innovation-hero-text h1 {
        font-size: 80px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .software-innovation-hero-text h1 {
        font-size: 64px;
        line-height: 70px;
    }
}

.software-innovation-hero-text .info-heading {
    color: rgb(42, 42, 42);
    line-height: 32px;
    font-weight: 500;
    font-size: 18px;
}

.software-innovation-hero-image {
    margin-right: -20px;
    margin-left: -230px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .software-innovation-hero-image {
        margin-left: -146px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .software-innovation-hero-image {
        margin-left: -146px;
    }
}

@media only screen and (max-width: 767px) {
    .software-innovation-hero-image {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30px;
    }
}

.software-innovation-about-bg {
    background-image: url("../images/bg/soft-s2-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.software-innovation-video-box .video-link .ht-popup-video .video-button__two .video-play-icon::before {
    border-left-color: #fff;
}

.software-innovation-video-box .video-link .ht-popup-video .video-button__two .video-play {
    background: #086AD8;
}

.software-innovation-video-box .video-text {
    color: #086AD8;
}

.software-innovation-video-box .video-button__two {
    padding: 13px;
    border: 3px solid rgba(8, 106, 216, 0.4);
    border-radius: 50%;
}

.technology-service-bg {
    background-color: #002fa6;
    background-image: url("../images/bg/soft-s5-bg.webp");
    background-repeat: no-repeat;
    background-position: left center;
}

.technology-service-area .text-infos {
    max-width: 470px;
    font-size: 18px;
}

.technology-service-area .ht-btn--outline {
    border-color: #fff;
    color: #fff !important;
}

.technology-service-area .ht-btn--outline:hover {
    border-color: #d2a98e;
    background: #d2a98e;
    color: #fff !important;
}

.limit-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.sub-menu-toggle {
    display: none !important;
}

/* ul.submenu {
    display: flex;
    width: 50%;
    left: 27%;
    align-items: self-start;
    justify-content: space-between;
    flex-wrap: wrap;

} */

ul.submenu {
    /* display: flex; */
    /* width: 581px; */
    left: 27%;
    align-items: self-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 12px;
}

ul.submenu li {
    list-style: none;
    width: 100%;
}

.contact-form-wrap button:hover {
    background-color: #086ad8;
}

/* new css added 16-12-2024 */

.banner-space,
.breadcrumb-area {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    min-height: 48vh;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: repeat;
    background-size: 20%;
    display: block;
    align-content: center;
    border-radius: 0px 0px 100px 100px;
    overflow: hidden;
}

.about-banner-space,
.breadcrumb-area,
.custom-new-banner-space {
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
    padding: 40px 60px;
    position: relative;
    /* min-height: 559px; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    /* display: block; */
    align-content: center;
    /* border-radius: 0px 0px 100px 100px; */
    overflow: hidden;
    object-fit: cover;
}

@media(max-width:768px) {

    .about-banner-space,
    .breadcrumb-area,
    .custom-new-banner-space {
        padding: 20px;
    }

}

.all-banner-logo::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 220px;
    background: url('/wp-content/uploads/2026/06/Logo-With-White-Background.webp') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}


@media (max-width:768px) {
    .all-banner-logo::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 200px;
        height: 100px;
        background: url('/wp-content/uploads/2026/06/Logo-With-White-Background.webp') no-repeat right bottom;
        background-size: contain;
        z-index: 1;
    }

}

/* .about-row .image-content {
    padding: 0px !important;
} */
/* .custom-new-banner-space::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 220px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-293.png') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}

@media(max-width:768px) {
    .custom-new-banner-space::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 300px;
        height: 220px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-293.png') no-repeat right bottom;
        background-size: contain;
        z-index: 1;
    }
} */

/* .about-banner-wrap .image-content img {
    height: 100%;
} */

.banner-space-details-page,
.breadcrumb-area {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    min-height: 48vh;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: repeat;
    /* background-size: 20%; */
    display: block;
    align-content: center;
    border-radius: 0px 0px 100px 100px;
    overflow: hidden;
}

/* .about-banner-space::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    background: linear-gradient(rgba(var(--second-color), 0), rgba(var(--black-color), 0.4) 98%);
    background: linear-gradient(rgba(var(--second-color), 0), rgb(0 0 0 / 70%) 98%);
    background: linear-gradient(rgb(2 2 2 / 76%), rgb(35 33 33 / 28%) 108%);
    background: linear-gradient(115deg, rgb(98 207 244 / 78%), rgb(98 207 244 / 78%));

    width: 100%;
} */

.banner-space::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    /* background: linear-gradient(rgba(var(--second-color), 0), rgba(var(--black-color), 0.4) 98%); */
    /* background: linear-gradient(rgba(var(--second-color), 0), rgb(0 0 0 / 70%) 98%); */
    background: linear-gradient(rgb(2 2 2 / 76%), rgb(35 33 33 / 28%) 108%);
    /* background: linear-gradient(115deg, rgb(98 207 244 / 78%), rgb(98 207 244 / 78%)); */

    width: 100%;
}

.about-banner-content.text-center {
    z-index: 9999;
    position: relative;
    padding-bottom: 20px;
}

article .entry-content p {
    font-size: 22px;
}

article .entry-header.alignwide h1.entry-title {
    font-size: 3rem;
}

.tnp-submit.ht-btn.ht-btn-md.ht-btn-full {
    width: -webkit-fill-available;
}

h5.text-left {
    text-align: left;
    font-weight: 600;
}

@media (max-width:1200px) {
    .custom-banner {
        height: calc(100vh - 200px);
    }
}

.custom-banner {
    position: relative;
    /* background-image: url("/wp-content/themes/notebrains-child-theme/theme-assets/images/back-scaled.jpg"); */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 60px 0px;
    /* height: calc(100vh - 300px); */
    height: 600px;
}


@media(max-width:600px) {
    .custom-banner {
        height: 530px;
    }
}

.custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgb(0 0 0 / 0%); */
}

.bannermainbox {
    position: relative;
    z-index: 2;
}

@media(max-width:991px) {
    .bannermainbox {
        margin-top: 60px;
    }
}



@media (max-width: 991px) {
    .custom-banner {
        min-height: auto;
        padding: 4rem 0;
    }
}

.bannermainbox h1.heading {
    font-weight: 400 !important;
    color: #086ad8;
    line-height: normal;
    margin-bottom: 0rem;
    font-size: 5.0rem;
}

span.ityped {
    font-size: 5rem;
    font-weight: 200;
    color: #000;
}

@media (max-width: 991px) {
    span.ityped {
        font-size: 4rem;
    }
}

.ityped-cursor {
    font-size: 5rem;
    font-weight: 200;
    display: inline-block;
    color: #000;
}

.bannermainbox .sort-dec {
    color: #eee;
    margin-bottom: 1rem;
}

.bannermainbox .book-box h5 {
    color: #fff;
}

.custome-box .image-box-wrap {
    border: 2px dashed #086ad829;
    height: 100%;
}

.mainrow {
    gap: 20px 0px;

}

.custome-box {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pulse {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
}

.pulse .fas {
    color: #086ad8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    font-size: 0.8em;
}

.pulse:before,
.pulse:after {
    content: '';
    display: block;
    position: absolute;
    border: 50%;
    border: 1.3px solid #FF3F85;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animtephone 1.5s linear infinite;
    opacity: 0;
}

.pulse:after {
    animation-delay: 0.5s;
}

@keyframes animtephone {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.newclass {
    position: relative;
}

.newsub {
    /* position: absolute; */
    right: 0px;
    font-size: 33px;
    /* top: -20px; */
    line-height: 38px;
    font-weight: 800;
    /* opacity: 0.2; */
    z-index: -1;
}

.newhead {
    min-height: 62px;
}



.portfolio .portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.portfolio .portfolio-filters li {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 30px;
    background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
    color: var(--default-color);
    transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    color: var(--accent-color);
    transform: translateY(-2px);
}

.portfolio .portfolio-filters li.filter-active {
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

.portfolio .portfolio-card {
    background-color: var(--surface-color);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.1);
}

.portfolio .portfolio-card:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio .portfolio-card:hover .portfolio-overlay .portfolio-actions {
    transform: translateY(0);
}

.portfolio .portfolio-card .portfolio-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.portfolio .portfolio-card .portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease-in-out;
}

.portfolio .portfolio-card .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.portfolio .portfolio-card .portfolio-overlay .portfolio-actions {
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    display: flex;
    gap: 15px;
}

.portfolio .portfolio-card .portfolio-overlay .portfolio-actions a {
    width: 45px;
    height: 45px;
    background-color: var(--surface-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 20px;
    transition: all 0.3s ease;
}

.portfolio .portfolio-card .portfolio-overlay .portfolio-actions a:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: scale(1.1);
}

.portfolio .portfolio-card .portfolio-content {
    padding: 25px;
}

.portfolio .portfolio-card .portfolio-content .category {
    font-size: 14px;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.portfolio .portfolio-card .portfolio-content h3 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.portfolio .portfolio-card .portfolio-content h3:hover {
    color: var(--accent-color);
}

.portfolio .portfolio-card .portfolio-content p {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .portfolio .portfolio-filters li {
        font-size: 14px;
        padding: 6px 15px;
    }

    .portfolio .portfolio-card .portfolio-content {
        padding: 20px;
    }

    .portfolio .portfolio-card .portfolio-content h3 {
        font-size: 18px;
    }

    .portfolio .portfolio-card .portfolio-content p {
        font-size: 14px;
    }
}

/*Carousel Gallery*/
.carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;
}

.carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}

.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, .8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d63031;
    transform: scale(1.1, 1.1);
}

/*# Carousel Gallery*/

/* search modal css */

.modal-body.search-modal .form-group {
    width: 100%;
}

.csmodal {
    background-color: rgba(var(--black-color), 0.7);
}

.csmodal .modal-content {
    background: rgba(var(--main-color), 0);
    border: 0px solid #fff !important;
}

.csmodal .modal-header {
    border: 0px solid #fff !important;
}

.csmodal .modal-dialog.modal-dialog-centered {
    max-width: 900px !important;
}

.searchmodalbt {
    background-color: transparent !important;
    opacity: 1 !important;
}

.search-modal .form-control,
.search-modal .form-control:hover,
.search-modal .form-control:focus {
    position: relative;
    background: rgba(var(--white-color), 0);
    color: rgb(255 255 255);
    border: 1px solid rgb(255 255 255);
    border-radius: 0px;
}

.search-modal .form-control::placeholder {
    color: rgb(255 255 255);
}

.search-form {
    max-width: 100% !important;
    margin: 0px !important;
}

.modal-body.search-modal {
    padding: 0 !important;
}

button.search-submit {
    background: none;
}

h2.call-us-mail {
    font-size: 24px
}

.contact-us-button a {
    font-size: 18px;
}

.linkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    margin-top: 3rem;
}

@media(max-width:600px) {
    .linkbox {
        margin-top: 1rem;
    }
}

.linklist li {
    margin-bottom: 30px;
}



.linklist li {
    margin-bottom: 30px;
}

.linklist li span {
    font-weight: 600;
    font-size: 20px;
    line-height: 34.8px;
    letter-spacing: 0%;
}

@media (max-width:768px) {
    .linklist li span {
        font-size: 16px;
        line-height: 22px;
    }
}

.linklist li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-weight: 300;
    font-size: 20px;
}

.linklist li a i {
    /* color: transparent;
  background: linear-gradient(45deg, #000000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */

}

.countnew {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.countnew span {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.fun-fact--two h5 {
    font-size: 13px;
    margin-top: 0.5rem;
    color: #fff;
}

.fun-fact--two .fun-fact__text {
    display: inline-block;
}


/* for new section */
.hero-section {
    background-color: #f8f8f8;
    overflow: hidden;
}

.content-wrapper {
    padding: 60px 10px 60px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.main-heading {
    color: #086ad8;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.description {
    color: #333;
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    color: #2196F3;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateX(10px);
    color: #0c7cd5;
}

.arrow-icon {
    margin-left: 0.5rem;
}

.image-container {
    height: 100%;
    padding: 0;
}

.image-container img {
    width: 100%;
    /* height: 540px; */
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .image-container {
        /* height: 50vh; */
        margin-top: 1rem;
    }

    .content-wrapper {
        padding: 3rem 1.5rem;
    }

    .main-heading {
        font-size: 2.8rem;
    }
}

@media (max-width: 575.98px) {
    .main-heading {
        font-size: 2.2rem;
    }

    .description {
        font-size: 1.1rem;
    }

    .cta-button {
        font-size: 1.3rem;
    }
}

.hero-section .ht-btn.ht-btn-sm {
    line-height: normal;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
}



.service-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    max-width: 100%;
    width: 100%;
    padding: 20px 20px;
    height: 100%;

    /* border setup */
    border: 1px solid transparent;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #086AD8;
}


.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e6f4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icon-circle svg {
    width: 50px;
    height: 50px;
    /* fill: #2196f3; */
}

@media(max-width:576px) {
    .icon-circle svg {
        width: 33px;
        height: 33px;
    }
}

.service-card .inner-heading {
    color: #0d2b3e;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

.service-card p {
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .service-card {
        padding: 25px 20px;
    }

    .icon-circle {
        width: 50px;
        height: 50px;
    }

    .service-card .inner-heading {
        font-size: 20px;
    }

    .service-card p {
        font-size: 14px;
    }
}

.newheading {
    font-size: 40px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 700;
}

@media (max-width:1199px) {
    .newheading {
        font-size: 32px !important;
    }
}

.listcardsec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
}

.flip-card {
    background-color: transparent;
    width: auto;
    height: 200px;
    perspective: 1000px;
    cursor: pointer;
    border-radius: 0px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0px;
    overflow: hidden;
}

.flip-card-front {
    background-color: #1a2b47;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.flip-card .title {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.flip-card-back {
    background-color: #086ad8;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


.flip-card-back p {
    font-size: 14px;
    line-height: normal;
}


.newheading .newsecheading {
    font-size: 45px;
}

.contact-form-wrap h3 {
    font-size: 25px;
    margin-bottom: 30px;
}

/* .contact-form {
    background: #ffffff00;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
} */


.contact-form .form-control {
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.contact-form .form-control:focus {
    border-color: #4299e1;
    box-shadow: 0 0 0 0.2rem rgba(66, 153, 225, 0.25);
}

.contact-form textarea.form-control {
    resize: none;
}

.contact-form .checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}

.contact-form .checkbox-wrapper input[type="checkbox"] {
    margin-top: 3px;
    margin-right: -3px;
    cursor: pointer;
    /* background: #2563eb; */
    border: 1px solid #2563eb;
    height: 13px;
    width: 15px;
    border-radius: 3px;
}

.contact-form .checkbox-wrapper input[type="checkbox"]:after {
    left: 3px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: 3px solid #2563eb;
    border-top: 0;
    border-left: 0;
}

.contact-form .checkbox-wrapper label {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}


/* #menu-footer-menu li a,
#menu-support li a {
    color: #C0D1EB;
    position: relative;
} */

/* #menu-footer-menu a:hover,
#menu-support a:hover {
    color: #fff7ff;
} */

/* #menu-footer-menu a:hover:after,
#menu-support a:hover:after {
    left: 0;
    width: 100%;
    right: auto;
} */

/* #menu-footer-menu a:after,
#menu-support a:after {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #d2a98e;
} */

.teamlink {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

section.blogslidesec {
    padding: 60px 0px;
    background: #e6f4ff;
}

.kv-lt-blog {
    border: 1px solid #e7e7e7;
    background-color: #f4f5f7;
    padding: 20px;
    /* margin-bottom: 20px; */
}

.kv-lt-blog .wt-post-media {
    position: relative;
}

.kv-lt-blog .wt-post-media>a img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.kv-lt-blog .post-date {
    position: absolute;
    right: 30px;
    top: 30px;
}

.kv-lt-blog .post-date span.date {
    background-color: #090909;
    color: #fafafa;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 4px 2px;
    font-family: 800;
    min-width: 50px;
    margin-bottom: 2px;
}

.kv-lt-blog .post-date span.month {
    background-color: #086ad8;
    color: #fafafa;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 4px 2px;
    min-width: 50px;
    text-transform: uppercase;
}

.kv-lt-blog .post-date span {
    display: block;
}

.kv-lt-blog .kv-post-info {
    background-color: #fafafa;
    margin-top: 20px;
    padding: 20px;
}

.kv-lt-blog .kv-post-head {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 20px;
    justify-content: end;
}

.kv-lt-blog .kv-post-head .post-author {
    display: flex;
    align-items: center;
}

.kv-lt-blog .post-author {
    color: #086ad8;
}

.kv-lt-blog .kv-post-head .post-author .au-pic {
    min-width: 36px;
    height: 36px;
    width: 36px;
    margin-right: 10px;
}

.kv-lt-blog .kv-post-head .post-author .au-name {
    background-color: #086ad800;
    color: #086ad8;
    min-height: 36px;
    display: flex;
    align-items: center;
    padding: 2px 0px;
    font-size: 16px;
    font-weight: 700;
}

.kv-lt-blog .post-title {
    font-size: 22px;
    font-family: "Teachers", sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Default title color */
.item .post-title a {
    color: #18191d;
    /* or your default color */
    transition: color 0.3s ease;
}

/* On item hover â†’ title turns blue */
.item:hover .post-title a {
    color: #086ad8;
    /* blue */
}


.kv-lt-blog .post-title a {

    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 58px;
}

.light-view .kv-lt-blog .post-text {
    color: #18191d;
}

.kv-lt-blog .post-text {
    font-size: 16px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 58px;
}


/* Custom Owl Carousel Navigation Styles */
.blog-carousel {
    position: relative;
}

.blog-carousel .owl-nav {
    position: absolute;
    top: -16%;
    right: 2%;
    width: 100%;
    display: flex !important;
    justify-content: end;
    gap: 10px;
    pointer-events: none;
}

.blog-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    background: #086ad8 !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
    opacity: 1;
    border: 1px solid transparent;
}

.blog-carousel .owl-nav button:hover {
    background-color: #e6f4ff !important;
    border: 2px solid #086ad8 !important;
    opacity: 1;
}

.blog-carousel .owl-nav button:hover span {
    color: #086ad8 !important;
}

.blog-carousel .owl-nav button span {
    display: block;
    line-height: 0;
    margin-top: -3px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .blog-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    .blog-carousel .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 18px !important;
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.4;
}

.icon-box {
    width: 30px;
    height: 30px;
    line-height: normal;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #086ad8;
}

.icon-box img {
    width: 45px;
    height: 45px;
    top: 5px;
    left: 9px;
    opacity: 1;
}

@media(max-width:768px) {
    .icon-box img {
        width: 35px;
        height: 35px;
    }
}

/* SVG default */
.linklist li a svg {
    transition: transform 0.3s ease;
}

/* Hover on parent <a> */
.linklist li a:hover svg {
    transform: translateX(8px);
}

.linklist li a .icon-box i {
    color: #ffffff !important;
}

.content_block_11 .content-box {
    position: relative;
    display: block;
    border-radius: 12px;
    /* background: #252638; */
    background: linear-gradient(180deg, #086ad8, #000000);
    padding: 53px 50px 85px 75px;
    /*      padding: 30px; */
}

@media(max-width:768px) {
    .content_block_11 .content-box {
        padding: 30px 20px 60px 20px;
    }
}

.content_block_11 .content-box p {
    color: #fff
}

.content_block_11 .content-box .sec-title {
    margin-bottom: 36px;
}

.sec-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sec-title h6 {
    color: #e41e2f;
}

.sec-title h6 span {
    margin-left: 10px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title h2 {
    position: relative;
    display: block;
    /* font-size: 40px; */
    /* line-height: 48px; */
    font-weight: 700;
    margin-bottom: 20px;
}

.sec-title .title-shape {
    position: relative;
    width: 50px;
    height: 4px;
    margin-left: 8px;
}

.sec-title .title-shape {
    background: #fff;
}

.sec-title .title-shape:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0px;
}

.sec-title .title-shape:before {
    background: #fff;
}

.content_block_11 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.content_block_11 .content-box .text p {
    color: #fff;
}

.pull-left {
    float: left;
}



.about-department .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    /* align-items: center;
        display: flex;
        justify-content: center; */
}


.about-department .image-box img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: fill;
    max-width: 100%;
}

/* 
@media (min-width: 991px) {

    .about-department .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 5px;
        height: 100%;
    }

    .about-department .image-box img {
        width: 100%;
        border-radius: 5px;
        height: 100%;
        object-fit: cover;
        max-width: 100%;
    }

} */


.listservicesection {
    position: relative;
    overflow: hidden;
}

.listservicesection::after {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 1;
    opacity: 0.5;
    transition: all 0.3s ease;

}

.bacimg {
    display: none;
}

@media (min-width:1200px) {
    .bacimg {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {
    .listservicesection {
        /* background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Hexagon-Image.png') no-repeat center center/cover; */
        background-color: #0d6efd0d;
    }
}


#menu-support {
    /* text-align: right; */
}

.about-banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.all-banner h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}







.about-banner-content h5 {
    font-size: 2rem;
    color: #fff;
}

/* @media (min-width:768px) {
    .about-banner-content p {
        max-width: 85%;
    }
} */

.all-banner p {
    /* max-width: 85%; */
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    color: #000;
}

@media(max-width:840px) {

    .all-banner h1 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.6rem;
    }



    .all-banner p {
        font-size: 16px;
        line-height: 22px;
        color: #000;
    }
}

.trust-card-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.trust-card-container {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0px 5px rgb(0 0 0 / 11%);
    text-align: left;
}

.trust-card-icon-circle {
    width: 70px;
    height: 70px;
    background-color: #90c4ff70;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.trust-card-icon-circle i {
    color: white;
    font-size: 30px;
}

.trust-card-heading {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    width: 84%;
}

.trust-card-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* Custom icon styling */
.trust-card-custom-icon {
    position: relative;
}

.trust-card-custom-icon:after {
    content: "\f004";
    /* heart icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.trust-card-custom-img {
    height: 34px;
    width: 34px;
}


@media(max-width:768px) {
    .trust-card-custom-img {
        height: 25px;
        width: 25px;
    }

    .trust-card-icon-circle {
        width: 40px;
        height: 40px;
    }
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .trust-card-container {
        padding: 20px;
    }

    .trust-card-icon-circle {
        width: 40px;
        height: 40px;
    }

    .trust-card-heading {
        font-size: 18px;
    }

    .trust-card-description {
        font-size: 14px;
    }
}

.topsec {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}



h4.subsechead {
    font-size: 34px;
    font-weight: 700 !important;
}

@media (max-width:500px) {
    h4.subsechead {
        font-size: 25px;
        /* font-weight: 700; */
    }
}

.newctsection {
    background-color: #e6f4ff;
    position: relative;
    overflow: hidden;
}

.bacimgnew {
    background-repeat: repeat;
    background-size: 23%;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/5473930_2850902-1.png') no-repeat center;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 37px;
    bottom: 0;
    transform: rotate(182deg);
    opacity: 0.3;
}



.innerboxsec {
    padding-bottom: 10px;
}

.innerboxsec h3 {
    font-size: 34px;
    font-weight: 700 !important;
    color: #000;
}

.innerboxsec p {
    font-size: 18px;
    font-weight: 400;
    /* color: #000; */
}

.Galleryrow .row {
    --bs-gutter-x: -0.5rem;
}

.Galleryrow .custom-row {
    overflow: hidden !important;
}

.gallery-item {
    margin: 2px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 200px;
}

.gallery-item.tall {
    margin: 0;
    width: 287px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item.tall {
    height: 350px;
}

.gallery-item.medium {
    height: 273px;
}

/* Responsive adjustments */
@media (max-width: 767px) {

    .gallery-item,
    .gallery-item.tall,
    .gallery-item.medium {
        height: 200px;
    }
}


.tab-section {
    margin: 20px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
}

/* BEFORE IMAGE */
@media (min-width:992px) {
    .tab-section::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 218px;
        height: 228px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/5473930_2850902-1.png') no-repeat center;
        background-size: contain;
        pointer-events: none;
        /* prevents blocking clicks */
    }
}

.custom-tabs {
    display: flex;
    border-bottom: none;
    position: relative;
    background: linear-gradient(5deg, #086ad8, #000000);
    padding: 10px;
    border-radius: 15px 15px 0 0;
}

.custom-tabs .nav-item {
    flex: 1;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.custom-tabs .nav-link {
    border: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    border-radius: 10px;
    padding: 10px 20px;
    border-radius: 0;
    /* position: relative; */
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    /* letter-spacing: 1px; */
}

@media (max-width:500px) {
    .custom-tabs .nav-link {
        font-size: 1.0rem;
    }
}

.custom-tabs .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}


.custom-tabs .nav-link.active {
    background: #086AD8;
    color: #ffffff;
    border-radius: 6px;
}



/* .custom-tabs .nav-link::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
} */

.custom-tabs .nav-link.active::before {
    transform: translate(-50%, -50%) scale(8);
}

.custom-tabs .nav-link:hover:before {
    transform: translate(-50%, -50%) scale(8);
}

.tab-content {
    padding: 20px;
    min-height: max-content;
}

.tab-pane {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.tab-pane.active {
    opacity: 1;
    transform: translateY(0);
}

.tab-pane h2 {
    color: #086ad8;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 22px;
}

@media (max-width:500px) {
    .tab-pane h2 {
        font-size: 18px;
    }
}

.tab-pane h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40%;
    height: 4px;
    background: linear-gradient(90deg, #0760c5, transparent);
    border-radius: 2px;
}

.tab-pane p {
    /* color: #495057; */
    line-height: 1.8;
    font-size: 16px;
}

.tab-icon {
    margin-right: 8px;
    display: inline-block;
    transform: translateY(-1px);
}

.icon-pulse {
    animation: pulse 1.5s infinite;
}

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

    50% {
        transform: scale(1.1);
    }

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

@media (max-width: 768px) {
    .tab-section {
        margin: 30px 15px;
        border-radius: 10px;
    }

    .custom-tabs {
        flex-direction: column;
        border-radius: 10px 10px 0 0;
    }

    .custom-tabs .nav-link {
        padding: 15px 10px;
        text-align: center;
    }

    .custom-tabs .nav-link.active::after {
        width: 40%;
        left: 30%;
    }

    .tab-content {
        padding: 25px 20px;
    }
}

@media (min-width: 768px) {
    .healthcare__card-container {
        height: 100%;
        margin-bottom: 25px;
    }
}

.healthcare__card {
    display: block;
    text-decoration: none;
    background-color: white;
    border-radius: 12px;
    /* overflow: hidden; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    position: relative;
    margin-bottom: 25px;
}

.healthcare__card:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.healthcare__card-image {
    width: 100%;
    /* height: 225px; */
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 10px;
}

.healthcare__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width:768px) and (max-width: 1200px) {
    /* .healthcare__card-image {
        height: 180px;
    } */

    .healthcare__card-image img {
        object-fit: cover;
    }
}


.healthcare__card-title {
    font-size: 20px;
    font-weight: 900;
    color: #086AD8;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.healthcare__card-description {
    font-size: 15px;
    /* color: #000; */
    margin-top: 3px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive design */
@media (max-width: 480px) {
    .healthcare__card-title {
        font-size: 20px;
    }

    .healthcare__card-description {
        font-size: 14px;
    }

    /* .healthcare__card-image {
        height: 245px;
    } */
}


/* Dropdown content area */
.healthcare__dropdown-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease, padding 0.3s ease;
    background-color: #f9f9f9;
    padding: 0 20px;
}

.healthcare__dropdown-content.healthcare__active {
    height: auto;
    padding: 20px;
    border-top: 1px solid #eee;
}

.healthcare__section-title {
    font-size: 28px;
    color: #086ad8;
    margin-bottom: 20px;
    font-weight: 600;
}

.healthcare__section-content {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

/* Solutions grid */
.healthcare__solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.healthcare__solution-box {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Odd cards - Light Blue */
.healthcare__solution-box:nth-child(even) {
    background-color: #eef7ff;
}

/* Even cards - White */
.healthcare__solution-box:nth-child(odd) {
    background-color: #fff;
}

.healthcare__solution-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.healthcare__solution-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.healthcare__solution-description {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.insecdiv {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 1px 10px #00000061;
    cursor: pointer;
}

/* Toggle indicator */
.healthcare__toggle-indicator {
    width: 20px;
    height: 20px;
    background-color: #086ad8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.healthcare__toggle-indicator:before,
.healthcare__toggle-indicator:after {
    content: '';
    position: absolute;
    background-color: white;
    transition: transform 0.3s ease;
}

.healthcare__toggle-indicator:before {
    width: 12px;
    height: 2px;
}

.healthcare__toggle-indicator:after {
    width: 2px;
    height: 12px;
}

.healthcare__toggle-indicator.healthcare__active:after {
    transform: scaleY(0);
}


/* Responsive design */
@media (max-width: 768px) {
    .healthcare__solutions-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    /* .healthcare__card-image {
        height: 245px;
    } */

    .healthcare__card-content {
        padding: 15px;
    }

    .healthcare__dropdown-content.healthcare__active {
        padding: 15px;
    }

    .healthcare__solution-box {
        padding: 20px;
    }
}

.healthcare__dropdown-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}

.healthcare__dropdown-content.healthcare__active {
    opacity: 1;
    margin-bottom: 1rem;
    min-height: max-content;
}

.healthcare__toggle-indicator {
    transition: transform 0.8s ease-in-out;
}

.healthcare__toggle-indicator.healthcare__active {
    transform: rotate(180deg);
}


.ourtechnologies-list {
    display: grid;
    gap: 10px;
    flex-wrap: wrap;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 1rem;
    /* width: calc(100% + 45%); */
}

.tech-box span {
    display: none !important;
}

.ourtechnologies-list li:last-child,
.ourtechnologies-list li:nth-last-child(2),
.ourtechnologies-list li:nth-last-child(3),
.ourtechnologies-list li:nth-last-child(4) {
    display: block;
}

.ourtechnologies-list li>* {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px -2px #00000052;
    padding: 10px 3px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    gap: 8px;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}

.ourtechnologies-list li>*:hover {
    transform: scale(1.1);
}

.tech-img,
.ourtechnologies-list li>*>*:first-child {
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.tech-img img,
.ourtechnologies-list li>*>*:first-child img {
    object-fit: contain;
    height: 50px;
}

.ourtechnologies-list li span {
    color: rgba(var(--black-color), 1);
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-top: 6px;
    line-height: 1.3;
}

.commoninnerbanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.commoninnerbanner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(2 2 2 / 76%), rgb(35 33 33 / 28%) 108%);
    width: 100%;
    height: 100%;
}

.breadcrumb-title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}

.breadcrumb-list {
    color: #fff !important;
}

.breadcrumb-list li.active {
    color: #fff !important;
}

.breadcrumb_box {
    position: relative;
    z-index: 3;
}

.custom-radio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0px;
}



.custom-radio-btn {
    display: flex !important;
    align-items: center;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s ease;
    min-width: 180px;
}

@media (max-width:500px) {
    .custom-radio-container {
        gap: 0px;
    }

    .custom-radio-btn {
        padding: 2px 15px;
    }
}

.custom-radio-input {
    display: none;
}

.custom-radio-circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
}

.custom-radio-input:checked+.custom-radio-btn .custom-radio-circle {
    border-color: #0d6efd;
}

.custom-radio-input:checked+.custom-radio-btn .custom-radio-circle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0d6efd;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-radio-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.custom-radio-input:checked+.custom-radio-btn {
    background-color: transparent;
}

.primary-heading {
    color: #000;
    font-size: 40px;
    /* font-weight: 800;
    padding-bottom: 20px; */
}

@media (max-width:768px) {
    .primary-heading {
        font-size: 30px;
        line-height: 120%;
    }
}

.contact_subtext {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 24px !important;
    text-align: left !important;
}

.custom-contact-container {
    max-width: 650px;
    margin: 50px auto;
    padding: 20px;
}

.custom-form-input {
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0 !important;
    transition: all 0.3s ease;
    margin: 0 0px !important;
    margin-bottom: 20px !important;
    border-radius: 0px !important;
}

.custom-form-input:focus {
    border-color: #4a90e2;
    box-shadow: none !important;
}

.custom-phone-input-group .custom-form-input {
    margin-bottom: 0 !important;
}

.custom-phone-input-group {
    display: flex;
    margin-bottom: 20px;
}

.custom-country-code {
    width: 120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-right: none;
    padding: 0;
    position: relative;
}

.custom-selected-country i {
    font-size: 13px;
    color: #000;
}

@media (max-width:500px) {
    .custom-selected-country i {
        font-size: 10px;
        color: #000;
    }
}

.custom-selected-country {
    display: flex;
    align-items: center;
    padding: 9px 10px;
    cursor: pointer;
    height: 100%;
}

.custom-flag {
    margin-right: 8px;
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

@media (max-width:500px) {
    .custom-flag {
        width: 16px;
    }

}

.custom-phone-number {
    flex-grow: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-country-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    z-index: 1000;
    display: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.custom-selected-country span {
    font-size: 16px !important;
}

@media (max-width:500px) {
    .custom-selected-country span {
        font-size: 13px !important;
    }
}

.custom-country-dropdown.show {
    display: block;
}

.custom-country-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.custom-country-item:hover {
    background-color: #f5f5f5;
}

.custom-country-name {
    margin-left: 8px;
    font-size: 14px;
    display: none;
}

.custom-submit-btn {
    background-color: #4a90e2;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-submit-btn:hover {
    background-color: #3a7bc8;
}

.custom-message-area {
    resize: vertical;
    min-height: 120px;
}

.custom-form-title {
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .custom-contact-container {
        padding: 15px;
        margin: 20px auto;
    }

    .custom-form-input,
    .custom-phone-input-group {
        margin-bottom: 15px;
    }

    .custom-country-code {
        width: 100px;
    }
}

.privacy-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Custom checkbox container */
.privacy-checkbox-container {
    display: block;
    position: relative;
    height: 15px;
    width: 20px;
    flex-shrink: 0;
}

/* Custom checkbox appearance */
.privacy-checkbox-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #007bff;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}

/* Style for the checkmark inside */
.privacy-checkbox-mark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 0px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Checked state */
.privacy-checkbox:checked~.privacy-checkbox-mark {
    background-color: #007bff;
}

/* Display checkmark when checked */
.privacy-checkbox:checked~.privacy-checkbox-mark:after {
    display: block;
}

/* Text styles */
.privacy-text {
    font-size: 14px;
    color: #333;
}

/* Link style */
.privacy-link {
    color: #004085;
    text-decoration: none;
}

.privacy-link:hover {
    text-decoration: underline;
}

label.privacy-consent {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}


.info-card-box {
    background-color: #f0f7fc;
    border-radius: 10px;
    /* border: none; */
    padding: 20px 15px;
    text-align: start;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border: 1px solid #086AD8;
}


.info-card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
}

.info-card-icon i {
    font-size: 24px;
    color: #086AD8;
}

.info-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.info-card-link {
    color: #086AD8;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
}

.info-card-link:hover {
    color: #0a87d9;
}

.info-card-arrow {
    margin-left: 5px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .info-card-box {
        margin-bottom: 20px;
    }
}

@media (max-width:992px) {
    .info-card-container {
        margin-top: 20px;
    }
}

.info-card-box p {
    font-size: 15px;
    color: #086AD8;
    line-height: normal;
}

.mapsec iframe {
    height: 470px;
    border-radius: 20px;
    overflow: hidden;
}

.pagination-outer {
    padding-top: 30px;
}

.pagination-outer .pagination-style1 {
    position: relative;
    display: inline-block;
}

.pagination-outer .pagination-style1 ul {
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    gap: 3px;

}

.pagination-outer .pagination-style1 ul li.prev a {
    width: 36px;
    height: 36px;
    font-size: 12px;
    color: #a8a8a8;
    transition: 0.5s all ease;
    display: flex;
    justify-content: center;
}

.pagination-outer .pagination-style1 ul li a {
    position: relative;
    background-color: #090909;
    width: 36px;
    height: 36px;
    color: #a8a8a8;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: 0.5s all ease;
}

.pagination-outer .pagination-style1 ul li.active a {
    background-color: #086AD8;
    color: #fff;
}

.pagination-outer .pagination-style1 ul li.next a {
    width: 36px;
    height: 36px;
    font-size: 12px;
    color: #a8a8a8;
    transition: 0.5s all ease;
    display: flex;
    justify-content: center;
}

.nb-search-bar-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.nb-search-input {
    position: relative;
}

.nb-search-input i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.nb-search-input input {
    padding-left: 45px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.nb-search-input input:focus {
    box-shadow: none !important;
    border-color: #80bdff;
}

.nb-sort-wrapper select {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem !important;
    --bs-form-select-bg-img: url(data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6' /%3e%3c/svg%3e ) !important;
}

.nb-sort-wrapper select:focus {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
}

.nb-sort-wrapper select:focus {
    box-shadow: none !important;
    border-color: #80bdff;
}

@media (max-width: 767px) {
    .nb-search-bar-wrapper {
        padding: 15px;
    }

    .nb-search-input input,
    .nb-sort-wrapper select {
        height: 45px;
    }
}

/*Post Detail*/
.kv-lt-blog-detail {
    position: relative;
}

.kv-lt-blog-detail .kv-post-info {
    background-color: #000;
    padding: 30px 0px 0px 0px;
}

.kv-lt-blog-detail .wt-post-media {
    position: relative;
}

.kv-lt-blog-detail .wt-post-media>a img {
    width: 100%;
}

.kv-lt-blog-detail .wt-post-media .kv-vid-btn-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kv-lt-blog-detail .wt-post-media .kv-vid-btn-wrap .kv-vid-btn {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
}

.kv-lt-blog-detail .wt-post-media .kv-vid-btn-wrap .kv-vid-btn i {
    color: #000;
}

.kv-lt-blog-detail .post-date {
    position: absolute;
    right: 30px;
    top: 30px;
}

.kv-lt-blog-detail .post-date span {
    display: block;
}

.kv-lt-blog-detail .post-date span.date {
    background-color: #000;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 4px 2px;
    font-family: 800;
    min-width: 50px;
    margin-bottom: 2px;
}

.kv-lt-blog-detail .post-date span.month {
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 4px 2px;
    min-width: 50px;
    text-transform: uppercase;
}

.kv-lt-blog-detail .post-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

.kv-lt-blog-detail .kv-post-head {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 20px;
}

.kv-lt-blog-detail .kv-post-head .post-author {
    display: flex;
    align-items: center;
}

.kv-lt-blog-detail .kv-post-head .post-author .au-pic {
    min-width: 36px;
    height: 36px;
    width: 36px;
    margin-right: 10px;
}

.kv-lt-blog-detail .kv-post-head .post-author .au-name {
    background-color: #000;
    color: #fff;
    min-height: 36px;
    display: flex;
    align-items: center;
    padding: 2px 15px;
    font-size: 16px;
}

.kv-lt-blog-detail .post-title {
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.kv-lt-blog-detail .post-title a {
    color: #000;
}

.kv-lt-blog-detail .post-title:hover a {
    color: #000;
}

.light-view .kv-lt-blog-detail .kv-post-info {
    background-color: transparent;
}

.light-view .kv-lt-blog-detail .post-title {
    color: #000;
}

.widget-post-bx .kv-news-post:last-child {
    margin-bottom: 0px;
}

.kv-lt-blog-detail {
    position: relative;
}

.kv-lt-blog-detail .wt-post-media {
    position: relative;
}

.kv-lt-blog-detail .wt-post-media>a img {
    width: 100%;
}

.kv-lt-blog-detail .post-date {
    position: absolute;
    right: 30px;
    top: 30px;
}

.kv-lt-blog-detail .post-date span.date {
    background-color: #090909;
    color: #fafafa;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 4px 2px;
    min-width: 50px;
    margin-bottom: 2px;
}

.kv-lt-blog-detail .post-date span {
    display: block;
}

.kv-lt-blog-detail .post-date span.month {
    background-color: #086ad8;
    color: #fafafa;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 4px 2px;
    min-width: 50px;
    text-transform: uppercase;
}

.light-view .kv-lt-blog-detail .kv-post-info {
    background-color: transparent;
}

.kv-lt-blog-detail .kv-post-info {
    padding: 30px 0px 0px 0px;
}

.kv-lt-blog-detail .kv-post-head {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 20px;
}

.kv-lt-blog-detail .kv-post-head .post-author {
    display: flex;
    align-items: center;
}

.kv-lt-blog-detail .post-author {
    color: #086ad8;
}

.kv-lt-blog-detail .kv-post-head .post-author .au-pic {
    min-width: 36px;
    height: 36px;
    width: 36px;
    margin-right: 10px;
}

.kv-lt-blog-detail .kv-post-head .post-author .au-name {
    background-color: #086ad8;
    color: #fafafa;
    min-height: 36px;
    display: flex;
    align-items: center;
    padding: 2px 15px;
    font-size: 16px;
}

.light-view .kv-lt-blog-detail .post-title {
    color: #18191d;
}

.kv-lt-blog-detail .post-title {
    font-size: 44px;
    font-family: "Teachers", sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fafafa;
}

.p-text {
    margin-bottom: 30px;
}

blockquote.author-quote {
    display: flex;
    padding: 36px 40px 36px 40px;
    border: 1px solid #222;
    margin: 30px 0px;
    background-color: #090909;
}

blockquote.author-quote .kv-bq-media {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin-right: 40px;
    color: #fafafa;
    background-color: #086ad8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

blockquote.author-quote .kv-bq-content {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #fafafa;
}

blockquote.author-quote .kv-bq-content .kv-bq-atr-name {
    background-color: #086ad8;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: normal;
    transform: skewX(-20deg);
    margin-top: 16px;
    display: table;
    margin-left: 5px;
}

blockquote.author-quote .kv-bq-content .kv-bq-atr-name span {
    transform: skewX(20deg);
    display: block;
}

.m-b30 {
    margin-bottom: 30px;
}

.kv-align-center {
    display: flex;
    align-items: center;
}

.video-section {
    position: relative;
    z-index: 1;
}

.video-section img {
    width: 100%;
}

.play-now-video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #086ad8;
    color: #fafafa;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}

.play-now-video .ripple,
.play-now-video .ripple:before,
.play-now-video .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    animation: ripple-video 3s infinite;
    z-index: 1;
}

.play-now-video .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now-video .ripple:after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@keyframes ripple-video {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.light-view .kv-mid-info .kv-title {
    color: #18191d;
}

.kv-mid-info .kv-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.kv-mid-info p:last-child {
    margin-bottom: 0px;
}

.kv-inline-list4 ul {
    margin-bottom: 0px;
    display: block;
    list-style: none;
}

.kv-inline-list4 ul li {
    position: relative;
    font-size: 18px;
    color: #18191d;
    margin-bottom: 10px;
    padding-left: 40px;
}

.kv-inline-list4 ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f52d";
    font-size: 26px;
    color: #086ad8;
    display: inline-flex;
    line-height: 1.2;
    top: 4px;
    position: absolute;
    left: 0px;
    font-weight: 900;
}

.comments-area {
    padding: 0;
}

.comments-area .comment-head-title {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #18191d;
}

.light-view ol.comment-list {
    background-color: #fafafa;
    border: 1px solid #f4f5f7;
    padding: 30px;
    list-style: none;
    margin-bottom: 24px;
}

ol.comment-list li.comment {
    position: relative;
    padding: 0;
}

ol.comment-list li.comment .comment-body {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    padding-bottom: 30px;
}

ol.comment-list li.comment .comment-author {
    display: block;
    min-width: 70px;
    width: 70px;
    margin-right: 20px;
}

ol.comment-list li.comment .fn {
    display: block;
    color: #18191d;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
    padding-right: 100px;
}

.light-view ol.comment-list li.comment .fn-date {
    color: #086ad8;
    margin-bottom: 10px;
    display: block;
}

ol.comment-list li.comment p {
    margin: 0px;
    font-weight: 400;
}

ol.comment-list li.comment .reply {
    position: absolute;
    right: 0px;
    top: 25px;
}

ol.comment-list li.comment .reply .comment-reply-link {
    position: relative;
    color: #18191d;
    font-size: 14px;
    display: inline-block;
}

.comment-respond {
    margin-top: 50px;
}

.comment-respond .comment-reply-title {
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #18191d;
}

.light-view .comment-form {
    background-color: #fafafa;
    border: 1px solid #f4f5f7;
    padding: 30px;
}

.comment-form-cookies-consent span {
    color: #A50042;
}

.widget {
    margin-bottom: 40px;
}

.light-view .widget .widget-bg {
    background-color: #fafafa;
    border: 1px solid #e7e7e7;
    padding: 30px;
}

.side-bar .search-bx .input-group {
    display: flex;
}


.side-bar .search-bx .input-group .form-control {
    height: 54px;
    background-color: #000;
    font-size: 20px;
    border: none;
    padding: 0px 25px;
    border-radius: 0px;
}

.light-view .side-bar .search-bx .input-group .form-control {
    background-color: #f4f5f7;
}


.side-bar .search-bx .input-group .btn {
    color: #fafafa;
    background-color: #000;
    border-radius: 0px;
    height: 54px;
    width: 54px;
    min-width: 54px;
    padding: 0px 15px;
    font-size: 18px;
    color: #fafafa;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.light-view .side-bar .search-bx .input-group .btn {
    background-color: #090909;
}

.light-view .side-bar .widget-title {
    color: #18191d;
}

.kv-news-post {
    display: flex;
    margin-bottom: 25px;
}

.kv-news-post .wt-post-media {
    position: relative;
    width: 90px;
    min-width: 90px;
    margin-right: 20px;
}

.kv-news-post .kv-post-info {
    padding: 0px;
}

.kv-news-post .post-date {
    font-size: 14px;
    margin-bottom: 5px;
}

.kv-news-post .post-title {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
}


.kv-news-post .post-title a {
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #18191d;
    font-weight: 600;
}

.side-bar .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.side-bar .widget_services ul li {
    position: relative;
    padding: 0px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #18191d;
    border: 0px;
    overflow: hidden;
    width: 100%;
}

.side-bar .widget_services ul li a {
    margin-left: 0px;
    padding: 0px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #18191d;
    transition: 0.5s all ease;
    position: relative;
}

.side-bar .widget_services ul li .badge {
    font-size: 16px;
    color: #18191d;
    font-weight: 500;
}

.tw-sidebar-tags-wrap .tagcloud {
    margin-top: -3px;
    display: flex;
    flex-wrap: wrap;
}

.tw-sidebar-tags-wrap .tagcloud a {
    padding: 2px 15px;
    margin-top: 3px;
    margin-right: 3px;
    display: block;
    color: #fafafa;
    font-size: 16px;
    background-color: #086ad8;
}

.side-bar .widget-title {
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    border-left: 4px solid #086ad8;
    padding-left: 20px;
}

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

.kv-social ul li a {
    background-color: #086ad8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: skew(-15deg);
}

.kv-social ul li a i {
    position: relative;
    color: #fafafa;
    transition: 0.5s;
    z-index: 3;
    transform: rotateY(0deg) skew(15deg);
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}

.kv-lt-blog-detail blockquote {
    margin: 0 !important;
    margin-bottom: 2rem !important;
}

.kv-lt-blog-detail blockquote::before {
    display: none !important;
}

.theiaStickySidebar a {
    text-decoration: none !important;
}

/* .form-control {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
} */

.kv-lt-blog-detail {
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .claim-grid-group {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .listcardsec {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .flip-card .title {
        font-size: 18px;
    }

    span.ityped {
        font-size: 4rem;
    }

    .bannermainbox h1.heading {
        font-size: 5rem;
    }

    .linklist li a {
        gap: 9px;
        font-weight: 600;
        font-size: 13px;
        margin-bottom: 1rem;
    }

    .linklist svg {
        width: 20px !important;
        height: 20px !important;
    }

    .content_block_11 .content-box {
        margin-bottom: 2rem;
    }

    .fun-fact--two .fun-fact__count {
        font-size: 36px;
        margin-bottom: 4px;
        font-weight: 700;
        min-height: 56px;
    }

    .fun-fact--two {
        padding: 30px 0px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        gap: 5px;
        width: 100%;
    }

    .contact-form .checkbox-wrapper input[type="checkbox"] {
        margin-top: 1px;
        height: 17px;
        width: 17px;
    }

    .sec-title h2 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .newsub {
        font-size: 47px;
        top: -12px;
        line-height: 38px;
        font-weight: 800;
    }
}

@media (max-width: 767px) {
    .listservicesection .col-xl-4.col-md-4.text-end {
        text-align: start !important;
    }

    .heading {
        margin-bottom: 0rem;
    }
}

@media (max-width: 580px) {
    .bannermainbox h1.heading {
        font-size: 4rem;
        margin-bottom: 0rem !important;
    }

    .linkbox {
        flex-direction: column;
        justify-content: start;
        align-items: self-start;
        gap: 10px;
    }

    span.ityped {
        font-size: 2rem;
    }

    .listcardsec {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form .checkbox-wrapper input[type="checkbox"] {
        margin-top: 1px;
        height: 19px;
        width: 32px;
    }

    .content_block_11 .content-box {
        padding: 30px;
    }

    .footer-widget__title.mb-20.text-white.text-end {
        text-align: left !important;
    }

    #menu-support {
        text-align: left;
    }

    span.copyright-text.text-white {
        text-align: center;
    }

    .teamlink {
        justify-content: center;
    }

    .ityped-cursor {
        font-size: 3rem;
    }

}

@media (max-width: 380px) {
    span.ityped {
        font-size: 2rem;
    }

    .bannermainbox h1.heading {
        font-size: 3rem;
    }
}


/* 17-06-2025 */

/* .growth-section {
      padding: 60px 0;
      background-color: #f9f9f9;
    }

    .growth-content h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    .growth-content p {
      font-size: 1.1rem;
      color: #555;
    }

    .growth-image img {
      max-width: 100%;
      border-radius: 8px;
    }

    @media (max-width: 767px) {
      .growth-content {
        text-align: center;
      }
    }

.eager-section {
  background-color: #f9f9f9;
}

.eager-section h2 {
 
  font-size: 1.5rem;
}

.eager-section p {
  font-size: 1rem;
  color: #555;
}

.eager-section ul li i {
  flex-shrink: 0;
}

.text-color-primary {
  color: #0d6efd; 
}

.reasources_description {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}

.resources-left-box h3 {
  font-weight: 700;
}

.resources-right-inner img {
  max-width: 100%;
  height: auto;
} */


/* 27/06/2025 */


.about-banner-content h1,
.about-banner-content h5 {
    color: black;
    width: fit-content;
}

.nb-all-banners-custom-line {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    width: fit-content !important;
}

.nb-all-banners-custom-line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--line-color, #086AD8);
}

.nb-all-banners-custom-line::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -5px;
    width: 12px;
    height: 12px;
    background: var(--line-color, #086AD8);
    border-radius: 50%;
}

@media (max-width: 550px) {
    .nb-all-banners-custom-line::before {
        width: 50%;
    }

    .nb-all-banners-custom-line::after {
        right: auto;
        left: calc(50% - 6px);
    }
}

.timeline-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 40px 0;
    padding: 20px 10px;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 4px;
    background: #2e68ff;
    z-index: 0;
    transform: translateY(-50%);
}

.timeline-step {
    position: relative;
    z-index: 2;
    background: #fff;
    /* color: #fff; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s, background-color 0.3s;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    flex-shrink: 0;
    border: 2px solid gray;
}

.timeline-step:hover,
.timeline-step.active {
    background-color: #2e68ff;
    color: #fff;
    transform: scale(1.15);
    border: 2px solid #2e68ff;
}

.circle-center {
    /* background-color: #152640; */
    /* border: 3px solid #ffce3d; */
    border-radius: 50%;
    padding: 30px;
    text-align: center;
    margin: 20px auto;
    max-width: 300px;
    box-shadow: 0 0 15px #ffce3d80;
}

.circle-center i {
    font-size: 30px;
    /* color: #ffce3d; */
}

.circle-center h5 {
    margin-top: 10px;
    color: #fff;
}

.circle-center p {
    color: #ccc;
}

.step-content {
    display: none;
    text-align: left;
    padding: 20px;
    /* background: #112035; */
    border-radius: 8px;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.05);
}

.step-content.active {
    display: block;
    animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

ul {
    /* padding-left: 1.2rem; */
}

ul li {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .timeline-line {
        display: none;
    }

    .timeline-container {
        flex-direction: column;
        align-items: center;
    }

    .timeline-step {
        margin: 8px 0;
    }

    .circle-center {
        order: -1;
        margin-bottom: 20px;
    }

    .step-content {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .timeline-step {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }

    .circle-center {
        padding: 20px;
        font-size: 0.9rem;
    }

    .about-banner-content h1 {
        font-size: 2.0rem;
    }

    .about-banner-content h5 {
        font-size: 1.3rem;
    }
}




/* 09/07/2025 */

/* Background and Layout */
.bg-gradient {
    /* background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}







/* Growth Section */




/* easier section */
.content-wrapper {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

/* Description Text */
.leareasources_description {
    font-size: 18px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 0px;
    position: relative;
    padding-left: 20px;
}

.leareasources_description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #0d6efd, #086AD8);
    border-radius: 2px;
}

/* Feature List */
.feature-list {
    /* margin: 30px 0; */
}

.feature-item {
    padding: 6px 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding-left: 10px;
    margin-left: -10px;
}

.feature-item:hover {
    background: rgba(13, 110, 253, 0.05);
    transform: translateX(10px);
}

.icon-wrapper {
    position: relative;
    display: flex;
    padding-right: 10px;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 4px;
}

.feature-item i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.feature-item:hover i {
    background: rgba(13, 110, 253, 0.2);
    transform: scale(1.1);
}

.feature-item span {
    font-size: 16px;
    line-height: 1.6;
    /* color: #334155; */
    flex: 1;
    padding-top: 8px;
}

.feature-item strong {
    color: #1e293b;
}

/* CTA Buttons */
.cta-buttons {
    padding-top: 20px;
    border-top: 1px solid rgba(203, 213, 225, 0.5);
}

.cta-buttons .btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #086AD8;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    background: #086AD8;
    border: none;
}

.btn-primary {
    background: #086AD8;
    border: none;
    /* box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3); */
}

/* .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #086AD8;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
} */

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4); */
}

.btn-outline-primary {
    border: 2px solid #0d6efd;
    color: #0d6efd;
    background: transparent;
}

.btn-outline-primary:hover {
    background: #086AD8;
    color: white;
    transform: translateY(-2px);
    /* box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3); */
}

.btn.btn-outline-primary {
    border: 2px solid #0d6efd;
    color: #0d6efd;
    background: transparent;
}

.btn.btn-outline-primary:hover {
    background: #086AD8;
    color: white;
    transform: translateY(-2px);
    /* box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3); */
}

/* Image Wrapper */
.image-wrapper {
    position: relative;
}

.image-container {
    position: relative;
    /* height: 100%; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.image-container:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}

.image-container img {
    transition: transform 0.5s ease;
    /* max-height: 616px; */
}

@media (min-width: 992px) and (max-width: 1200px) {
    .image-container img {
        height: auto;
        max-height: 100%;
    }
}

.image-container:hover img {
    transform: scale(1.05);
}



/* Floating Elements */
.floating-element {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 3;
}

.floating-element i {
    font-size: 24px;
    color: #0d6efd;
}

/* .element-1 {
    top: 20px;
    right: 20px;
    animation: float 3s ease-in-out infinite;
}

.element-2 {
    bottom: 80px;
    left: 20px;
    animation: float 4s ease-in-out infinite reverse;
}

.element-3 {
    top: 50%;
    right: -15px;
    animation: float 3.5s ease-in-out infinite;
} */

/* Animations */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

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

@keyframes underlineGrow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .section-space--ptb_100 {
        padding: 60px 0;
    }

    .content-wrapper {
        padding: 30px;
        margin-bottom: 30px;
    }

    .heading {
        font-size: 36px !important;
        margin-bottom: 0px;
    }

    .image-container img {
        /* min-height: 400px; */
    }

    .floating-element {
        width: 50px;
        height: 50px;
    }

    .floating-element i {
        font-size: 20px;
    }

    .element-3 {
        right: 10px;
    }
}

@media (max-width: 767.98px) {
    .section-space--ptb_100 {
        padding: 40px 0;
    }

    .content-wrapper {
        padding: 25px;
    }

    .heading {
        font-size: 32px !important;
        margin-bottom: 20px;
    }

    .leareasources_description {
        font-size: 16px;
        padding-left: 15px;
    }

    .feature-item {
        padding: 0px 0;
    }

    .feature-item span {
        font-size: 15px;
    }

    .cta-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .image-container img {
        /* min-height: 300px; */
    }

    .floating-element {
        width: 45px;
        height: 45px;
    }

    .floating-element i {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .heading {
        font-size: 28px !important;
    }

    .content-wrapper {
        padding: 20px;
    }

    .leareasources_description {
        font-size: 15px;
    }

    .feature-item span {
        font-size: 14px;
    }
}




/* Growing Together Section */
.growth-section {
    position: relative;
}

/* .Growing-image-container {
    position: relative;
   
    overflow: hidden;
    transition: var(--transition);
} */

/* @media(min-width:1200px) {
    .Growing-image-container {
        max-height: 553px;
    }
} */

.Growing-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    transform: translateY(0);
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    min-height: 400px;
    border-radius: var(--border-radius);
}

.Growing-image-container img {
    width: 100%;
    display: block;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    backface-visibility: hidden;
}

.Growing-image-container:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.Growing-image-container:hover img {
    transform: scale(1.08);
}

/* Floating Badge */
.floating-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    animation: float 3s ease-in-out infinite;
}

.badge-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    color: var(--dark-color);
    font-size: 0.875rem;
}

/* Pulse Dot Animation */
.pulse-dot {
    width: 12px;
    height: 12px;
    background: #086AD8;
    border-radius: 50%;
    position: relative;
    animation: pulse 2s infinite;
}

.pulse-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #086AD8;
    transform: translate(-50%, -50%);
    animation: pulse-ring 2s infinite;
}

@keyframes pulse {

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

    50% {
        transform: scale(1.1);
    }
}

@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

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

/* Content Wrapper */
.content-wrapper {
    animation: fadeInUp 0.8s ease-out;
}

.feature-icon i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-icon h5,
.feature-icon h5 {
    font-size: 22px;
    font-weight: 700;
}

.feature-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* Optional: responsive tweak */
@media (max-width: 576px) {
    .feature-img {
        width: 40px;
        height: 40px;
    }
}

.features-list .feature-item {
    padding: 0;
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        padding-left 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.features-list .feature-item:hover {
    transform: translateX(10px);
    padding-left: 6px;
    color: var(--primary-color);
}

.feature-check i {
    font-size: 1.2rem;
}



/* desital leep start here */

.digital-section-content-wrapper {
    padding: 0px 0;
    animation: digitalFadeInUp 0.8s ease-out;
}

/* Hero Badge */
.digital-section-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #CFE6FF;
    color: var(--digital-white);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    box-shadow: var(--digital-shadow-md);
    transition: var(--digital-transition);
    animation: digitalFadeInUp 0.8s ease-out 0.2s both;
}

.digital-section-hero-badge:hover {
    transform: translateY(-2px);
    box-shadow: var(--digital-shadow-lg);
}

.digital-section-hero-badge i {
    font-size: 16px;
    animation: digitalRocket 2s ease-in-out infinite;
}

/* Hero Title */
/* .digital-section-hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: var(--digital-text-dark);
  animation: digitalFadeInUp 0.8s ease-out 0.4s both;
}

.digital-section-text-primary {
  color: var(--digital-primary-color);
  position: relative;
} */

/* .digital-section-text-primary::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--digital-primary-color), var(--digital-primary-dark));
  border-radius: 2px;
  animation: digitalUnderlineGrow 1s ease-out 1.2s both;
} */

/* Hero Description */
.digital-section-hero-description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--digital-text-light);
    margin-bottom: 33px;
    animation: digitalFadeInUp 0.8s ease-out 0.6s both;
}

/* Features Grid */
.digital-section-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    animation: digitalFadeInUp 0.8s ease-out 0.8s both;
}

.digital-section-feature-item-start {
    padding: 20px;
    background: var(--digital-white);
    border-radius: var(--digital-border-radius);
    box-shadow: var(--digital-shadow-sm);
    transition: var(--digital-transition);
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.digital-section-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;

}



.digital-section-feature-item-start:hover {
    transform: translateY(-4px);
    box-shadow: var(--digital-shadow-lg);
    border-color: var(--digital-primary-color);
}

.digital-section-feature-item-start p {
    font-size: 14px;
    line-height: 120%;
    padding-top: 10px;
}

.digital-section-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--digital-primary-light), var(--digital-primary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--digital-transition);
}

.digital-section-feature-item:hover .digital-section-feature-icon {
    background: linear-gradient(135deg, var(--digital-primary-color), var(--digital-primary-dark));
    color: var(--digital-white);
}

.digital-section-feature-icon i {
    font-size: 18px;
    color: var(--digital-primary-color);
    transition: var(--digital-transition);
}

.digital-section-feature-item:hover .digital-section-feature-icon i {
    color: var(--digital-white);
}

.digital-section-feature-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--digital-text-dark);
    margin-bottom: 4px;
}

.digital-section-feature-content small {
    font-size: 13px;
    color: var(--digital-text-light);
}

/* CTA Text */
.digital-section-cta-text {
    animation: digitalFadeInUp 0.8s ease-out 1s both;
}

.digital-section-cta-text h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--digital-text-dark);
}

/* Form Placeholder */
.digital-section-form-placeholder {
    background: var(--digital-white);
    padding: 60px;
    border-radius: var(--digital-border-radius);
    box-shadow: var(--digital-shadow-md);
    text-align: center;
    color: var(--digital-text-light);
}

/* Animations */
@keyframes digitalFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes digitalUnderlineGrow {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes digitalRocket {

    0%,
    100% {
        transform: translateY(0);
    }

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

/* Responsive Design */
@media (max-width: 1024px) {
    .digital-section-col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .digital-section-col-lg-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* .digital-section-hero-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
  } */

    .digital-section-hero-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .digital-section-wrapper {
        padding: 80px 0;
    }

    .digital-section-col-lg-5,
    .digital-section-col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .digital-section-content-wrapper {
        padding: 20px 0;
        text-align: center;
    }

    .digital-section-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .digital-section-feature-item {
        padding: 16px;
    }

    .digital-section-hero-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        margin-bottom: 20px;
    }

    .digital-section-hero-description {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .digital-section-cta-text h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .digital-section-container {
        padding: 0 16px;
    }

    .digital-section-hero-badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .digital-section-feature-item {
        padding: 12px;
    }

    .digital-section-feature-icon {
        width: 36px;
        height: 36px;
    }

    .digital-section-feature-icon i {
        font-size: 16px;
    }

    .digital-section-form-placeholder {
        padding: 40px 20px;
    }
}

/* Smooth scrolling */
/* html {
  scroll-behavior: smooth;
} */

/* Focus states for accessibility */
.digital-section-hero-badge:focus,
.digital-section-feature-item:focus {
    outline: 2px solid var(--digital-primary-color);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .digital-section-wrapper {
        background-color: var(--digital-white) !important;
        padding: 40px 0;
    }

    .digital-section-hero-badge,
    .digital-section-feature-item {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
    }
}



@media (max-width:1200px) {
    .digital-section-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}



/* 17-07-2015 word-desk page */
must-read-articles::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.left-content-container {
    min-height: 800px;
    display: flex;
    flex-direction: column;
}

.articles-grid-container {
    flex: 1;
}

/* Article Cards */
.article-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 350px;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 2rem; */
    border: 1px solid #e9ecef;
}

@media(max-width:500px) {
    .article-card {
        height: auto;
        margin-bottom: 0;
    }
}

.article-card-details-page {
    /* background: white; */
    border-radius: 50px 50px 0px 0px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    height: 350px;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 2rem; */
    /* border: 1px solid #e9ecef; */
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.article-image {
    position: relative;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f8f9fa;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

/* Brand logo overlay */
.brand-overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.brand-overlay-blog-page {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgb(0 0 0 / 25%);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* Article Content */
.article-content {
    padding: 16px 20px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-content-blog-details-page {
    padding: 16px 0px 20px 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.article-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    justify-content: space-between;
}

.article-card-details-page .text-muted i {
    font-size: 0.7rem;
    color: #007bff;
}

.article-card-details-page .text-muted span {
    font-size: 0.9rem;
}

/* .blog-details-page-meta-info .text-muted i {
    font-size: 0.7rem;
    color:#007bff;
} */
.category {
    /* background-color: #007bff;
    color: white;
    border-color: #007bff;
    font-weight: 600;
    text-transform: uppercase; */
    /* font-size: 0.8rem; */
    /* letter-spacing: 0.5px;
    padding: 2px 8px;
     border-radius: 20px; 
    font-size:10px; */
}


.read-time {
    color: #6c757d;
    font-weight: 500;
}

.article-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-date {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 0;
    font-weight: 400;
}

.hr-line-class {
    border: none;
    height: 3px;
    background-color: #086AD8;
    ;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Sidebar Styles */
.discovery-sidebar {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 135px;
    height: 765px;
    display: flex;
    flex-direction: column;

}

.discover-margin {
    margin-bottom: 135px;
}

@media(max-width:500px) {
    .discover-margin {
        margin-bottom: 0px;
    }
}

.sidebar-section {
    margin-bottom: 1.5rem;
}

.sidebar-section:last-child {
    margin-bottom: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    /* margin-bottom: 1rem; */
}

/* Category Tags */
.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-tag {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-tag:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
    color: #495057;
    text-decoration: none;
}

.category-tag.active {
    background: linear-gradient(180deg, #0868D7 0%, #0032BC 100%);
    color: white;
    /* border-color: #007bff; */
}

/* Must Read Articles */
.must-read-articles {
    flex: 1;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Custom scrollbar for must-read section */
.must-read-articles::-webkit-scrollbar {
    width: 6px;
}

.must-read-articles::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.must-read-articles::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.must-read-articles::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.must-read-item {
    display: flex;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.must-read-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.must-read-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 12px;
    flex-shrink: 0;
}

.must-read-content {
    flex: 1;
}

.must-read-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 6px;
    line-height: 1.3;
}

.must-read-title:hover {
    color: #007bff;
}

.must-read-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
}

.must-read-category {
    background-color: #e7f3ff;
    color: #007bff;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: 500;
}

.must-read-time {
    color: #6c757d;
}

/* Attractive Pagination */
.most-read-pagination-nav {
    /* margin-top: 3rem; */
}

.most-read-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 2rem 0;
    gap: 0.5rem;
}

.most-read-page-item {
    margin: 0;
}

.page-numbers,
.most-read-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #64748b;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.page-numbers.dots {
    border: none;
}

.page-numbers::before,
.most-read-page-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    transition: left 0.3s ease;
    z-index: -1;
}

.page-numbers:hover,
.most-read-page-link:hover {
    color: white;
    border-color: #2563eb;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.page-numbers:hover {
    background: #2563eb;
}

.most-read-page-link:hover::before {
    left: 0;
}

.most-read-active .page-numbers,
.most-read-active .most-read-page-link {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border-color: #2563eb;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
    transform: scale(1.15);
}

.most-read-disabled .most-read-page-link {
    color: #cbd5e1;
    background: #f8fafc;
    border-color: #f1f5f9;
    cursor: not-allowed;
}

.most-read-disabled .most-read-page-link:hover {
    transform: none;
    box-shadow: none;
    color: #cbd5e1;
    border-color: #f1f5f9;
}

.most-read-dots .most-read-page-link {
    background: transparent;
    border: none;
    cursor: default;
    color: #94a3b8;
    font-size: 1.2rem;
    font-weight: bold;
}

.most-read-dots .most-read-page-link:hover {
    transform: none;
    box-shadow: none;
    color: #94a3b8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .discover-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .sidebar {
        margin-top: 2rem;
        position: static;
    }

    .article-image {
        height: 180px;
    }

    .article-title-overlay {
        font-size: 1rem;
    }

    .github-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .article-image {
        height: 160px;
    }

    .article-title-overlay {
        font-size: 0.9rem;
    }

    .github-title {
        font-size: 1.8rem;
    }

    .must-read-image {
        width: 50px;
        height: 50px;
    }
}

/* Smooth Animations */
.article-card * {
    transition: all 0.3s ease;
}

.category-tag {
    transition: all 0.2s ease;
}

.page-link {
    transition: all 0.3s ease;
}


/* 22-07-2025 */

.article-card:hover .article-title {
    color: #086AD8 !important;
}

.article-card-details-page:hover .article-title {
    color: #086AD8 !important;
}


/* Timeline Progress bar start*/

/* Timeline Progress bar end*/





/* ################################## Individual Section Styles start ################################## */
.Indiviudal-service-slider-container {
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}

.Indiviudal-service-slider-track {
    display: flex;
    gap: 20px;
    animation: scrollSlider 20s linear infinite;
}

.Indiviudal-service-slider-card {
    flex: 0 0 auto;
    width: 220px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s;
}

.Indiviudal-service-slider-card:hover {
    transform: translateY(-5px);
}

.Indiviudal-service-slider-card i {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 15px;
}

.Indiviudal-service-slider-card p {
    margin: 0;
    font-weight: 500;
    color: #333;
}

@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Duplicate slider to simulate endless scroll */
.Indiviudal-service-slider-duplicate {
    display: flex;
    gap: 10px;
}

@media (max-width: 576px) {
    .Indiviudal-service-slider-card {
        width: 160px;
    }
}




.Indiviudal-service-expert-section {
    /* background-color: #f8fcff; */
    padding: 60px 0;
    /* padding-bottom: 60px; */
}

.Indiviudal-service-expert-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Indiviudal-service-expert-left,
.Indiviudal-service-expert-right {
    flex: 1 1 50%;
}

.Indiviudal-service-expert-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 40px; */
    padding-right: 40px;
}

.Indiviudal-service-expert-right .image_container {
    /* height: 400px; */
    width: 100%;
}

@media (max-width:500px) {
    .Indiviudal-service-expert-right .image_container {
        /* height: 300px; */
        width: 100%;
    }

    .Indiviudal-service-tech-use-icon {
        font-size: 20px;
        /* margin-bottom: 8px; */
    }
}

.Indiviudal-service-expert-heading {
    /* color: #003366; */
    font-weight: 700;
}

.Indiviudal-service-expert-btn {
    margin-top: 20px;
}

.Indiviudal-service-expert-right {
    display: flex;
    align-items: stretch;
}

.Indiviudal-service-expert-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px 40px 40px 40px;
}

/* Mobile Responsive */
@media (max-width: 767.98px) {
    .Indiviudal-service-expert-wrapper {
        flex-direction: column;
    }

    .Indiviudal-service-expert-left,
    .Indiviudal-service-expert-right {
        flex: 1 1 100%;
        padding: 20px;
    }

    .Indiviudal-service-expert-img {
        height: auto;
        border-radius: 12px;
    }

    .new-sectional-padding {
        padding: 0px !important;
    }
}



.Indiviudal-service-our-service-title {
    color: red;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.Indiviudal-service-our-service-container {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.Indiviudal-service-our-service-item {
    margin-bottom: 30px;
    padding-right: 50px;
}

.Indiviudal-service-our-service-item h6 {
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 50px;
}

.Indiviudal-service-our-service-item p {
    font-size: 14px;
    color: #555;
}



.Indiviudal-service-tech-use-title {
    color: red;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.Indiviudal-service-tech-use-subtitle {
    /* text-align: center; */
    font-size: 14px;
    color: #555;
    /* max-width: 700px; */
    margin: 0 auto 40px;
}

.Indiviudal-service-tech-use-icon {
    font-size: 30px;
    /* margin-bottom: 8px; */
}

.Indiviudal-service-tech-use-item {
    text-align: center;
    margin-bottom: 30px;
}

.Indiviudal-service-tech-use-item span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    color: #333;
}

.Indiviudal-service-tech-use-footer-link {
    text-align: center;
    margin-top: 10px;

}

.Indiviudal-service-tech-use-footer-link a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #007bff;
}

.Indiviudal-service-tech-use-footer-link a:hover {
    text-decoration: underline;
}


.Indiviudal-service-portfolio-title {
    color: #e3242b;
    /* bright red */
    font-weight: 700;
    text-align: center;
    margin: 40px 0 6px;
}

.Indiviudal-service-portfolio-subtitle {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
}

/* Caseâ€‘study row */
.Indiviudal-service-portfolio-row {
    align-items: center;
    /* vertically center content */
    margin-bottom: 40px;
}

.Indiviudal-service-portfolio-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}

/* Text block */
.Indiviudal-service-portfolio-content h6 {
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 6px;
}

.Indiviudal-service-portfolio-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Indiviudal-service-portfolio-content p {
    font-size: 15px;
    color: #444;
    margin-bottom: 18px;
}

/* red arrow link */
.Indiviudal-service-portfolio-link {
    font-size: 14px;
    font-weight: 500;
    color: #e3242b;
    text-decoration: none;
    position: relative;
}

.Indiviudal-service-portfolio-link::after {
    content: '\f061';
    /* FontÂ Awesome arrowâ€‘right icon  */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 6px;
    transition: transform .2s;
}

.Indiviudal-service-portfolio-link:hover::after {
    transform: translateX(4px);
}

.Indiviudal-service-portfolio-content {
    transition: background-color 0.3s ease;
    padding: 20px;
    border-radius: 8px;
}

.Indiviudal-service-portfolio-content:hover {
    background-color: #e6f0ff;
    /* light blue */
}

.Indiviudal-service-portfolio-content:hover h3 {
    color: #086AD8;
    /* Dark blue */
}


.Indiviudal-service-portfolio-new-section {
    position: relative;
    margin-bottom: 60px;
}

.Indiviudal-service-portfolio-new-section:last-child {
    margin-bottom: 0;
}

@media (max-width:600px) {
    .Indiviudal-service-portfolio-new-section {
        margin-bottom: 20px;
    }

    .Indiviudal-service-portfolio-new-content h5 {
        font-size: 18px;
    }
}

.technology-text {
    font-size: 16px;
}

.Indiviudal-service-portfolio-new-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.Indiviudal-service-portfolio-new-content {
    position: relative;
}

.Indiviudal-service-portfolio-new-content h5 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #696969;

}

.Indiviudal-service-portfolio-new-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

@media (max-width:500px) {
    .Indiviudal-service-portfolio-new-title {
        font-size: 16px;
    }
}

/* .Indiviudal-service-portfolio-new-section:hover .Indiviudal-service-portfolio-new-title {
  background-color: #086AD8;
  color: #fff;
} */

.Indiviudal-service-portfolio-new-section:hover .Indiviudal-service-portfolio-new-title {
    background-color: #086AD8;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.Indiviudal-service-portfolio-new-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.Indiviudal-service-portfolio-new-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines */
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.tech-stack-icons i {
    font-size: 24px;
    /* margin-right: 12px; */
}

.tech-stack-icons {
    display: flex;
    gap: 30px;
    /* space between items */
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width:600px) {
    .tech-stack-icons {
        display: flex;
        gap: 25px;
        /* space between items */
    }

    .tech-stack-icons i {
        font-size: 16px;
        /* margin-right: 12px; */
    }

    .tech-stack-icons p {
        font-size: 12px;
        /* margin-right: 12px; */
    }

    .auto-scroll-container {
        padding: 0 !important;
    }
}

.tech-stack-icons .cards {
    display: flex;
    flex-direction: column;
    align-items: center
}


.auto-scroll-container {
    background-color: #f8fcff;
    padding-top: 50px;
}



.fa-node-js {
    color: #3C873A;
}

.fa-react {
    color: #61DAFB;
}

.fa-database {
    color: #4DB33D;
}

.fa-php {
    color: #8892BE;
}

.fa-aws {
    color: #FF9900;
}

/* .fa-server { color: #6DB33F; } */
/* ################################## Individual Section Styles end ################################## */


/* Blog Details Page Styles */


/* Header Styles */
.blog-details-page-title {
    color: #2c3e50;
    font-weight: 600;
    line-height: 1.2;
}

.blog-details-page-author-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.blog-details-page-meta {
    border-bottom: 0.5px solid #e0e0e0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;

}

.blog-details-page-hero {
    margin-top: 2rem;
    margin-bottom: 1rem;
}


/* Hero Image Styles */
.blog-details-page-hero-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-details-page-hero-img:hover {
    transform: scale(1.02);
}

/* Content Styles */


.blog-details-page-text .lead {
    /* font-size: 1.25rem; */
    /* font-weight: 400; */
    color: #555;
}

.blog-details-page-highlights {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    border-radius: 10px;
    border-left: 4px solid #007bff;
}

.blog-details-page-list li {
    font-size: 1.05rem;
    padding: 0.5rem 0;
}



/* Related Articles Section */
.blog-details-page-related {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.blog-details-page-related-title {
    color: #2c3e50;
    position: relative;
    display: inline-block;
}



/* Card Styles */
.blog-details-page-card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.blog-details-page-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 123, 255, 0.15) !important;
}

.blog-details-page-card-img {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-details-page-card:hover .blog-details-page-card-img {
    transform: scale(1.05);
}

.blog-details-page-meta-info {
    padding-right: 15rem;
}

@media (max-width:991px) {
    .blog-details-page-meta-info {
        padding-right: 5rem;
    }
}

.blog-details-page-meta-info i {
    color: #0d6efd;
    font-size: 1rem;
}

.blog-details-page-meta-info span {

    font-size: 1rem;
}

.blog-details-page-card .card-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.blog-details-page-card .card-text {
    color: #6c757d;
    font-size: 0.95rem;
}

.blog-details-page-card-meta {
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-details-page-title {
        font-size: 1.8rem;
    }

    .blog-details-page-meta {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .blog-details-page-meta-info {
        text-align: center !important;
    }

    .blog-details-page-hero-img {
        height: 250px;
    }

    .blog-details-page-thumbs {
        gap: 2rem !important;
    }

    .blog-details-page-thumb-btn {
        width: 60px;
        height: 60px;
    }

    .blog-details-page-thumb-btn i {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 576px) {
    .blog-details-page-highlights {
        padding: 1.5rem;
    }

    .blog-details-page-feedback {
        margin: 2rem 0;
        padding: 2rem 1rem;
    }

    .blog-details-page-feedback-question {
        font-size: 1.1rem;
    }
}




.blog-details-page-feedback {
    font-style: italic;
    text-align: center;
    margin-top: 3rem;
}

/* .blog-details-page-feedback .feedback-icons {
      font-size: 2rem;
      color: #0d6efd;
      cursor: pointer;
    } */

.feedback-icons {
    font-size: 1.5rem;
    color: #0d6efd;
    cursor: pointer;
    transition: color 0.2s ease;
}

.feedback-icons:hover {
    color: #0a58ca;
    animation: bounceUpDown 0.6s ease infinite;
}

@keyframes bounceUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

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

.timeline-container {
    padding-top: 20px;
}


.job-card-description {
    font-size: 16px;
    line-height: 1.6;
    color: #2c4965;
}

.job-card-heading {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    /* width: 84%; */
}


.show-more-content {
    position: relative;
    cursor: pointer;
    display: inline-block;
    /* IMPORTANT */
}

.show-more-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.show-more-content:hover::after {
    transform: scaleX(1);
}



/* Job Cards */
.job-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border-left: 4px solid transparent;
}

@media (max-width:500px) {
    .job-card {
        padding: 1rem;
    }
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-left-color: #086AD8;
}

.job-card .badge {
    background-color: #086AD8;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border: 1px solid #086AD8;
}

.job-card .badge:hover {
    background-color: transparent;
    color: black;
}

.job-card .skill-tag {
    display: inline-block;
    padding: 0.10rem 1rem;
    background-color: #e6f2ff;
    color: #086AD8;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}



/* Benefits Cards */
.benefit-card {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card .icon-box {
    width: 60px;
    height: 60px;
    line-height: normal;
    text-align: center;
    font-size: 20px;
    border-radius: 12px;
    background: #086AD81F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.benefit-card i {
    font-size: 2rem;
    color: #086AD8;
}

.benefit-card .heading {
    color: #000000;
    margin-top: 1rem;
}

/* Section Headings */
.display-5 {
    color: #000000;
}



/* Utilities */
.text-primary-custom {
    color: #086AD8;
}

.bg-primary-custom {
    background-color: #086AD8;
}

.border-primary-custom {
    border-color: #086AD8;
}



.process-card-parent .process-card {
    background: #ffffff;
    padding: 30px 24px;
    border-radius: 16px;
    height: 100%;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: none;
    border-top: none;
    min-height: 100%;
}

/* 1st card */
.process-card-parent .col-md-6:nth-child(1) .process-card {
    background: #FAF6F3;
    border-left: 5px solid #F5A56A;
}

/* 2nd card */
.process-card-parent .col-md-6:nth-child(2) .process-card {
    background: #EDF2FE;
    border-left: 5px solid #086AD8;
}

/* 3rd card */
.process-card-parent .col-md-6:nth-child(3) .process-card {
    background: #F0F5F4;
    border-left: 5px solid #00E6B8;
}

/* 4th card */
.process-card-parent .col-md-6:nth-child(4) .process-card {
    background: #FFF5F6;
    border-left: 5px solid #FF6473;
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.process-card h5 {
    color: #333;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    /* color: #000; */
}

.process-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.process-card-parent .col-md-6:nth-child(1) .step-number {
    color: #F5A56A;
    border: 1px solid #F5A56A;
    background: #FFEFE4;
}

.process-card-parent .col-md-6:nth-child(2) .step-number {
    color: #086AD8;
    border: 1px solid #086AD8;
    background: #086AD81A;
}

.process-card-parent .col-md-6:nth-child(3) .step-number {
    color: #00E6B8;
    border: 1px solid #00E6B8;
    background: #C7FFF4;
}

.process-card-parent .col-md-6:nth-child(4) .step-number {
    color: #FF6473;
    border: 1px solid #FF6473;
    background: #FBCACF;
}

.step-number {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    width: 55px;
}

.benefits-section {
    position: relative;
    overflow: hidden;
}

@media(max-width:1200px) {
    .benefits-section {
        background-color: #f8f9fa;
    }
}


.benefit-card {
    background: #ffffff;
    padding: 30px 22px;
    border-radius: 12px;
    height: 100%;
    transition: all 0.35s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid #086AD8;
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    align-items: center;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.linkbox .icon-box {
    width: 70px;
    height: 70px;
    /* background: rgba(8, 106, 173, 0.52); */
    background: rgba(8, 106, 216, 0.12);
    color: #086AD8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0px;
    font-size: 2rem;
    transition: all 0.3s ease;
    border: 1px solid var(--Theme-Color, rgba(8, 106, 216, 1));
    /* Prevent shrinking */
    flex-shrink: 0;
}

@media(max-width:768px) {
    .linkbox .icon-box {
        width: 50px;
        height: 50px;
    }
}

.benefit-card:hover .icon-box {
    /* background: #086AD8; */
    color: #ffffff;
    transform: scale(1.1);
}

.benefit-card .heading {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}


.apply-job-section {
    background-color: #ffffff;
}

/* Job Details Card */
.job-detail-card {
    background: #ffffff;
    /* padding: 35px;
  border-radius: 18px; */
    /* border-left: 6px solid #086AD8; */
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
}

.job-detail-card h5 {
    font-weight: 700;
    font-size: 17px;
    color: #696969;
}

.job-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.job-location {
    color: #6c757d;
}

.job-description {
    font-size: 1rem;
    color: #444;
}

/* List */
.job-list {
    padding-left: 18px;
}

.job-list li {
    margin-bottom: 8px;
    color: #555;
}

/* Apply Form */
.apply-form-card {
    background: #e6f4ff;
    padding: 30px;
    border-radius: 18px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
    position: sticky;
    top: 120px;
}

.apply-form-card h4 {
    font-weight: 600;
}

/* Skills */
.skill-tag {
    padding: 6px 14px;
    background-color: rgba(8, 106, 216, 0.12);
    color: #086AD8;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.hire-now-button {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    background: transparent;
    padding: 4px 14px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease, border-color 0.3s ease;
}

/* Arrow spacing */
.hire-now-button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.hire-now-button:hover i {
    transform: translateX(6px);
}

/* Underline effect */
.hire-now-button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

/* Hover animation */
.hire-now-button:hover,
.hire-now-button:active {
    color: #fff;
    border-color: #fff;
}

.hire-now-button:hover::after {
    width: 60%;
}

/* Remove Bootstrap focus shadow */
.hire-now-button:focus {
    box-shadow: none;
}


tech-section {
    background: #fff;
}

.techonology .adjust-padding {
    margin-bottom: 1rem;
}



.techonology .adjust-padding:last-child {
    margin-bottom: 0;
}


.section-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

.text-primary {
    color: #086AD8 !important;
}

/* Tech item */
.tech-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #fff;
}


.tech-item i {
    font-size: 18px;
    color: #086AD8;
}

.tech-item span {
    font-size: 14px;
}

.tech-item:hover {
    border-color: #086AD8;
    background: rgba(8, 106, 216, 0.05);
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(8, 106, 216, 0.15);
}

.tech-item:hover span {
    color: #086AD8;
}

.faq-section {
    background: #f8f9fa24;
}

.accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #086AD8;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.testimonial-section {
    /* background: #f9fbff; */
}

.testimonial-horizontal {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: infiniteScroll 30s linear infinite;
}

.testimonial-horizontal:hover .testimonial-track {
    animation-play-state: paused;
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonial-card {
    /* margin-bottom:20px; */
    min-width: 350px;
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.testimonial-header img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-meta h6 {
    font-weight: 600;
    margin: 0;
}

.testimonial-meta .location {
    font-size: 14px;
    color: #086AD8;
}

.testimonial-text {
    color: #555;
    font-style: italic;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pagination-wrapper {
    margin-top: 30px;
}

.job-pagination .page-link {
    color: #086AD8 !important;
    border: 1px solid #086AD8 !important;
    padding: 0px 10px !important;
    margin: 0 4px !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.job-pagination li {
    margin-bottom: 0px !important;
}


.job-pagination .page-link:hover {
    background-color: #086AD8 !important;
    color: #fff !important;
}

.job-pagination li a {
    font-size: 14px !important;
}

.job-pagination .page-item.active .page-link {
    background-color: #086AD8 !important;
    border-color: #086AD8 !important;
    color: #fff !important;
}

.job-pagination .page-item.disabled .page-link {
    color: #b5c7e6 !important;
    border-color: #b5c7e6 !important;
    pointer-events: none !important;
}

.job-detail-card ul.wp-block-list {
    list-style: disc !important;
    padding-left: 1.25rem;
}


@media (max-width:500px) {
    .skill-pill span {
        font-size: 12px;
        padding: 6px 14px;
    }

    .technology-container-padding {
        padding-bottom: 15px !important;
    }

    .newheading {
        font-size: 24px;
    }
}

.technology-container-padding {
    padding-bottom: 60px;
}


.skill-pill span {
    font-size: 14px;
}



.smart_solutions_card {
    border-radius: 12px;
    overflow: hidden;
    background: #CCE4FF;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.smart_solutions_card:hover {
    transform: translateY(-5px);
}

/* Image Section */
.smart_solutions_img {
    position: relative;
    /* height: 225px; */
    overflow: hidden;
}

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

@media(min-width:1400px) {
    .smart_solutions_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .smart_solutions_img {
        position: relative;
        /* height: 250px; */
        overflow: hidden;
    }
}

/* Dark overlay */
/* .smart_solutions_img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 100px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            #000000 100%);
} */

/* Title on image */
.smart_solutions_img h3 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;
    font-weight: 700;
    font-size: 37px;
    z-index: 2;
    text-align: center;
}

/* Content */
.smart_solutions_content {
    padding: 15px 10px 20px;
}

.smart_solutions_content p {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
    line-height: 25px;
}



/* new css 17-04-2026 */

.core-value>[class*="col-"] {
    display: flex;
}

.trust-card-wrapper {
    width: 100%;
    display: flex;
}

.trust-card-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* .core-value>div:nth-child(2) .trust-card-container,
.core-value>div:nth-child(3) .trust-card-container,
.core-value>div:nth-child(6) .trust-card-container {
    background: #E5F1FF;
} */



/* Second card */
.core-value>div:nth-child(2) .trust-card-container {
    background: #fff;
}

/* Second card */
.core-value>div:nth-child(3) .trust-card-container {
    background: #E5F1FF;
}

/* Second card */
.core-value>div:nth-child(4) .trust-card-container {
    background: #E5F1FF !important;
}

/* Second card */
.core-value>div:nth-child(5) .trust-card-container {
    background: #FFF;
}

.core-value>div:nth-child(6) .trust-card-container {
    background: #FFF;
}

/* Second card */
.core-value>div:nth-child(7) .trust-card-container {
    background: #E5F1FF !important;
}

@media (max-width: 767px) {
    .core-value>div:nth-child(odd) .trust-card-container {
        background: #fff !important;
    }

    .core-value>div:nth-child(even) .trust-card-container {
        background: #E5F1FF !important;
    }
}


/* Gradient container */
.custm_banner_together .custm_banner_wrapper {
    /* background: linear-gradient(90deg, #018AE8 0%, #071B3A 76.44%); */
    position: relative;
    background-image: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/3303192f8ee3ebe6d6ddccc429dc0f607533e345.png');
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
    border-radius: 14px;
    overflow: hidden;

}

.custm_banner_together .custm_banner_wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 435px;
    height: 220px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Logo-with-BG.png') no-repeat bottom center;
    background-size: contain;
    z-index: 3;
}

@media(max-width:767px) {
    .custm_banner_together .custm_banner_wrapper::after {
        width: 235px;
        height: 120px;
    }
}

.custm_banner_together h2 {
    color: #071B3A;
}

.custm_banner_together h2 span {
    color: #018AE8;
}

.custm_banner_together p {
    color: #000;
}

/* Button */
.custm_banner_together .custm_btn {
    background: #fff;
    color: #000;
    padding: 6px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 18px;
}

.custm_banner_together .custm_btn:hover {
    transform: translateY(-3px);
}

/* Image */
.custm_banner_together .custm_banner_img img {
    max-width: 100%;
    height: auto;
    /* border-radius: 10px; */
    /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25); */
    /* transition: 0.4s ease; */
    position: relative;
    z-index: 4;
}

/* Optional subtle hover */
/* .custm_banner_together .custm_banner_img img:hover {
  transform: translateY(-5px) scale(1.02);
} */

/* Responsive */
@media (max-width: 991px) {
    .custm_banner_together .custm_banner_wrapper {
        text-align: center;
    }

    .custm_banner_together .custm_banner_img {
        /* margin-top: 25px; */
    }
}

.product_journey_sec .container {
    background: linear-gradient(180deg, #018AE8 0%, #034EBE 100%);
    border-radius: 10px;
    padding: 40px 0px
}

/* LINE */
.product_journey_sec .product_journey_line {
    position: absolute;
    top: 30px;
    left: 5%;
    width: 90%;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 0;
}

/* ROW */
.product_journey_sec .product_journey_row {
    position: relative;
    z-index: 1;
}

/* ITEM */
.product_journey_sec .product_journey_item {
    position: relative;
}

/* ICON */
.product_journey_sec .product_journey_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #fff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 4px solid #6991FF;
    transition: 0.3s;
}

.product_journey_sec .product_journey_icon:hover {
    transform: translateY(-5px);
    background: #e9f2ff;
}


/* TEXT */
.product_journey_sec .stage {
    font-size: 12px;
    /* opacity: 0.8; */
    margin-bottom: 3px;
}

.product_journey_sec h6 {
    font-size: 18px;
    margin: 0;
    color: #fff;
}

/* BUTTON */
.product_journey_sec .custm_btn {
    background: #fff;
    color: #000;
    padding: 6px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 18px;
}

.product_journey_sec .custm_btn:hover {
    transform: translateY(-3px);
}

/* ✅ RESPONSIVE */
@media (max-width: 992px) {

    .product_journey_sec .product_journey_line {
        display: none;
    }

    .product_journey_sec .product_journey_row {
        row-gap: 30px;
    }

    .product_journey_sec .product_journey_item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .product_journey_sec .product_journey_item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* SECTION BG */

.lets_build_sec .lets-build-section-wrapper {
    position: relative;
    overflow: hidden;
    background: url("/wp-content/uploads/2026/07/Partner-with-us-CTA-Banner-background-1-scaled.webp") no-repeat center center/cover;
    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 1;
}

.lets_build_sec .lets-build-section-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;

    width: 400px;
    height: 250px;

    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Logo-With-BG-1.png') no-repeat bottom center;
    background-size: contain;

    z-index: -1;
    /* send behind content */
    pointer-events: none;
}

@media (max-width:767px) {
    .lets_build_sec .lets-build-section-wrapper {
        height: 100%;
    }
}

/* BADGE */
.lets_build_sec .lets-build-next-gen {
    background: #CFE6FF;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

/* BEFORE IMAGE (bottom left) */
/* @media (min-width:992px) {

    .lets_build_sec .lets-build-section-wrapper::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 400px;
        height: 400px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-66.png') no-repeat center/contain;
        opacity: 0.6;
        z-index: 0;
    }
}


@media (min-width:992px) {
    .lets_build_sec .lets-build-section-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 400px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-67.png') no-repeat center/contain;
        opacity: 0.6;
        z-index: 0;
    }
} */

/* CONTENT ABOVE SHAPES */
.lets_build_sec .container {
    position: relative;
    z-index: 1;
}



/* RESPONSIVE */
@media (max-width: 768px) {

    .lets_build_sec .lets-build-section-wrapper::before,
    .lets_build_sec .lets-build-section-wrapper::after {
        width: 200px;
        height: 200px;
        /* opacity: 0.4; */
    }
}


.job-spider-banner {
    position: relative;
    overflow: hidden;
    /* 👈 IMPORTANT: stops scroll */
}

/* BEFORE IMAGE */
@media (min-width:992px) {

    .job-spider-banner::before {
        content: "";
        position: absolute;
        bottom: 30px;
        right: 0;
        width: 400px;
        /* reduce size */
        height: 400px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-67.png') no-repeat center/contain;
        transform: rotate(90deg);
        /* 👈 correct property */
        z-index: 0;
        pointer-events: none;
    }
}

/* AFTER IMAGE */
@media (min-width:992px) {
    .job-spider-banner::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 400px;
        /* reduce size */
        height: 400px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-66.png') no-repeat center/contain;
        transform: rotate(90deg);
        /* 👈 correct property */
        z-index: 0;
        pointer-events: none;
    }
}

.team-section {
    position: relative;
}

.team-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 533px;
    height: 220px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-244.png') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}


@media(max-width:768px) {
    .team-section::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 270px;
        height: 100px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-244.png') no-repeat right bottom;
        background-size: contain;
        z-index: 1;
    }
}

/* CONTAINER */
.team-section .team-card {
    /* background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/ChatGPT-Image-May-13-2026-12_57_20-AM-copy-2-2.png') no-repeat center/cover; */
    background: linear-gradient(180deg, #086ad8, #000000);
    border-radius: 12px;
    color: #fff;
    padding: 60px 20px 60px 60px;
    box-shadow: 2px 2px 5px 0px #0000001A;

}

@media(max-width:768px) {
    .team-section .team-card {
        padding: 40px 20px;
    }
}

/* EQUAL HEIGHT */
.team-section .row {
    display: flex;
    align-items: stretch;
}

.team-section .col-md-6 {
    display: flex;
}

/* LEFT CONTENT */
.team-section .team-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.team-section h2 {
    /* font-size: 36px; */
    font-weight: 700;
    color: #fff;
}

.team-section h2 span {
    color: #56A6FF;
}

.team-section p {
    margin: 15px 0;
    /* max-width: 450px; */
    color: #fff;
}

/* BUTTON */
.team-section .btn-custom {
    background: #fff;
    font-size: 14px;
    /* color: #000; */
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
    width: fit-content;
    transition: all 0.3s ease;
}

.team-section .btn-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* IMAGE SECTION */
.team-section .image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

/* MAIN IMAGE */
.team-section .main-img {
    width: 100%;
    max-width: 400px;
    border-radius: 6px;
}

/* SMALL IMAGES */
.team-section .img-small {
    position: absolute;
    border-radius: 6px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 1.25);
}

/* FLOAT IMAGES */
.team-section .img-1 {
    width: 160px;
    bottom: 8px;
    left: 37px;
}

.team-section .img-2 {
    width: 100px;
    bottom: -31px;
    left: 150px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .team-section .container {
        padding: 40px 20px;
    }

    .team-section .row {
        flex-direction: column;
    }

    .team-section .image-wrapper {
        margin-top: 40px;
    }

    .team-section .img-1 {
        width: 140px;
        left: 10px;
    }

    .team-section .img-2 {
        width: 120px;
        left: 100px;
    }
}

.our-commitment-section-wraper {
    background: linear-gradient(115.11deg, #0F172A 0%, #1E293B 100%);
    padding: 40px 0;
    /* color: #fff; */
    text-align: center;
    border-radius: 10px;
}

.our-commitment-section-wraper h4 {
    color: #fff;
}

.our-commitment-section-wraper p {
    color: #fff;
}

.our-commitment-image img {
    width: auto;
    object-fit: cover;
    max-height: 300px;
}

.our-commitment-section-wraper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* BOTH pseudo elements base */
.our-commitment-section-wraper::before,
.our-commitment-section-wraper::after {
    content: "";
    position: absolute;
    border-radius: 9999px;
    z-index: -1;
}

/* 🔵 Top Right Shape */
.our-commitment-section-wraper::before {
    width: 459.375px;
    height: 496.666px;
    top: -120px;
    right: -120px;
    background: #3B82F61A;
    /* backdrop-filter: blur(120px); */
    opacity: 0.3;
}

/* 🟢 Bottom Left Shape */
.our-commitment-section-wraper::after {
    width: 367.5px;
    height: 397.333px;
    bottom: -120px;
    left: -120px;
    background: #06B6D41A;
    /* backdrop-filter: blur(100px); */
    opacity: 0.3;
}

/* BUTTON */
.btn-custom {
    background: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 6px;
    border: none;
    width: fit-content;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #086AD8;
}

.btn-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}


.btn-custom-two {
    padding: 10px 16px;
    border-radius: 6px;
    width: fit-content;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.btn-custom-two:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #fff;
}

.from-vision-to-reality-wraper {
    /* background: linear-gradient(115.11deg, #EAF4FF 0%, #EAF4FF 100%); */
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/e00d8ecb62ebf1063281d600a90e5cdffce2cea4.png') no-repeat center/cover;
    padding: 40px 15px;
    /* color: #fff; */
    text-align: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.from-vision-to-reality-wraper::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 76px;
    height: 70px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Frame-671.png') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}


@media(min-width:1050px) {
    .from-vision-to-reality-wraper::before {
        content: "";
        position: absolute;
        left: -5px;
        bottom: 0;
        width: 330px;
        height: 240px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Untitled-1-5.png') no-repeat right bottom;
        background-size: contain;
        z-index: 1;
    }
}


/* .from-vision-to-reality-img img {
    padding-left: 4%;
} */


/* Scoped styles under the parent class */
.website-design-solution .section-header {
    text-align: center;
    margin-bottom: 30px;
}

/* Base Card Style */
.website-design-solution .service-card {
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid #086AD8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.website-design-solution .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.website-design-solution .icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 22px;
    margin-bottom: 25px;
}

.website-design-solution .card-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.website-design-solution .card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}


.website-design-solution .col-md-4:nth-child(odd) .service-card {
    background-color: #E4F1FF;
}

.website-design-solution .col-md-4:nth-child(odd) .icon-box {
    background-color: #fff;
    border: 1.5px solid #086AD8;
    color: #086AD8;
}


.website-design-solution .col-md-4:nth-child(even) .service-card {
    background-color: #ffffff;
}

.website-design-solution .col-md-4:nth-child(even) .icon-box {
    background-color: #E7F0FF;
    color: #086AD8;
}




.ready-to-build-card {
    background: url('/wp-content/uploads/2026/07/Applications-Development-CTA-Banner-Background-scaled.webp') no-repeat center center/cover;
    position: relative;
    border-radius: 6px;
    padding: 60px 40px;
    overflow: hidden;

    /* Bottom Shadow */
    box-shadow: 0px 24px 48px -12px #00000026;
}

.ready-to-build-card::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 250px;
    height: 101px;
    background: url('/wp-content/uploads/2026/06/Logo-With-White-Background.webp') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}


/* @media (min-width:992px) {

    .ready-to-build-card::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 350px;
     
        aspect-ratio: 1 / 1;

        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Background.png') no-repeat top right;
        background-size: contain;

        pointer-events: none;
    }
}


@media (min-width:992px) {
    .ready-to-build-card::before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
      
        width: 180px;
     
        aspect-ratio: 1 / 1;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Background-2.png') no-repeat center;
        background-size: contain;
        opacity: 0.6;
     
        pointer-events: none;
    }
} */

/* Content above shadow layer */
.ready-to-build-card>* {
    position: relative;
    z-index: 1;
}

/* Text */
.ready-to-build-content h3 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ready-to-build-content p {
    color: #000;
    margin-bottom: 25px;
}

/* Buttons */
.ready-to-build-btns .btn {
    padding: 10px 22px;
    border-radius: 6px;
    transition: 0.3s;
}

.ready-to-build-btns .btn:hover {
    transform: translateY(-3px);
}

/* Image */
.ready-to-build-image img {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 992px) {
    .ready-to-build-card {
        padding: 40px 25px;
        text-align: center;
    }

    .ready-to-build-content h2 {
        font-size: 26px;
    }
}



.custm_banner_deg .custm_banner_wrapper {
    position: relative;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/7304dfd5c64331319d2ff1b0d519668191aafe0c.png') no-repeat center / cover;
    border-radius: 12px;

}


/* .custm_banner_deg .custm_banner_wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 220px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-302.png') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}

@media (max-width: 992px) {
    .custm_banner_deg .custm_banner_wrapper::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 266px;
        height: 138px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-302.png') no-repeat right bottom;
        background-size: contain;
        z-index: 1;
    }
} */

/* Heading color */
.custm_banner_deg h2 span {
    color: #086AD8;
}

/* Image */
.custm_banner_deg .custm_banner_img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 5;
}

/* Optional: slight hover effect */
/* .custm_banner_deg .custm_banner_img img:hover {
  transform: scale(1.02);
  transition: 0.3s ease;
} */

/* stack banner */

.custm_banner_stack .custm_banner_wrapper {
    position: relative;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/7304dfd5c64331319d2ff1b0d519668191aafe0c.png') no-repeat center / cover;
    border-radius: 12px;
    padding: 20px 40px;
}


.custm_banner_stack .custm_banner_wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 220px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-302.png') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}

@media (max-width: 992px) {
    .custm_banner_stack .custm_banner_wrapper::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 266px;
        height: 138px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-302.png') no-repeat right bottom;
        background-size: contain;
        z-index: 1;
    }
}

/* Heading color */
.custm_banner_stack h2 span {
    color: #4F7EFF;
}

/* Image */
.custm_banner_stack .custm_banner_img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* Optional: slight hover effect */
/* .custm_banner_stack .custm_banner_img img:hover {
  transform: scale(1.02);
  transition: 0.3s ease;
} */


.heading-flex-design {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading-flex-design a {
    font-size: 18px;
    font-weight: 600;
    color: #086AD8;
}

@media (min-width: 768px) {
    .heading-flex-design a {
        font-size: 25px;
    }
}

.heading-flex-design a {
    transition: 0.3s;
}

.heading-flex-design a {
    position: relative;
    text-decoration: none;
    color: #086AD8;
    transition: color 0.3s ease;
    font-size: 18px;
    margin-bottom: 0px;

}

@media (max-width: 768px) {
    .heading-flex-design a {
        font-size: 14px;
    }
}

/* underline element */
.heading-flex-design a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #054ea8;

    transform: scaleX(0);
    transform-origin: right;
    /* start from right */
    transition: transform 0.4s ease;
}

/* hover effect */
.heading-flex-design a:hover {
    color: #054ea8;
}

.heading-flex-design a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    /* expand to left */
}


.smart_banner_img_wrap {
    position: relative;
    display: inline-block;
}

.smart_banner_img_wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Button position */
.smart_banner_img_wrap .ht-btn-sm {
    position: absolute;
    left: 50%;
    bottom: 7%;
    transform: translateX(-50%);
}

.smart_banner_img_wrap .ht-btn-sm:hover {
    transform: translate(-50%, -4px);
    /* moves up */
}

.from-vision-to-reality-btn-two {
    position: absolute;
    bottom: 80px;
    left: 52%;
    transform: translateX(-50%);
}

.contact-banner {
    position: relative;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Rectangle-4.png') no-repeat center center/cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

@media(max-width:768px) {
    .contact-banner {
        background: url('/wp-content/uploads/2026/06/contact-page-mobile-banner.webp') no-repeat center center/cover;
        min-height: 440px;

    }
}


/* Overlay */
.contact-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* Content Center */
.contact-banner-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 20px;
    bottom: -75px;
}

/* Title */
.contact-banner-title {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

/* Subtitle */
.contact-banner-subtitle {
    font-size: 16px;
    /* margin-top: 10px; */
    /* opacity: 0.9; */
    color: #fff;
}

.custom-timeline {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.02);
}

/* BEFORE IMAGE (Bottom Left) */
@media (min-width:992px) {
    .custom-timeline::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 550px;
        height: 660px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Gemini_Generated_Image_7o78m67o78m67o78-2-1.png') no-repeat center/contain;
        z-index: -1;
        opacity: 0.8;
    }

    /* AFTER IMAGE (Top Right) */
    .custom-timeline::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 550px;
        height: 660px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Gemini_Generated_Image_7o78m67o78m67o78-1.png') no-repeat center/contain;
        z-index: -1;
        opacity: 0.8;
    }
}



@media (max-width:768px) {
    .contact-banner-content {
        bottom: 0;
    }
}






/* Container */
.unrivaled-stack-expertise-container {
    background: #EDF2FE;
    padding: 40px;
    border-radius: 12px;
}

/* Title */
/* .unrivaled-stack-expertise-title {
  font-weight: 600;
} */

.unrivaled-stack-expertise-title span {
    color: #0B6FFF;
}

/* .unrivaled-stack-expertise-subtitle {
  max-width: 700px;
  margin: 10px auto 0;
  color: #6c757d;
  font-size: 14px;
} */

/* Left Items */
.unrivaled-stack-expertise-item {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.unrivaled-stack-expertise-item i {
    color: #0B6FFF;
    font-size: 16px;
    margin-top: 4px;
}

.unrivaled-stack-expertise-item .inner-heading {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.unrivaled-stack-expertise-item p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #454a4f;
}

/* Cards */
.unrivaled-stack-expertise-card {
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
}

/* Default (Light Card) */
.unrivaled-stack-expertise-card {
    background: #fff;
    border: 1px solid #cfe0ff;
    padding: 20px;
    border-radius: 18px;
    text-align: center;
    height: 100%;
}

/* 2nd Card (Dark) */
.unrivaled-stack-expertise-cards .col-6:nth-child(2) .unrivaled-stack-expertise-card {
    background: #0B3FB3;
    color: #fff;
}

/* 3rd Card (Price Special) */
.unrivaled-stack-expertise-cards .col-6:nth-child(3) .unrivaled-stack-expertise-card {
    background: #003EC7;
    color: #fff;
}

/* Text */
.unrivaled-stack-expertise-card .inner-heading {
    font-weight: 700;
    margin-bottom: 5px;
    color: #0B3FB3;
    font-size: 34px
}

/* Fix text color for dark cards */
.unrivaled-stack-expertise-cards .col-6:nth-child(2) .inner-heading,
.unrivaled-stack-expertise-cards .col-6:nth-child(3) .inner-heading {
    color: #fff;
}

.unrivaled-stack-expertise-card .inner-heading span {
    font-size: 14px;
}

.unrivaled-stack-expertise-card span {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
    .unrivaled-stack-expertise-container {
        padding: 20px;
    }

    .unrivaled-stack-expertise-item {
        margin-bottom: 20px;
    }
}






.build-first-section {
    background: #fff;
}

/* Title */
/* .build-first-section-title {
  font-weight: 600;
  font-size: 32px;
} */

/* .build-first-section-title span {
  color: #0B6FFF;
} */

/* .build-first-section-subtitle {
  max-width: 700px;
  margin: 10px auto 0;
  color: #6c757d;
  font-size: 14px;
} */

/* Content */
.build-first-section-heading {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    color: #000000;
}

.build-first-section-text {
    color: #696969;
    font-size: 16px;
    /* max-width: 500px; */
}

/* Image */
.build-first-section-img {
    border-radius: 12px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .build-first-section-img {
        height: 220px;
    }
}

/* Row spacing (replaces mb-5) */
.build-first-section-row {
    margin-bottom: 15px;
}

/* Remove last spacing */
.build-first-section-row:last-child {
    margin-bottom: 0;
}

/* Spacing */
.build-first-section .row {
    gap: 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .build-first-section-title {
        font-size: 24px;
    }

    .build-first-section-img {
        /* height: 200px; */
        margin-bottom: 15px;
    }

    .build-first-section-text {
        max-width: 100%;
    }
}





/* Flexible Hiring Models */


.flexible-hiring-models {
    background: #fff;
}

.flexible-hiring-models-container {
    background: #E8F2FF;
    padding: 40px;
    border-radius: 12px;
}

/* Title */
/* .flexible-hiring-models-title {
  font-weight: 600;
} */

/* .flexible-hiring-models-subtitle {
  color: #6c757d;
  font-size: 14px;
} */

/* Card */
.flexible-hiring-models-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    border: 1px solid #e0e0e0;
    transition: 0.3s;
}

.flexible-hiring-models-card:hover {
    transform: translateY(-5px);
}

/* Active Card */
.flexible-hiring-models-card.active {
    border: 1px solid #0B6FFF;
    box-shadow: 0 10px 30px rgba(11, 111, 255, 0.15);
}

.flexible-hiring-models-card .inner-heading {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}



/* Badge */
.flexible-hiring-models-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #086AD8;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
}

/* Pricing */
.flexible-hiring-models-card .inner-heading-two {
    font-weight: 700;
    margin: 10px 0;
    font-size: 28px;
    color: #000;
    line-height: 100%;
}

.flexible-hiring-models-card .inner-heading-two span {
    font-size: 18px;
    color: #6c757d;
}

/* List */
.flexible-hiring-models-card ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.flexible-hiring-models-card ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #555;
}

.flexible-hiring-models-card ul li i {
    color: #0B6FFF;
    margin-right: 8px;
    opacity: 0.7;
    font-size: 10px;
}

/* Buttons */
.flexible-hiring-models-btn {
    background: #0B6FFF;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
}

.flexible-hiring-models-btn:hover {
    background: #0956cc;
}

.flexible-hiring-models-btn-outline {
    border: 1px solid #0B6FFF;
    color: #fff;
    background: transparent;
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
    background: #086AD8;
    text-align: center;
}

.flexible-hiring-models-btn-outline:hover {
    background: transparent;
    color: #0B6FFF;
}

/* Responsive */
@media (max-width: 768px) {
    .flexible-hiring-models-container {
        padding: 20px;
    }
}





/* Core Skills &  Expertise */
.core-skills {
    background: #fff;
}


.core-skills .skills-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* center items */
    gap: 12px;
    /* space between pills */
}

/* Skill Pill */
.core-skills .skill-pill {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    text-decoration: none;
    color: #0a2540;
    font-weight: 500;
    background: #E8F2FF;
    transition: all 0.3s ease;
    white-space: nowrap;
    justify-content: center;

}

.core-skills .skill-pill:hover {
    color: #086AD8 !important;
    border: 1px solid #086AD8 !important;
    box-shadow: 0 6px 18px rgba(8, 106, 216, 0.15) !important;
}

.core-skill .skill-pill i {
    font-size: 18px;
    color: #086AD8;
}

/* Hover */
.core-skill .skill-pill:hover {
    border-color: #086AD8;
    box-shadow: 0 6px 18px rgba(8, 106, 216, 0.15);
    transform: translateY(-2px);
}


/* Build Scalable Applications with Node.js Experts */

.build-scalable-applications {
    background: #0B5ED7;
}

.build-scalable-applications .card {
    /* padding: 40px; */
    background: transparent;
    border: none;
}

.build-scalable-applications .content .custom {
    backdrop-filter: blur(8px);
    border: 1px solid #FFFFFF33;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

/* Text */
.build-scalable-applications .content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.build-scalable-applications .content p {
    color: #dbeafe;
    margin-bottom: 25px;
}

/* Buttons */
.build-scalable-applications .btn {
    padding: 10px 22px;
    border-radius: 6px;
    transition: 0.3s;
}

.build-scalable-applications .btn:hover {
    transform: translateY(-3px);
}

/* Image */
.build-scalable-applications .image img {
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 992px) {
    .build-scalable-applications .card {
        padding: 40px 25px;
        text-align: center;
    }

    .build-scalable-applications .content h2 {
        font-size: 26px;
    }
}


/* Advanced Backend Capabilities for Real-Time Applications */

.backend-capabilities .section-header {
    text-align: center;
    margin-bottom: 30px;
}

/* Base Card Style */
.backend-capabilities .service-card {
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid #086AD8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.backend-capabilities .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.backend-capabilities .icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
    color: #086AD8;
    margin-bottom: 15px;
    background: #E9F3FF;
    border: none;

}

.backend-capabilitiesh .card-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.backend-capabilities .card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}





/* Why Choose Us as Your Node.js Development Partner? */

.why-chose-tech .section-header {
    text-align: center;
    margin-bottom: 30px;
}

/* Base Card Style */
.why-chose-tech .service-card {
    border-radius: 16px;
    padding: 30px 25px;
    height: 100%;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.why-chose-tech .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.why-chose-tech .icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #6490F9 0%, #086AD8 100%);

}

.why-chose-tech .card-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    color: #000000;
}

.why-chose-tech .card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}


.why-chose-tech .col-md-4:nth-child(odd) .service-card {
    background-color: #E4F1FF;
}


.why-chose-tech .col-md-4:nth-child(even) .service-card {
    background-color: #ffffff;
    border: 1px solid #086AD8;
}


/* CARD */
.custom-hire {
    color: #F1F5F9 !important;
}

.custom-hire-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* LEFT */
.custom-hire-left {
    flex: 0.6;
    padding: 44px;
    color: #fff;
    background: linear-gradient(150.59deg, #01579B 0%, #13B9FD 100%);

}

.custom-hire-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff
}

.custom-hire-small-text {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 20px;
}

.custom-hire-small-text-two {
    color: #000 !important;
    font-size: 16px;
    margin-bottom: 20px;
}

/* LIST */
.custom-hire-list {
    list-style: none;
    padding: 0;
}

.custom-hire-list strong {
    font-size: 15px !important;
    font-weight: 700;
}

.custom-hire-list p {
    font-size: 15px !important;
}

.custom-hire-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* ICON BG */
.custom-hire-item .icon-bg {
    min-width: 35px;
    height: 35px;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.2);

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
    /* prevents shrinking */
}

/* ICON */
.custom-hire-item .icon-bg i {
    font-size: 10px;
    color: #fff;
    line-height: 1;
}


/* RIGHT */
.custom-hire-right {
    flex: 1.2;
    padding: 40px;
    background: #fff;
}

@media (max-width:768px) {
    .custom-hire-right {
        padding: 20px;
    }

    .custom-hire-left {
        padding: 20px;
    }
}

.custom-hire-form-title {
    margin-bottom: 10px;
}

.custom-hire-label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #000 !important;
}

.custom-hire-input {
    border-radius: 8px !important;
    padding: 10px !important;
}

/* Placeholder */
.custom-hire-input::placeholder {
    color: #94A3B8;
}

/* BUTTON */
.custom-hire-btn {
    background: #086AD8;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    border: none;
}

.custom-hire-btn:hover {
    background: #1e4ed8;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .custom-hire-card {
        flex-direction: column;
    }
}

/* .parent-y-spaceing>*:not(:last-child) {
    padding-bottom: 20px;
} */



.hire_expert {
    position: relative;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Background-1-scaled.png') no-repeat center center/cover;
    /* padding: 100px 0; */
    border-bottom-left-radius: 80px;
    overflow: hidden;
    height: 60vh;
    border-bottom-right-radius: 80px;
}

/* overlay optional */
/* .hire_expert::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.2);
  } */

/* LEFT */
.hire_expert_card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

.hire_expert_card h1 {
    font-size: 36px;
    font-weight: 700;
}

.hire_expert_card span {
    color: #1e63d5;
}

.hire_expert_card p {
    color: #000;
}

/* RIGHT IMAGE ONLY */
.hire_expert_img_wrap {
    position: relative;
    z-index: 2;
}

.hire_main_img {
    max-width: 100%;
    height: calc(100vh - 42vh);
    border-radius: 12px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hire_expert {
        text-align: center;
        padding: 70px 0;
    }

    .hire_expert_card {
        margin-bottom: 30px;
    }

    .hire_expert_card h1 {
        font-size: 28px;
    }

    .hire_main_img {
        max-width: 100%;
        height: 200px;
        border-radius: 12px;
    }

    .hire_expert {
        height: auto;
    }
}

.trusted_section {
    background: #F7FAFF;
    padding: 30px 0;
    overflow: hidden;
    /* box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15); */
    box-shadow: 0px 4px 13.5px 0px #00000040;

}

.trusted_title {
    font-size: 22px;
    font-weight: 700;
    color: #086AD8;
    margin-bottom: 20px;
}

.trusted-section-swiper {
    overflow: hidden;
}

.logo_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
}

.logo_item img {
    height: 32px;
    width: auto;
}

.logo_item span {
    font-size: 20px;
    color: #64748B;
    font-weight: 700;
}








/* CARD */
.our-tech-experts .tech_card {
    padding: 25px;
    border-radius: 12px;
    text-align: left;
    height: 100%;
    transition: 0.3s;
}

/* ICON */
.our-tech-experts .tech_icon {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 18px;
}

/* ODD */
.our-tech-experts .row>div:nth-child(odd) .tech_card {
    background: #eef3ff;
    border: 1px solid transparent;
}

.our-tech-experts .row>div:nth-child(odd) .tech_icon {
    background: #dbe7ff;
    color: #086AD8 !important;
    border: 1px solid #086AD8;
    border-radius: 12px;
}

/* EVEN */
.our-tech-experts .row>div:nth-child(even) .tech_card {
    background: #fff;
    border: 1px solid #086AD8;
}

.our-tech-experts .row>div:nth-child(even) .tech_icon {
    background: #eef3ff;
    color: #086AD8 !important;
    border: 1px solid #086AD8;
    border-radius: 12px;
}

/* HOVER */
.our-tech-experts .tech_card:hover {
    transform: translateY(-6px);
}

/* TEXT */
.our-tech-experts .tech_card .inner-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25rem;
}

.our-tech-experts .tech_card p {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .our-tech-experts .tech_card {
        text-align: center;
    }
}


/* Wrapper */
.process_wrapper {
    background: #1e63d5;
    border-radius: 12px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Steps */
.process_wrapper .step_item {
    background: #FFF;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: #0F1724;
    z-index: 1;
}

.process_wrapper .step_item i {
    font-size: 12px;
}

/* Arrow */
.process_wrapper .arrow {
    color: #fff;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .process_wrapper .process_wrapper {
        gap: 10px;
    }

    .process_wrapper .arrow {
        display: none;
    }
}







.nb-26-06-briding-talent-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding: 50px 40px 30px;
    background: url("/wp-content/uploads/2026/06/Hire-Talent-CTA-Banner-Background-scaled.webp") center/cover no-repeat;
}

/* Background Image */
.nb-26-06-briding-talent-bg {
    position: absolute;
    inset: 0;

    z-index: 0;
}

.nb-26-06-briding-talent-wrapper>* {
    position: relative;
    z-index: 2;
}

/* Title */
.nb-26-06-briding-talent-title {
    /* font-size: 52px; */
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 10px;
}

.nb-26-06-briding-talent-title span {
    color: #1b67e8;
    display: block;
}



.nb-26-06-briding-talent-content p {
    color: #444;
    max-width: 420px;
}

/* Right Image */
.nb-26-06-briding-talent-image-wrap {
    text-align: center;
}

.nb-26-06-briding-talent-image-wrap img {
    max-width: 100%;
    max-height: 300px;
}

/* Cards */
.nb-26-06-briding-talent-cards {
    margin-top: 30px;
    margin-right: 10%;
}

.nb-26-06-briding-talent-card {
    position: relative;
    background: rgba(255, 255, 255, .9);
    border-radius: 12px;
    padding: 19px 12px 12px;
    height: 100%;
}

.nb-26-06-briding-talent-count {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #dcebff;
    color: #0b429f;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nb-26-06-briding-talent-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    /* background: #0d63e8; */
    background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px;
}

.nb-26-06-briding-talent-card .inner-heading {
    color: #0d63e8;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.25rem;
}

.nb-26-06-briding-talent-card p {
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-bottom: 0;
}

/* Bottom Right Shape */
.nb-26-06-briding-talent-wrapper::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 220px;
    background: url('/wp-content/uploads/2026/06/Logo-With-White-Background.webp') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}



/* Responsive */
@media (max-width: 991px) {

    .nb-26-06-briding-talent-wrapper {
        padding: 30px 20px;
    }

    .nb-26-06-briding-talent-title {
        font-size: 36px;
    }

    .nb-26-06-briding-talent-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .nb-26-06-briding-talent-line {
        margin-left: auto;
        margin-right: auto;
    }

    .nb-26-06-briding-talent-content p {
        margin: auto;
    }
}

@media (max-width: 575px) {

    .nb-26-06-briding-talent-title {
        font-size: 30px;
    }

    .nb-26-06-briding-talent-card {
        padding: 20px 15px;
    }
}






.modern_technology .tech-card {
    display: block;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: left;
    border: 1px solid #086AD8;
    box-shadow: 0px 4px 24px 0px #00000033;

}

.modern_technology .tech-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 4px 26.1px 0px #086AD880;

}



.modern_technology .icon-box-modern img {
    max-width: 45px;
    max-height: 45px;
    object-fit: contain;
    margin-bottom: 15px;
}

.modern_technology .inner-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.25rem;
}

.modern_technology p {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
    /* line-height:120%; */
}





.why-hire-us .why-hire-us-box {
    background: #F1F5F9;
    border: 1px solid #086AD8;
    border-radius: 8px;
    padding: 35px 25px;
    text-align: center;
}




.why-hire-us .why-hire-us-feature {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.why-hire-us .why-hire-us-icon {
    width: 38px;
    height: 38px;
    background: #2563EB;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    flex-shrink: 0;
}

.why-hire-us .why-hire-us-heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #0f172a;
}

.why-hire-us .why-hire-us-text {
    font-size: 13px;
    color: #2c3d55;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .why-hire-us .why-hire-us-feature {
        margin-bottom: 20px;
    }
}




/* Heading */
.client-feedback .highlight {
    color: #2563EB;
}

.client-feedback .sub-text {
    color: #6c757d;
}

/* Big Quote */
.client-feedback .big-quote {
    font-size: 60px;
    color: #2563EB;
    margin-bottom: 10px;
}

/* Card */
.client-feedback .feedback-card {
    background: #2563EB;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    /* width: 85%; */
}

.client-feedback .feedback-slider {
    width: 85%;
}

.feedback-slider {
    width: 85%;
}

/* Profile */
.client-feedback .user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* Divider */
.client-feedback hr {
    border-color: rgba(255, 255, 255, 0.4);
}

/* Arrows */
.client-feedback .slider-arrows {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* z-index: 10; */
}

.client-feedback .slider-arrows button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #dbeafe;
    color: #2563EB;
    font-size: 16px;
    transition: 0.3s;
}

.client-feedback .slider-arrows .active,
.client-feedback .slider-arrows button:hover {
    background: #2563EB;
    color: #fff;
}


/* LEFT SIDE QUOTE (top-left of section) */
.client-feedback .row {
    position: relative;
}

@media (min-width:992px) {
    .client-feedback .row::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 40px;
        height: 40px;

        background-image: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Vector.png');
        /* your image path */
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/* RIGHT SIDE QUOTE (bottom-right near image) */
.client-feedback .image-box {
    position: relative;
}

.feedback-card img {
    width: 50px !important;
}

@media (min-width:992px) {
    .client-feedback .image-box::after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 40px;
        height: 40px;

        background-image: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Vector.png');
        background-size: contain;
        background-repeat: no-repeat;
        rotate: 180deg;
    }
}

/* REMOVE OLD */
.client-feedback .big-quote {
    display: none;
}

/* Responsive */
@media(max-width:768px) {
    .client-feedback .feedback-card {
        width: 100%;
    }

    .client-feedback .feedback-slider {
        width: 100%;
    }

    .client-feedback .slider-arrows {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-top: 50px;
    }
}


/* Section */
.custom-faq .container {
    background: #F1F5F9;
}


/* Item spacing */
.custom-faq-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
}

/* Button default (closed) */
.custom-faq-btn {
    background: #fff;
    font-weight: 500;
    box-shadow: none;
    border-radius: 8px !important;
}



/* Remove default arrow */
.custom-faq-btn::after {
    content: "+";
    background-image: none !important;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    color: #111;
    transform: none;
    line-height: 1;
}

.custom-faq-btn:focus::after {
    background-image: none !important;
}

/* OPEN STATE */
.custom-faq-btn:not(.collapsed) {
    background: #E8F0FF;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

/* Change + to − */
.custom-faq-btn:not(.collapsed)::after {
    background-image: none !important;
    content: "−";
}

/* Body */
.custom-faq-body {
    background: #E8F0FF;
    /* border: 1px solid #2563EB; */
    border: none;
    font-size: 14px;
    color: #343943;
    border-radius: 0 0 8px 8px;
}

.custom-faq-item {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: 0.3s;
}

.custom-faq-item:hover {
    border: 1px solid #2563EB !important;
}

/* WHEN OPEN → apply to FULL CONTAINER */
.custom-faq-item:has(.accordion-collapse.show) {
    background: #E8F0FF;
    border: 1px solid #2563EB;
}

.testimonial-heading-nb {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
}

.hire-tech-stack {
    position: relative;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Header-2-scaled.png') no-repeat center center/cover;
    /* padding: 100px 0; */
    border-bottom-left-radius: 80px;
    overflow: hidden;
    height: 60vh;
    border-bottom-right-radius: 80px;
    display: flex;
    align-items: center;
}

.new-custom-banner-section {
    position: relative;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Banner-background-scaled.png') no-repeat center center/cover;
    /* padding: 100px 0; */
    border-bottom-left-radius: 80px;
    overflow: hidden;
    height: 550px;
    border-bottom-right-radius: 80px;
    display: flex;
    align-items: center;
}



.hire-tech-stack_card h1 {
    font-size: 36px;
    font-weight: 700;
    color: #FFF
}

.hire-tech-stack_card span {
    color: #1e63d5;
}

.hire-tech-stack_card p {
    color: #FFF
}

/* RIGHT IMAGE ONLY */
.hire-tech-stack_img_wrap {
    position: relative;
    z-index: 2;
}

.custom_banner_img_wrap {
    position: relative;
    z-index: 2;
}

.custom_banner_img_wrap img {
    max-width: 500px;
}

.tech-stack_img {
    max-width: 100%;
    /* height: calc(100vh - 42vh); */
    border-radius: 12px;
}

.custom_banner_img {
    max-width: 100%;
    /* height: calc(100vh - 42vh); */
    border-radius: 12px;
}


.new-custom-banner h1 {
    font-size: 52px;
    font-weight: 700;
    color: #086AD8
}

.new-custom-banner p {
    font-size: 22px;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hire-tech-stack {
        text-align: center;
        padding: 70px 0;
    }

    .hire-tech-stack_card {
        margin-bottom: 30px;
    }

    .hire-tech-stack_card h1 {
        font-size: 28px;
    }

    .new-custom-banner-section {
        text-align: center;
        padding: 70px 0;
        height: auto;
    }

    .new-custom-banner h1 {
        font-size: 38px;
    }

    .new-custom-banner_card {
        margin-bottom: 30px;
    }

    .hire_main_img {
        max-width: 100%;
        height: 200px;
        border-radius: 12px;
    }

    .hire-tech-stack {
        height: auto;
    }
}

.hps-step__card:hover {
    transform: translateY(-3px);
    transition: all .3s ease-in-out;
}



.job-detail-card .arrow-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    margin-left: 0px;
    margin-right: 10px;
}

.job-detail-card .ht-btn:hover .arrow-icon {
    transform: rotate(360deg) translateX(-10px);
}

/* Card */
.hiring-process-new .process-card {
    position: relative;
    /* padding: 20px 10px; */
}

/* Step Badge */
.hiring-process-new .step-badge {
    display: inline-block;
    background: #086AD8;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
}

/* Icon */
.hiring-process-new .process-icon {
    width: 136px;
    height: 136px;
    margin: 0 auto 15px;
    border-radius: 50%;
    /* background: #eaf1ff; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiring-process-new .process-icon img {
    /* width: 50px; */
}

/* Title */
.hiring-process-new .process-title a {
    display: inline-block;
    background: #086AD8;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 8px;
    border-radius: 7px;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

/* Hover move up */
.hiring-process-new .process-title a:hover {
    background: #065bb5;
    color: #fff;
    transform: translateY(-3px);
}

/* Divider line */
.hiring-process-new .process-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #609ADB;
    margin: 10px auto;
    border-radius: 10px;
}

/* Text */
.hiring-process-new .process-text {
    font-size: 16px;
    color: #6B7280;
    max-width: 180px;
    margin: 0 auto;
    line-height: 20px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .hiring-process-new .process-icon {
        width: 100px;
        height: 100px;
    }

    .hiring-process-new .process-text {
        font-size: 14px;
    }
}


/* ####search page design $$$##### */

/* Container grid */
.custom-search-result {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card */
.custom-search-result .bloglist {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    transition: 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Hover effect */
.custom-search-result .bloglist:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Title */
.custom-search-result .blogtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

/* Description */
.custom-search-result .common-para p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;

    /* limit text lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read more button */
.custom-search-result .link-btn-2 {
    margin-top: auto;
    font-size: 13px;
    font-weight: 600;
    color: #086AD8;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s ease;
}

/* Arrow animation */
.custom-search-result .link-btn-2 i {
    transition: 0.3s ease;
}

/* Hover button */
.custom-search-result .link-btn-2:hover {
    color: #065bb5;
}

.custom-search-result .link-btn-2:hover i {
    transform: translateX(5px);
}

/* Tablet */
@media (max-width: 991px) {
    .custom-search-result {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .custom-search-result {
        grid-template-columns: 1fr;
    }
}



/* #####Blog Page Design########## */

/* Paragraph */
.blog-details-page-content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #696969;
    margin-bottom: 2px;
}

.blog-details-page-content ul,
.blog-details-page-content ol {
    list-style: disc;
    padding-left: 0;
}

/* Headings */
.blog-details-page-content h2 {
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #222;
    position: relative;
}

.blog-details-page-content h3 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #222;
    position: relative;
}

.blog-details-page-content h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;

    margin-top: 15px;
    margin-bottom: 10px;
    color: #222;
    position: relative;
}

/* Heading underline */


/* .blog-details-page-content h2::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #086AD8;
    display: block;
    margin-top: 6px;
    border-radius: 10px;
} */

/* Lists */
.blog-details-page-content ul {
    padding-left: 20px;
    margin-bottom: 5px;
}

.blog-details-page-content ul li {
    margin-bottom: 4px;
    color: #696969;
    position: relative;
    font-size: 16px !important;
    line-height: 120%;
}

/* Custom bullet */
.blog-details-page-content ul li::marker {
    color: #086AD8;
}

/* Strong text */
.blog-details-page-content strong {
    /* color: #696969; */
    color: #333333;
}

/* Links */
.blog-details-page-content a {
    color: #086AD8;
    text-decoration: none;
}

.blog-details-page-content a:hover {
    text-decoration: underline;
}

/* Contact section highlight */
/* .blog-details-page-content p:last-child {
    background: #f7f9fc;
    padding: 15px;
    border-radius: 10px;
} */


#privacy-consent+label a {
    color: #086ad8;
    /* blue color */
}


.space-y-3>*+* {
    margin-top: 1rem;
    /* same as Bootstrap mb-3 */
}



/* new-design-12-05-2026 */
.bc-common-cta {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    z-index: 1;
    background: url("/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-161-scaled-e1778592967227.png") no-repeat center center;
    background-size: cover;
    /* background-color: #E0F2FE; */
}

.bc-common-cta .row {
    position: relative;
    z-index: 5;
}

.bc-counter-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    position: relative;
}

.bc-counter-card:hover {
    transform: translateY(-6px);
}

.bc-counter-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #E0F2FE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: #005AE0;
    font-size: 22px;
}

.bc-counter-number {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #005AE0;
    margin-bottom: 12px;
}

.bc-counter-title {
    font-size: 13px;
    line-height: 1.2rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bc-counter-text {
    font-size: 16px;
    line-height: 1.2rem;
    color: #6c757d;
    margin-bottom: 10px;
}

.bc-line {
    width: 32px;
    height: 4px;
    background: #005AE0;
    border-radius: 10px;
    margin: 0 auto;
}

.bc-rating-area {
    padding-left: 50px;
    position: relative;
}

.bc-rating-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 120px;
    /* background: #086AD8; */
    border: 1px solid #086AD8;

    /* border-image-source: linear-gradient(90deg, #FFFFFF 0%, #086AD8 50%, #FFFFFF 100%); */
}

.bc-rating {
    font-size: 60px;
    font-weight: 800;
    color: #005AE0;
    line-height: 1;
}

.bc-rating span {
    font-size: 18px;
    vertical-align: top;
}

.bc-google {
    color: #005AE0;
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0;
}

/* .bc-google .red {
    color: rgb(0, 90, 224);
}

.bc-google .yellow {
    color: rgb(0, 90, 224);
}

.bc-google .green {
    color: rgb(0, 90, 224);
} */

.bc-rating-text {
    color: #555;
    font-size: 16px;
    line-height: 1.6rem;
}

.bc-logo-wrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* text-align: center; */
    z-index: 2;
}

.bc-logo-wrap img {
    max-width: 400px;
}

@media(max-width:991px) {

    .bc-rating-area {
        padding-left: 0;
        text-align: center;
        margin-top: 40px;
    }

    .bc-rating-area::before {
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
        width: 120px;
        max-width: 120px;
        height: 3px;
        border: none;
        background: #086AD8;
    }

    .bc-logo-wrap {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 40px;
    }

    .bc-common-cta::after {
        width: 280px;
        height: 280px;
        right: -100px;
        top: auto;
        bottom: -100px;
    }
}

@media(max-width:767px) {

    .bc-common-cta {
        padding: 50px 0;
    }

    .bc-counter-number {
        font-size: 38px;
    }

    .bc-rating {
        font-size: 42px;
    }

    .bc-counter-card {
        margin-bottom: 20px;
    }
}



/* Footer css start */
.nb-m-footer {
    background: #021B3E;
    padding: 70px 0 25px;
    color: #C0D1EB;
    position: relative;
    overflow: hidden;
}

.nb-m-footer a {
    text-decoration: none;
    color: #C0D1EB;
    transition: all .3s ease;
}

.nb-m-footer a:hover {
    color: #1E70F6;
    /* padding-left: 5px; */
}

.nb-m-footer-logo img {
    max-width: 210px;
    margin-top: -16px;
}

.nb-m-footer-text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    max-width: 280px;
    position: relative;
}

.nb-m-footer-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background: #1E70F6;
}

.nb-m-footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.nb-m-footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background: #1E70F6;
}

.nb-m-footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nb-m-footer-links li {
    margin-bottom: 14px;
}

.nb-m-footer-links li a {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
}

.nb-m-footer-links li a i {
    color: #1E70F6;
    font-size: 12px;
    margin-top: 5px;
}

.nb-m-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.nb-m-footer-social a {
    width: 42px;
    height: 42px;
    background: #112A4D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C0D1EB;
    transition: all .3s ease;
}

.nb-m-footer-social a:hover {
    background: #1E70F6;
    color: #fff;
    transform: translateY(-5px);
    padding-left: 0;
}

.nb-m-contact-item {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    align-items: center;
}

.nb-m-contact-icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
    background: #112A4D;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E70F6;
    transition: all .3s ease;
}

.nb-m-contact-item:hover .nb-m-contact-icon {
    background: #1E70F6;
    color: #fff;
    transform: scale(1.1);
}

.nb-m-contact-text {
    font-size: 14px;
    line-height: 1.7;
    color: #C0D1EB;
}

.nb-m-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1E70F6;
    color: #fff !important;
    padding: 14px 26px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    transition: all .3s ease;
}

.nb-m-footer-btn:hover {
    background: #fff;
    color: #021B3E !important;
    transform: translateY(-4px);
    padding-left: 26px !important;
}


.nb-m-footer-divider {
    border-color: rgba(255, 255, 255, 0.08);
    margin: 50px 0 35px;
}

@media (max-width: 991px) {
    .nb-m-footer-divider {
        display: none;
    }
}

.nb-m-feature-box {
    display: flex;
    gap: 15px;
    /* margin-bottom: 25px; */
}

.nb-m-feature-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    background: #112A4D;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E70F6;
    font-size: 18px;
    transition: all .3s ease;
}

.nb-m-feature-box:hover .nb-m-feature-icon {
    background: #1E70F6;
    color: #fff;
    transform: translateY(-5px);
}

.nb-m-feature-content .heading {
    color: #086AD8;
    margin-bottom: 2px !important;
    font-size: 16px !important;
}

.nb-m-footer .nb-m-feature-content .heading {
    color: #fff;
    margin-bottom: 6px;
    font-size: 15px !important;
}

.nb-m-feature-content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

.nb-m-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    /* padding-top: 22px; */
    margin-top: 20px;
}



.nb-m-copy-text {
    font-size: 13px !important;
    margin: 0;
}

.nb-m-copy-text a {
    color: #fff;
}

.nb-m-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    flex-wrap: wrap;
}

.nb-m-bottom-links a {
    font-size: 13px;
}

@media(max-width:991px) {

    .nb-m-footer {
        padding: 60px 0 20px;
    }

    .nb-m-footer-col {
        margin-bottom: 40px;
    }

    .nb-m-bottom-links {
        justify-content: flex-start;
        margin-top: 15px;
    }
}

@media(max-width:767px) {

    .nb-m-footer {
        text-align: left;
    }

    .nb-m-footer-logo img {
        max-width: 190px;
    }

    .nb-m-footer-text {
        max-width: 100%;
    }

    .nb-m-footer-col {
        margin-bottom: 20px;
    }

    .nb-m-feature-box {
        margin-bottom: 10px;
    }

    .nb-m-footer-btn {
        width: 100%;
        justify-content: center;
    }
}

@media(max-width:500px) {
    .nb-m-footer-logo img {
        max-width: 140px;
    }
}

/* footer css End */


/* 14-05-2026 */
.custom-blue-line {
    position: relative;
    width: 200px;
    height: 3px;
    background: var(--line-color, #086AD8);
    border-radius: 50px;
    margin-bottom: 15px;
}

.custom-blue-line::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: var(--line-color, #086AD8);
    border-radius: 50%;
}


.custom-red-line {
    position: relative;
    width: 200px;
    height: 3px;
    background: var(--line-color, #F44C01);
    border-radius: 50px;
}

.custom-red-line::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: var(--line-color, #F44C01);
    border-radius: 50%;
}

.custom-blue-line-team {
    position: relative;
    width: 175px;
    height: 3px;
    background: #56A6FF;
    border-radius: 50px;
    margin: 0px 0px;
}

@media(max-width:768px) {
    .custom-blue-line-team {
        margin: 0px 0px;
    }
}

.custom-blue-line-team::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #56A6FF;
    border-radius: 50%;
}


.about-btn {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 45px;
    height: 47px;
    /* line-height: normal; */
}

@media(max-width:768px) {
    .about-btn {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0em;
        line-height: 35px;
        height: 40px;
    }
}


.about-social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0px;
}

.about-icon-box {
    text-align: center;
    height: 100%;
    position: relative;
    max-width: 140px;
}








.about-icon-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -15px;
    width: 1px;
    height: 70%;
    background: var(--line-color, #086ad8bd);
}


.about-icon-box span,
.about-icon-box a {
    font-size: 13px;
}




.about-banner-content>p:first-of-type {
    font-size: 25px !important;
    font-weight: 500;
    line-height: 35px !important;
    color: #000;
}


@media(max-width:840px) {
    .about-banner-content>p:first-of-type {
        font-size: 18px !important;
        font-weight: 500;
        line-height: 25px !important;
        color: #000;
    }


    .about-icon-box .icon-wrap {
        width: 42px;
        height: 42px;
    }
}

.about-icon-box .icon-wrap {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
}

.about-icon-box .icon-wrap i {
    color: #fff;
    font-size: 20px;
}

.about-icon-box .icon-wrap img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
}

.about-icon-box h6 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.about-icon-box .banner-icon-heading {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    color: #000;
    font-weight: 600;
}

@media (max-width: 630px) {
    .about-icon-box {
        text-align: center;
        padding: 0px;
        position: relative;
        width: 130px;
    }

    .about-icon-box .icon-wrap {
        width: 42px;
        height: 42px;
    }

    .about-icon-box h6 {
        font-size: 12px;
        line-height: 1.2rem;
    }

    .about-icon-box .banner-icon-heading {
        font-size: 12px;
        line-height: 1.2rem;
    }

    .about-icon-box:not(:last-child)::after {
        display: none;
    }

    /* .about-icon-box {
        width: calc(100% - 60%);
    } */

    .about-social-icons {
        gap: 15px;
        padding: 0;
    }
}


@media(max-width:400px) {
    .about-icon-box {
        width: 100px;
    }
}


/* date: 15-05-26 */
.new-cta-m-section {
    width: 100%;
    min-height: 500px;
    background: url('/wp-content/uploads/2026/06/Empowering-Banner-Background-scaled.webp') no-repeat center center;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    /* padding: 60px 20px; */
    position: relative;
    overflow: hidden;
}

@media (max-width:991px) {
    .new-cta-m-section {
        min-height: 480px;
    }
}

.new-cta-m-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 100px;
    background: url('/wp-content/uploads/2026/06/Logo-With-White-Background.webp') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}

@media(min-width:600px) {
    .new-cta-m-section::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 300px;
        height: 300px;
        background: url('/wp-content/uploads/2026/06/Logo-With-White-Background.webp') no-repeat right bottom;
        background-size: contain;
        z-index: 1;
    }
}

@media (min-width:991px) {
    .new-cta-m-section::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 450px;
        height: 220px;
        background: url('/wp-content/uploads/2026/06/Logo-With-White-Background.webp') no-repeat right bottom;
        background-size: contain;
        z-index: 1;
    }
}

/* .hero-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
} */

.new-cta-m-section-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}



@media (max-width: 767px) {

    .new-cta-m-section {
        min-height: 400px;
    }


}





.our-cs-b-new-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding: 15px 25px 30px 60px;
    background:
        url('/wp-content/uploads/2026/06/Culture-Background-scaled.webp') no-repeat center;
    background-size: cover;
    /* z-index: 0; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 45px; */
}

/* .our-cs-b-new-wrap::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.92);
    z-index: -1;
} */

/* bottom wave image */


/* .our-cs-b-new-wrap::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 65px;
    background: url('/wp-content/uploads/2026/06/Logo.png') no-repeat bottom center;
    background-size: contain;
    z-index: 0;
} */


@media (min-width:575px) {
    .our-cs-b-new-wrap::after {
        content: "";
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 120px;
        height: 85px;
        background: url('/wp-content/uploads1/2026/06/Logo.png') no-repeat bottom center;
        background-size: contain;
        z-index: 0;
    }
}


@media (min-width:1200px) {
    .our-cs-b-new-wrap::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 140px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Untitled-1-17-scaled.png') no-repeat bottom center;
        background-size: cover;
        z-index: 0;
    }

}

@media (min-width:1400px) {
    .our-cs-b-new-wrap::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 155px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Untitled-1-17-scaled.png') no-repeat bottom center;
        background-size: cover;
        z-index: 0;
    }

}


.our-cs-b-new-content {
    position: relative;
    z-index: 2;
}

.our-cs-b-new-content h2 {
    /* font-size: 36px; */
    font-weight: 700;
    /* color: #000; */
    line-height: 1.2;
    margin-bottom: 15px;
}

.our-cs-b-new-content h2 span {
    color: #086AD8;
}

.our-cs-b-new-line {
    width: 120px;
    height: 4px;
    background: #086AD8;
    border-radius: 50px;
    margin-bottom: 15px;
    position: relative;
}

.our-cs-b-new-line::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #0d6efd;
    border-radius: 50%;
}

.our-cs-b-new-content p {
    font-size: 18px;
    line-height: 120%;
    /* color: #333; */
    max-width: 600px;
    margin-bottom: 25px;
}

.our-cs-b-new-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.our-cs-b-new-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
}

@media(max-width:768px) {
    .our-cs-b-new-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }
}

.our-cs-b-new-icon i {
    color: #fff;
    font-size: 22px;
}

.our-cs-b-new-icon img {
    width: 25px;
    height: 25px;
}

@media(max-width:768px) {


    .our-cs-b-new-icon i {
        font-size: 18px;
    }
}

.our-cs-b-new-feature h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000;
}

.our-cs-b-new-feature .icon-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000;
    line-height: 1.2rem;
}

.our-cs-b-new-feature span {
    color: #555;
    font-size: 16px;
}

.our-cs-b-new-image {
    position: relative;
    z-index: 0;
    text-align: center;
}

.our-cs-b-new-image img {
    width: 100%;
    border-radius: 14px;
}

@media(max-width:991px) {

    .our-cs-b-new-wrap {
        padding: 25px 25px;
    }

    /* .our-cs-b-new-content h2 {
        font-size: 38px;
    } */

    .our-cs-b-new-image {
        margin-top: 15px;
    }
}

@media(max-width:767px) {

    .our-cs-b-new {
        padding: 50px 0;
    }

    /* .our-cs-b-new-content h2 {
        font-size: 30px;
    } */

    .our-cs-b-new-feature h5 {
        font-size: 18px;
    }

    .our-cs-b-new-feature h3 {
        font-size: 18px;
    }

    .our-cs-b-new-content p {
        font-size: 15px;
    }
}



.our-mv-m-new-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 40px;
    background: url('/wp-content/uploads/2026/06/Our-Mission-Background-scaled.webp') no-repeat center;
    /* background-size: cover; */
    z-index: 1;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 45px; */
    background-size: cover;
}

@media (max-width:600px) {
    .our-mv-m-new-wrap {
        box-shadow: none;
    }
}

/* 
.our-mv-m-new-wrap::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.82);
    z-index: -1;
} */

/* Bottom Design */


.our-mv-m-new-wrap::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 435px;
    height: 220px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-298.png') no-repeat bottom center;
    background-size: contain;
    z-index: 2;
}

@media (max-width:768px) {
    .our-mv-m-new-wrap::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0px;
        width: 200px;
        height: 125px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-298.png') no-repeat bottom center;
        background-size: contain;
        z-index: 2;
    }
}

/* Content */
.our-mv-m-new-content {
    position: relative;
    z-index: 3;
}

.our-mv-m-new-block {
    margin-bottom: 50px;
}

.our-mv-m-new-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.our-mv-m-new-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
}

.our-mv-m-new-icon i {
    color: #fff;
    font-size: 25px;
}

.our-mv-m-new-icon img {
    width: 33px;
    height: 33px;
}

@media(max-width:768px) {
    .our-mv-m-new-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }



    .our-mv-m-new-icon i {
        font-size: 18px;
    }
}

.our-mv-m-new-title h3 {
    /* font-size: 36px; */
    font-weight: 700;
    color: #0b63d8;
    margin-bottom: 10px;
}

.our-mv-m-new-line {
    width: 190px;
    height: 4px;
    background: #0b63d8;
    border-radius: 50px;
    position: relative;
}

.our-mv-m-new-line::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #0b63d8;
    border-radius: 50%;
}

.our-mv-m-new-line.mobile {
    width: 140px;
    height: 2px;
    background: #0b63d8;
    border-radius: 50px;
    position: relative;
}

.our-mv-m-new-line.mobile::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #0b63d8;
    border-radius: 50%;
}

.our-mv-m-new-block p {
    font-size: 20px;
    line-height: 120%;
    /* color: #222; */
    padding-left: 85px;
    margin: 0;
}

/* Right Image */
.our-mv-m-new-image {
    position: relative;
    z-index: 2;
    text-align: center;
}

.our-mv-m-new-image img {
    width: 100%;
    max-width: 700px;
}

/* Features */
.our-mv-m-new-features {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
    /* justify-content: center; */
}

.our-mv-m-new-features.mobile {
    gap: 15px;
}

.our-mv-m-new-feature-item {
    position: relative;
    text-align: center;
    padding-right: 35px;
}

.our-mv-m-new-feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 80px;
    background: #7eb4ff;
}

.our-mv-m-new-feature-item.mobile {
    position: relative;
}

.our-mv-m-new-feature-item.mobile:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 80px;
    background: #7eb4ff;
}

.our-mv-m-new-small-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
}

.our-mv-m-new-small-icon i {
    color: #fff;
    font-size: 18px;
}

.our-mv-m-new-small-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
}

.our-mv-m-new-feature-item .icon-heading {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.our-mv-m-new-feature-item span {
    display: inline-flex;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin: 0;
}

/* Responsive */
@media(max-width:991px) {

    .our-mv-m-new-wrap {
        padding: 40px 25px 40px;
    }

    .our-mv-m-new-block {
        margin-bottom: 25px;
    }

    .our-mv-m-new-title h2 {
        font-size: 36px;
    }

    .our-mv-m-new-block p {
        padding-left: 0;
        font-size: 17px;
    }

    .our-mv-m-new-image {
        margin-top: 0px;
    }

    .our-mv-m-new-features {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }

    .our-mv-m-new-feature-item {
        width: calc(15% - 10px);
        padding-right: 0;
    }

    .our-mv-m-new-feature-item::after {
        display: none;
    }
}

@media(max-width:767px) {

    .our-mv-m-new {
        padding: 50px 0;
    }

    .our-mv-m-new-title {
        align-items: flex-start;
    }

    .our-mv-m-new-title h2 {
        font-size: 28px;
    }

    .our-mv-m-new-line {
        width: 150px;
    }

    .our-mv-m-new-block p {
        font-size: 15px;
    }

    .our-mv-m-new-feature-item {
        width: 20%;
    }

    .our-mv-m-new-feature-item.mobile {
        flex: 1 !important;
    }
}



/* Heading */
/* .bapon-new-heading {
    padding-bottom: 15px;
} */

.bapon-new-heading h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bapon-new-heading h2 span {
    color: #0d6efd;
}

.bapon-new-heading p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.7;
}

.bapon-card {
    /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25); */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 20px 25px -5px #0000001A;

}

/* Tabs */
.bapon-new-tabs {
    display: flex;
    /* border-bottom: 1px solid #e5e5e5; */
}

.bapon-new-tab {
    flex: 1;
    padding: 25px 20px;
    border: 0;
    background: transparent;
    font-weight: 600;
    color: #333;
    position: relative;
    transition: 0.3s;
    display: flex;
    /* flex-direction: column; */
    text-align: left;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 4px 4.5px 0px #086AD833;
}

@media(max-width:767px) {
    .bapon-new-tab {
        justify-content: start;
    }
}

.bapon-new-tab.active i {
    /* margin-right: 8px; */
    /* padding:10px; */
    background: #FFFFFF33;
    border-radius: 50%;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}



.bapon-new-tab i {
    /* margin-right: 8px; */
    /* padding:10px; */
    background: #EFF6FF;
    border-radius: 50%;
    color: #086AD8;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bapon-new-tab .inner-heading {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}

.bapon-new-tab h3 {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}


.bapon-new-tab p {
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.bapon-new-tab.active {
    background: linear-gradient(180deg, #2563EB 0%, #1E40AF 100%);
    color: #fff;
    box-shadow: none;
}

.bapon-new-tab.active .inner-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.bapon-new-tab.active h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.bapon-new-tab.active p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/* Active tab bottom arrow */
.bapon-new-tab.active::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0px;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    rotate: 180deg;
}

/* Content */
.bapon-new-content {
    display: none;
    padding: 40px 20px;
}

.bapon-new-content.active {
    display: block;
}

/* .bapon-new-content-left h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
} */

.bapon-line {
    width: 190px;
    height: 4px;
    background: #0b63d8;
    border-radius: 50px;
    position: relative;
    margin-top: 15px;
}

.bapon-line::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #0b63d8;
    border-radius: 50%;
}

.bapon-new-content-left .first-p {
    color: #666;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 25px;
}

/* List */
.bapon-new-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.bapon-new-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E7EB;
    align-items: flex-start;
}

.bapon-new-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.bapon-new-list li i {
    background: #EFF6FF;
    border-radius: 50%;
    color: #086AD8;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.bapon-new-list li span {
    background: #EFF6FF;
    border-radius: 50%;
    color: #086AD8;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.bapon-new-list li span img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.bapon-new-list li .inner-heading {
    color: #086AD8;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;

}

.bapon-new-list li h4 {
    color: #086AD8;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.bapon-new-list li p {
    color: #6B7280;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-top: 6px;
}

/* Button */
.bapon-new-btn {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    text-align: center;
    color: #ffffff;
    background: #086AD8;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.bapon-new-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

/* Image */
.bapon-new-image {
    text-align: center;
}

.bapon-new-image img {
    width: 100%;
    max-width: 350px;
}

/* Bottom */
.bapon-new-bottom {
    /* border-top: 1px solid #eee; */
    padding: 40px;
    /* background: #fafcff; */
}

.bapon-new-bottom .row {
    background: #F4F7FE;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}



.bapon-new-bottom-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    /* justify-content: center; */
    /* padding-bottom:10px; */
    /* border-bottom: 1px solid #E5E7EB */
}

.bapon-new-bottom-box i {
    font-size: 30px;
    color: #086AD8;

}

.bapon-new-bottom-box img {
    width: 30px;
    height: 30px;
}

.bapon-new-bottom-box div h6 {
    color: #086AD8;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;

}

.bapon-new-bottom-box div span {
    display: inherit;
    color: #086AD8;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;

}

.bapon-new-bottom-box div p {
    color: #6B7280;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    /* margin-top: 6px; */
    /* max-width: 200px; */
}

@media (min-width:576px) {

    .bapon-bellow-card:nth-child(1)::after,
    .bapon-bellow-card:nth-child(3)::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 10%;
        width: 1px;
        height: 80%;
        background: #9fc5ff;
    }
}

@media(min-width:992px) {
    .bapon-bellow-card:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        width: 1px;
        height: 80%;
        background: #9fc5ff;
    }
}


/* Responsive */
@media(max-width:991px) {

    .bapon-new-content {
        padding: 40px 25px;
    }

    .bapon-new-content-left {
        margin-bottom: 40px;
    }

    .bapon-new-content-left h3 {
        font-size: 28px;
    }
}

@media(max-width:767px) {

    .bapon-new-heading h2 {
        font-size: 28px;
    }

    .bapon-new-tabs {
        flex-direction: column;
    }

    .bapon-new-tab.active::after {
        display: none;
    }

    .bapon-new-content-left h3 {
        font-size: 24px;
    }

    .bapon-new-bottom .col-6 {
        margin-bottom: 20px;
    }
}



.lc-m-new {
    /* padding: 60px 0; */
    background: #F1F5F9;
}

.lc-m-new-btn {
    margin-top: 15px;
}

.lc-m-new-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Left */
.lc-m-new-left {
    background: #EBF4FD;
    padding: 40px 30px;
    height: 100%;
    position: relative;
}

.lc-m-new-icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.lc-m-new-icon i {
    font-size: 28px;
    color: #086AD8;
}

.lc-m-new-left h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.lc-m-new-left h3 span {
    color: #086AD8;
}

.lc-m-new-line {
    width: 60px;
    height: 4px;
    background: #0d6efd;
    border-radius: 50px;
    margin-bottom: 25px;
}

.lc-m-new-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 50px;
}

@media(max-width:768px) {
    .lc-m-new-left p {
        margin-bottom: 25px;
    }

    .lc-m-new-contact-item {
        margin-bottom: 15px;
    }
}

/* Contact */
/* .lc-m-new-contact-item{
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
} */

.lc-m-new-contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.lc-m-new-contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 6px;
    background: #dce9ff;
    transition: all 0.3s ease;
}

/* .lc-m-new-contact-icon{
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background: #dce9ff;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.lc-m-new-contact-icon i {
    color: #086AD8;
    font-size: 18px;
    transition: all 0.3s ease;
}

.lc-m-new-contact-item:hover .lc-m-new-contact-icon {
    background: #086AD8;
    transform: translateY(-5px);
}

.lc-m-new-contact-item:hover .lc-m-new-contact-icon i {
    color: #fff;
}

.lc-m-new-contact-item .inner-heading {
    font-weight: 700;
    margin-bottom: 5px;
    color: #086AD8;
    line-height: 100%;
}

.lc-m-new-contact-item span {
    display: inline-block;
    /* font-weight: 700; */
    margin-bottom: 5px;
    color: #086AD8;
}

.lc-m-new-contact-item span {
    color: #444;
    line-height: 1.7;
    display: block;
}

/* Right */
.lc-m-new-right {
    padding: 45px;
}

.lc-m-new-form-group {
    margin-bottom: 25px;
}

.lc-m-new-form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #222;
}

.lc-m-new-form-group label span {
    color: #A30707;
}

/* Input */
.lc-m-new-input {
    position: relative;
}

.lc-m-new-input i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c96a8;
}

.lc-m-new-input input {
    width: 100%;
    height: 56px;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    padding: 0 18px 0 45px;
    outline: none;
    font-size: 15px;
    transition: 0.3s;
}

.lc-m-new-input input:focus {
    border-color: #0d6efd;
}

/* Textarea */
.lc-m-new-textarea {
    position: relative;
}

.lc-m-new-textarea i {
    position: absolute;
    left: 16px;
    top: 20px;
    color: #8c96a8;
}

.lc-m-new-textarea textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    padding: 18px 18px 18px 45px;
    resize: none;
    outline: none;
    font-size: 15px;
    transition: 0.3s;
}

.lc-m-new-textarea textarea:focus {
    border-color: #0d6efd;
}

/* Checkbox */
.lc-m-new-check {
    display: flex;
    align-items: flex-start;
    /* gap: 10px; */
    margin-top: 30px;
}

.lc-m-new-check input {
    margin-top: 5px;
}

.lc-m-new-check label {
    color: #444;
    line-height: 1.6;
}

.lc-m-new-check a {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}

/* Button */
.lc-m-new-btn {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 5px;
    background: #086AD8;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.lc-m-new-btn i {
    margin-right: 10px;
}

.lc-m-new-btn:hover {
    transform: translateY(-2px);
}

/* Hide default checkbox */
.lc-m-new-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    min-width: 20px;
    border: 2px solid #0d6efd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
}

/* Checked style */
.lc-m-new-check input[type="checkbox"]:checked {
    background: #0d6efd;
}

/* Check icon */
.lc-m-new-check input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 32%;
    top: 15%;
    transform: translate(-50%, -50%);
}

/* Responsive */
@media(max-width:991px) {

    .lc-m-new-left {
        padding: 30px 25px;
    }

    .lc-m-new-right {
        padding: 35px 25px;
    }

    .lc-m-new-left h2 {
        font-size: 40px;
    }
}

@media(max-width:767px) {

    .lc-m-new {
        padding: 50px 0;
    }

    .lc-m-new-left h2 {
        font-size: 32px;
    }

    .lc-m-new-left p {
        font-size: 16px;
    }

    .lc-m-new-right {
        padding: 30px 20px;
    }
}


/* After image */
.lc-m-new-icon::after {
    content: "";
    position: absolute;
    left: 97%;
    top: 45px;
    transform: translateX(-50%);
    width: 120px;
    height: 80px;
    background: url('/wp-content/uploads/2026/07/Vector.svg') no-repeat center;
    background-size: contain;
}



/* 18-05-2026 */


.nb-m-tech {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.nb-m-tech-wrapper {
    background: linear-gradient(to top,
            #002fa61c 0%,
            #ffffff 100%);
    border-radius: 18px;
    padding: 30px;
    border: 1px solid #e7edf7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}


.nb-m-tech-box {
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 14px;
    padding: 18px;
    height: 100%;
    transition: 0.3s ease;
}

.nb-m-tech-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.nb-m-tech-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #086AD8;
    margin-bottom: 18px;
}

.nb-m-tech-title i {
    font-size: 14px;
}

.nb-m-tech-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.nb-m-tech-item {
    text-align: center;
    min-width: 50px;
}

.nb-m-tech-item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-bottom: 6px;
}

.nb-m-tech-item span {
    display: block;
    font-size: 12px;
    color: #222;
    font-weight: 500;
}

/* Bottom Features */

.nb-m-bottom-features {
    /* margin-top: 25px; */
    /* padding-top: 22px; */
    padding: 20px;
    border: 1px solid #e8eef7;
    margin-top: 20px;
    background: #F4F7FE;
    border-radius: 10px;
    box-shadow: 0 7px 30px rgba(0, 47, 166, 0.10);
}

.nb-m-feature-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    height: 100%;
}

.nb-m-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: #112A4D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #086AD8;
    font-size: 20px;
}



.nb-m-feature-content p {
    font-size: 12px;
    color: #C0D1EB;
    line-height: 1.6;
    margin: 0;
}

@media(max-width:991px) {

    .nb-m-tech-wrapper {
        padding: 20px;
    }

    .nb-m-tech-box {
        margin-bottom: 20px;
    }

    .nb-m-bottom-features .col-lg-2 {
        margin-bottom: 20px;
    }
}

@media(max-width:575px) {

    .nb-m-tech {
        padding: 50px 0;
    }

    .nb-m-tech-icons {
        gap: 12px;
    }

    .nb-m-tech-item {
        min-width: 48px;
    }

    .nb-m-tech-item img {
        width: 28px;
        height: 28px;
    }

    /* .nb-m-feature-box {
        flex-direction: column;
    } */
}


.nb-m-bottom-features-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nb-m-feature-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1 1 180px;
}

.nb-m-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: rgba(8, 106, 216, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.nb-m-feature-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}



.nb-m-feature-content p {
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #666;
    margin: 0;
}

@media(max-width:767px) {

    .nb-m-feature-box {
        flex: 1 1 100%;
        align-items: start;
        text-align: start;
    }

}



/*==================================================
        PARTNER PAGE CUSTOM BANNER
        ==================================================*/

.partner-page-custom-banner {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.partner-page-custom-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(8, 106, 216, 0.08), transparent 40%),
        radial-gradient(circle at bottom right, rgba(2, 37, 80, 0.05), transparent 45%);
    z-index: 0;
}

.partner-page-custom-banner .partner-banner-top {
    position: relative;
    z-index: 1;
    padding: 40px 0 40px;
    background-image: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Banner-1-copy-2-scaled.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*========================
        LEFT CONTENT
        ========================*/

.partner-page-custom-banner .partner-logo {
    margin-bottom: 18px;
}

.partner-page-custom-banner .partner-logo img {
    max-width: 250px;
    width: 100%;
}

@media (max-width:600px) {
    .partner-page-custom-banner .partner-logo img {
        max-width: 180px;
    }
}

.partner-page-custom-banner .partner-title {
    font-size: 60px;
    line-height: 1.05;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.partner-page-custom-banner .partner-title span {
    display: block;
    color: var(--partner-blue);
}

.partner-page-custom-banner .partner-line {
    width: 180px;
    height: 4px;
    border-radius: 50px;
    background: var(--partner-blue);
    margin-bottom: 24px;
    position: relative;
}

.partner-page-custom-banner .partner-line::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #0b63d8;
    border-radius: 50%;
}

.partner-page-custom-banner .partner-desc {
    font-size: 25px;
    line-height: 37px;
    color: #111;
    max-width: 650px;
    margin-bottom: 0;
}

/*========================
        RIGHT FEATURES
        ========================*/

.partner-page-custom-banner .partner-feature-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partner-page-custom-banner .partner-feature-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    /* border-bottom: 1px solid rgba(8, 106, 216, 0.20); */
    padding-bottom: 30px;
}

.partner-page-custom-banner .partner-feature-item {
    text-align: center;
    padding: 0 14px;
    border-right: 1px solid rgba(8, 106, 216, 0.50);
}

.partner-page-custom-banner .partner-feature-item:last-child {
    border-right: none;
}

.partner-page-custom-banner .partner-feature-icon {
    width: 82px;
    height: 82px;
    border: 3px solid var(--partner-blue);
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.partner-page-custom-banner .partner-feature-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

@media(max-width:767px) {
    .partner-page-custom-banner .partner-feature-icon {
        width: 50px;
        height: 50px;
        border: 2px solid var(--partner-blue);
        border-radius: 50%;
        margin: 0 auto 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        flex-shrink: 0;
    }

    .partner-page-custom-banner .partner-feature-icon img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
}

.partner-page-custom-banner .partner-feature-title {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (max-width:600px) {
    .partner-page-custom-banner .partner-feature-title {
        font-size: 13px;
    }
}

.partner-page-custom-banner .partner-feature-text {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

@media(max-width:767px) {
    .partner-page-custom-banner .partner-feature-text {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
}

/*========================
        CENTER TEXT
        ========================*/

.partner-page-custom-banner .partner-middle-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding-top: 28px;
}

.partner-page-custom-banner .partner-middle-text::before,
.partner-page-custom-banner .partner-middle-text::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(8, 106, 216, 0.50);
}

.partner-page-custom-banner .partner-middle-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--partner-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.partner-page-custom-banner .partner-middle-heading {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    margin: 0;
}

.partner-page-custom-banner .partner-middle-heading span {
    color: var(--partner-blue);
}

/*========================
        BOTTOM BAR
        ========================*/

.partner-page-custom-banner .partner-bottom-bar {
    position: relative;
    background: var(--partner-dark-blue);
    overflow: hidden;
    padding: 30px 0px 30px;
}

@media (max-width:768px) {
    .partner-page-custom-banner .partner-bottom-bar {
        padding: 0px 0px 0px;
    }

    .partner-page-custom-banner .partner-middle-text {
        padding-top: 0px;
    }

}

.partner-page-custom-banner .partner-bottom-bar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    background: var(--partner-blue);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.partner-page-custom-banner .partner-bottom-inner {
    position: relative;
    z-index: 2;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*========================
        QUALITY ITEMS
        ========================*/

.partner-page-custom-banner .partner-quality-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.partner-page-custom-banner .partner-quality-item {
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 28px;
    /* border-right: 1px solid rgba(255, 255, 255, 0.20); */
    color: #fff;
    position: relative;
}

.partner-page-custom-banner .partner-quality-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 65px;
    background: #60ABFF;
}

.partner-page-custom-banner .partner-quality-item:first-child {
    /* padding-left: 0; */
}

.partner-page-custom-banner .partner-quality-item:last-child {
    border-right: none;
}

.partner-page-custom-banner .partner-quality-item img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

@media (max-width:768px) {
    .partner-page-custom-banner .partner-quality-item img {
        width: 25px;
        height: 25px;
    }
}

.partner-page-custom-banner .partner-quality-item span {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

@media (max-width:768px) {
    .partner-page-custom-banner .partner-quality-item span {
        font-size: 16px;
    }
}

@media (max-width:575px) {
    .partner-page-custom-banner .partner-quality-item span {
        font-size: 14px;
    }
}

/*========================
        CTA AREA
        ========================*/

.partner-page-custom-banner .partner-cta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    padding-left: 45px;
}

.partner-page-custom-banner .partner-cta-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: var(--partner-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

@media(max-width:767px) {
    .partner-page-custom-banner .partner-cta-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

.partner-page-custom-banner .partner-cta-text {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.partner-page-custom-banner .partner-cta-text strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

@media(max-width:767px) {
    .partner-page-custom-banner .partner-cta-text {
        font-size: 14px;
    }

    .partner-page-custom-banner .partner-cta-text strong {
        font-size: 14px;
    }
}

/*==================================================
        RESPONSIVE
        ==================================================*/

@media (max-width:1400px) {

    .partner-page-custom-banner .partner-title {
        font-size: 54px;
    }

    .partner-page-custom-banner .partner-desc {
        font-size: 24px;
    }

    .partner-page-custom-banner .partner-feature-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 35px;
    }

    .partner-page-custom-banner .partner-feature-item:nth-child(3) {
        border-right: none;
    }
}

@media (max-width:1199px) {

    .partner-page-custom-banner .partner-title {
        font-size: 48px;
    }

    .partner-page-custom-banner .partner-desc {
        font-size: 20px;
    }


    .partner-page-custom-banner .partner-quality-item {
        width: 25%;
        border: none;
        min-height: auto;
        padding: 18px 10px;
    }
}

@media (max-width:991px) {

    .partner-page-custom-banner .partner-banner-top {
        padding: 40px 0 30px;
    }

    .partner-page-custom-banner .partner-feature-wrap {
        margin-top: 50px;
    }

    .partner-page-custom-banner .partner-title {
        font-size: 42px;
    }

    .partner-page-custom-banner .partner-desc {
        font-size: 18px;
    }

    .partner-page-custom-banner .partner-middle-heading {
        white-space: normal;
        text-align: center;
    }

    .partner-page-custom-banner .partner-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }

    .partner-page-custom-banner .partner-bottom-bar::after {
        width: 100%;
        clip-path: none;
        opacity: 0.12;
    }

    .partner-page-custom-banner .partner-cta {
        padding-left: 0;
        padding-top: 25px;
    }
}

@media (max-width:767px) {

    .partner-page-custom-banner .partner-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 15px !important;
    }

    .partner-page-custom-banner .partner-feature-item {
        border-right: none;
        border-bottom: 1px solid rgba(8, 106, 216, 0.15);
        /* padding-bottom: 25px; */
        /* display: flex; */
        align-items: center;
        padding: 10px 0px;
        /* gap: 10px; */
    }

    .partner-page-custom-banner .partner-title {
        font-size: 34px;
    }

    .partner-page-custom-banner .partner-middle-text {
        flex-direction: column;
        gap: 14px;
    }

    .partner-page-custom-banner .partner-middle-text::before,
    .partner-page-custom-banner .partner-middle-text::after {
        display: none;
    }

    .partner-page-custom-banner .partner-quality-item {
        width: 33%;
        border: none;
        min-height: auto;
        padding: 10px 10px;
    }

    .partner-page-custom-banner .partner-feature-wrap {
        margin-top: 30px;
    }

    .partner-page-custom-banner .partner-quality-item:not(:last-child)::after {
        display: none;
    }
}

@media (max-width:575px) {

    .partner-page-custom-banner .partner-title {
        font-size: 28px;
    }

    .partner-page-custom-banner .partner-desc {
        font-size: 16px;
    }

    .partner-page-custom-banner .partner-feature-grid {
        grid-template-columns: 1fr;
    }

    .partner-page-custom-banner .partner-quality-item {
        width: 50%;
        padding-left: 0;
    }

    .partner-page-custom-banner .partner-middle-heading {
        font-size: 15px;
    }



    .partner-page-custom-banner .partner-cta {
        /* flex-direction: column; */
        /* align-items: flex-start; */
    }



}



.eager-section .image-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 200px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-306.png') no-repeat bottom center;
    background-size: contain;
    z-index: 3;
}


.nb-great-thing-26-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 40px;
    box-shadow: 2px 2px 20.9px 0px #00000026;

}

.nb-great-thing-26-content h2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
    max-width: 620px;
}

.nb-great-thing-26-content h2 span {
    display: block;
    color: #2d63e6;
}

.nb-great-thing-26-line {
    width: 170px;
    height: 4px;
    background: #2d63e6;
    border-radius: 50px;
    position: relative;
    margin-bottom: 15px;
}

.nb-great-thing-26-line::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #2d63e6;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.nb-great-thing-26-content p {
    font-size: 17px;
    line-height: 1.8;
    /* color: #7a7a7a; */
    max-width: 540px;
    margin-bottom: 30px;
}

.nb-great-thing-26-btns {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.nb-great-thing-26-btn {
    min-width: 190px;
    height: 58px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nb-great-thing-26-btn.primary-btn {
    background: #086AD8;
    color: #fff;
}

.nb-great-thing-26-btn.primary-btn:hover {
    background: #0558b6;
    color: #fff;
}

.nb-great-thing-26-btn.secondary-btn {
    border: 2px solid #086AD8;
    color: #086AD8;
    background: #fff;
}

.nb-great-thing-26-btn.secondary-btn:hover {
    background: #086AD8;
    color: #fff;
}

.nb-great-thing-26-image {
    height: 100%;
}

.nb-great-thing-26-image img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .nb-great-thing-26-wrapper {
        padding: 30px;
    }

    .nb-great-thing-26-content h2 {
        font-size: 40px;
    }

    .nb-great-thing-26-image img {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .nb-great-thing-26 {
        padding: 40px 0;
    }

    .nb-great-thing-26-wrapper {
        padding: 25px 20px;
    }

    .nb-great-thing-26-content h2 {
        font-size: 32px;
    }

    .nb-great-thing-26-content p {
        font-size: 15px;
    }

    .nb-great-thing-26-btn {
        width: 100%;
        min-width: 100%;
    }

    .nb-great-thing-26-image img {
        min-height: 220px;
    }
}




/* ====================================
           JOB ACHIVE NB 26
        ==================================== */

.job-achive-nb-26 {
    position: relative;
    overflow: hidden;
    background:
        url("/wp-content/themes/notebrains-child-theme/theme-assets/images/b4a2c9019b3e421a8c11bd722fcc832cfde38931.png") no-repeat center center/cover;
    /* min-height: 560px; */
    z-index: 1;
    /* padding: 40px 0px; */
}




/* .job-achive-nb-26::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 220px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Group-293.png') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
} */



/* LEFT SIDE IMAGE */

.job-achive-nb-26 .job-achive-left {
    position: relative;
    /* min-height: 560px; */
    overflow: hidden;
}

.job-achive-nb-26 .job-achive-left img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
}


.job-achive-nb-26 .job-achive-content {
    position: relative;
    /* padding: 70px 60px 130px; */
    z-index: 2;
    padding: 20px 30px;
}

@media (max-width:991px) {
    .job-achive-nb-26 .job-achive-content {
        padding: 20px 10px;
    }
}

.job-achive-nb-26 .job-achive-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
}

.job-achive-nb-26 .job-achive-title span {
    color: #086AD8;
    display: block;
}

/* LINE */

.job-achive-nb-26 .job-achive-line {
    width: 186px;
    height: 3px;
    background: #086AD8;
    margin: 15px 0;
    position: relative;
}

.job-achive-nb-26 .job-achive-line::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 11px;
    height: 11px;
    background: #086AD8;
    border-radius: 50%;
}

/* TEXT */

.job-achive-nb-26 .job-achive-text {
    font-size: 25px !important;
    font-weight: 500;
    line-height: 35px !important;
    color: #000;
    max-width: 750px;
}

@media (max-width:991px) {
    .job-achive-nb-26 .job-achive-text {
        font-size: 18px !important;
        line-height: 25px !important;
    }
}

/* FEATURE AREA */

.job-achive-nb-26 .job-achive-features {
    margin-top: 45px;
}

.job-achive-nb-26 .job-achive-feature-box {
    text-align: center;
    position: relative;
}

.job-achive-nb-26 .job-achive-feature-box::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 1px;
    height: 110px;
    background: #086ad8bd;
}

.job-achive-nb-26 .job-achive-features .col-md-3:last-child .job-achive-feature-box::after {
    display: none;
}

.job-achive-nb-26 .job-achive-feature-icon {
    width: 58px;
    height: 58px;
    background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 20px;
}

.job-achive-nb-26 .job-achive-feature-box .inner-heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.job-achive-nb-26 .job-achive-feature-box p {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin: 0;
    max-width: 130px;
    font-weight: 500;
}

/* RESPONSIVE */

@media (max-width: 1199px) {

    .job-achive-nb-26 .job-achive-title {
        font-size: 48px;
    }

    .job-achive-nb-26 .job-achive-content {
        padding: 60px 40px 60px;
    }

    .job-achive-left img {
        max-height: 400px;
    }
}

@media (max-width: 991px) {

    .job-achive-nb-26 .job-achive-left {
        /* min-height: 350px; */
    }

    .job-achive-nb-26 .job-achive-left::after {
        display: none;
    }

    /* .job-achive-nb-26::after {
        width: 75%;
    } */

    .job-achive-nb-26 .job-achive-content {
        padding: 50px 30px 50px;
    }

    .job-achive-nb-26 .job-achive-title {
        font-size: 42px;
    }
}


.job-achive-nb-26 .job-achive-features {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0px;
}

/* .job-achive-nb-26 .job-achive-feature-item {
            flex: 1 1 220px;
            position: relative;
        } */

.job-achive-nb-26 .job-achive-feature-box {
    text-align: center;
    height: 100%;
    position: relative;
    /* padding-right: 20px; */
    color: #000;
}

.job-achive-nb-26 .job-achive-feature-box::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    width: 1px;
    height: 70%;
    background: #cbd8f0;
}

.job-achive-nb-26 .job-achive-feature-item:last-child .job-achive-feature-box::after {
    display: none;
}

@media (max-width: 767px) {

    .job-achive-nb-26 .job-achive-features {
        gap: 20px;
        justify-content: center;
    }

    .job-achive-nb-26 .job-achive-feature-item {
        flex: 1 1 calc(10% - 20px);
        min-width: 130px;
    }

    .job-achive-nb-26 .job-achive-feature-box::after {
        display: none;
    }

    .job-achive-nb-26 .job-achive-feature-box p {
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {

    .job-achive-nb-26 .job-achive-content {
        text-align: center;
        padding: 40px 20px 40px;
    }

    .job-achive-nb-26 .job-achive-title {
        font-size: 34px;
    }

    .job-achive-nb-26 .job-achive-line {
        margin: 10px auto;
    }

    .job-achive-nb-26 .job-achive-text {
        font-size: 16px;
    }

    .job-achive-nb-26 .job-achive-feature-box {
        margin-bottom: 25px;
    }

    .job-achive-nb-26 .job-achive-feature-box::after {
        display: none;
    }



    /* .job-achive-nb-26::after {
        width: 100%;
        height: 180px;
    } */
}


.team-today-nb-26 .team-today-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

/* CARD */

.team-today-nb-26 .team-today-card {
    position: relative;
    flex: 1 1 calc(25% - 24px);
    min-width: 250px;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
}

.team-today-nb-26 .team-today-card:hover {
    transform: translateY(-5px);
}

/* CARD COLORS */

.team-today-nb-26 .team-today-card.card-orange {
    background: #ece5db;
}

.team-today-nb-26 .team-today-card.card-blue {
    background: #dfe6f1;
}

.team-today-nb-26 .team-today-card.card-green {
    background: #dceee7;
}

.team-today-nb-26 .team-today-card.card-pink {
    background: #f3e1e3;
}

/* TOP AREA */

.team-today-nb-26 .team-today-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

/* ICON */

.team-today-nb-26 .team-today-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-today-nb-26 .card-orange .team-today-icon {
    background: #ff7a00;
}

.team-today-nb-26 .card-blue .team-today-icon {
    background: #3c82f6;
}

.team-today-nb-26 .card-green .team-today-icon {
    background: #10b981;
}

.team-today-nb-26 .card-pink .team-today-icon {
    background: #ff4f6d;
}

/* SMALL NUMBER */

.team-today-nb-26 .team-today-count {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
}

.team-today-nb-26 .card-orange .team-today-count {
    background: #ffd5ad;
    color: #ff7a00;
}

.team-today-nb-26 .card-blue .team-today-count {
    background: #c8dafc;
    color: #3c82f6;
}

.team-today-nb-26 .card-green .team-today-count {
    background: #b9f0d9;
    color: #10b981;
}

.team-today-nb-26 .card-pink .team-today-count {
    background: #ffc9d2;
    color: #ff4f6d;
}

/* CONTENT */

.team-today-nb-26 .team-today-content {
    position: relative;
    z-index: 2;
}

.team-today-nb-26 .team-today-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 14px;
}

/* LINE */

.team-today-nb-26 .team-today-line {
    width: 36px;
    height: 3px;
    margin-bottom: 16px;
}

.team-today-nb-26 .card-orange .team-today-line {
    background: #ff7a00;
}

.team-today-nb-26 .card-blue .team-today-line {
    background: #3c82f6;
}

.team-today-nb-26 .card-green .team-today-line {
    background: #10b981;
}

.team-today-nb-26 .card-pink .team-today-line {
    background: #ff4f6d;
}

/* TEXT */

.team-today-nb-26 .team-today-text {
    font-size: 17px;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 0;
}

/* BIG BG NUMBER */

.team-today-nb-26 .team-today-bg-number {
    position: absolute;
    right: 15px;
    bottom: -15px;
    font-size: 90px;
    font-weight: 800;
    opacity: 0.08;
    line-height: 1;
    z-index: 1;
}

.team-today-nb-26 .card-orange .team-today-bg-number {
    color: #ff7a00;
}

.team-today-nb-26 .card-blue .team-today-bg-number {
    color: #3c82f6;
}

.team-today-nb-26 .card-green .team-today-bg-number {
    color: #10b981;
}

.team-today-nb-26 .card-pink .team-today-bg-number {
    color: #ff4f6d;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .team-today-nb-26 .team-today-card {
        flex: 1 1 calc(50% - 24px);
    }
}

@media (max-width: 767px) {

    /* .team-today-nb-26 {
        padding: 60px 0;
    } */

    .team-today-nb-26 .team-today-wrapper {
        gap: 20px;
    }

    .team-today-nb-26 .team-today-card {
        flex: 1 1 100%;
        min-width: 100%;
        padding: 22px;
    }

    .team-today-nb-26 .team-today-title {
        font-size: 22px;
    }

    .team-today-nb-26 .team-today-text {
        font-size: 16px;
    }

    .team-today-nb-26 .team-today-bg-number {
        font-size: 80px;
    }
}




.nb-26-digital-soln {
    max-width: 900px;
    margin: auto;
}

.nb-26-card-wrapper {
    text-align: center;
    position: relative;
}

.nb-26-top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    justify-content: center;
}

.nb-26-number {
    font-size: 48px;
    font-weight: 700;
    color: #086AD8;
    line-height: 1;
}

.nb-26-stage {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
}

.nb-26-top h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}



.nb-26-card img {
    /* width: 100%; */
    border-radius: 8px;
    min-height: 200px;
    max-height: 300px;
}

.nb-26-text {
    margin-top: 13px;
    color: #666;
    font-size: 12px;
    line-height: 1.6;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.nb-26-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1f5fff;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
}


@media (max-width:991px) {
    .nb-26-number {
        font-size: 55px;
    }

    .nb-26-top h4 {
        font-size: 22px;
    }

    .nb-26-card-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width:576px) {
    .nb-26-number {
        font-size: 42px;
    }

    .nb-26-top {
        flex-direction: column;
        align-items: center;
    }

    .nb-26-top h4 {
        font-size: 20px;
    }
}

.service-custom-banner {
    position: relative;
    padding: 40px 0px;
}

@media (max-width:767px) {
    .service-custom-banner {
        padding: 20px 0px;
    }
}

/* .service-custom-banner::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 76px;
    height: 70px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Frame-671.png') no-repeat right bottom;
    background-size: contain;
    z-index: 1;
} */




.nb-process-header {
    max-width: 900px;
    margin: auto;
    padding-bottom: 20px;
}

.nb-process-flow-section .nb-process-flow-wrap {
    position: relative;
    background-image: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/e715fe3e52236bf91aaab9b5a1cb2a7d2334c442.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
    padding: 30px 0;
}


@media (min-width:768px) {
    .nb-process-flow-section .nb-process-flow-wrap::after {
        content: "";
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 76px;
        height: 70px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Frame-657.png') no-repeat right bottom;
        background-size: contain;
        z-index: 1;
    }
}



.nb-process-wrapper {
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding: 0px 10px;

}

/* MAIN IMAGE */
.nb-process-wrapper>img {
    width: 100%;
    display: block;
    padding-left: 6px;
}

/* TOP CONTENT */
.nb-top-row {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    padding: 0 45px;
}

/* BOTTOM CONTENT */
.nb-bottom-row {
    position: absolute;
    top: 547px;
    left: 0;
    width: 100%;
    /* padding: 0 180px; */
    gap: 40px;
}


@media(max-width:1399px) {
    .nb-bottom-row {
        bottom: -15px;
    }

    .nb-top-row {
        top: 98px;
    }
}


.nb-process-item {
    position: relative;
}

.nb-process-content {
    max-width: 230px;
}

.nb-process-content .inner-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    /* margin-bottom: 14px; */
    color: #081120;
}

.nb-process-content .first-number,
.nb-process-content .second-number,
.nb-process-content .third-number,
.nb-process-content .fourth-number,
.nb-process-content .fifth-number,
.nb-process-content .sixth-number,
.nb-process-content .seventh-number,
.nb-process-content .eighth-number,
.nb-process-content .nineth-number {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
}

.nb-process-content .first-number {
    color: #3B82F6;
}

.nb-process-content .second-number {
    color: #FE860C;
}

.nb-process-content .third-number {
    color: #8859F5;
}

.nb-process-content .fourth-number {
    color: #028A93;
}

.nb-process-content .fifth-number {
    color: #3B82F6;
}

.nb-process-content .sixth-number {
    color: #8857F5;
}

.nb-process-content .seventh-number {
    color: #FD3268;
}

.nb-process-content .eighth-number {
    color: #FD840B;
}

.nb-process-content .nineth-number {
    color: #028A93;
}




.nb-process-content p {
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    margin: 0;
    text-align: left;
    margin-top: 10px;
}

/* INDIVIDUAL POSITION FIX */
/* .nb-top-row .col-lg-2:nth-child(1) {
    margin-top: 40px;
} */

/* .nb-top-row .col-lg-2:nth-child(2) {
    margin-top: 55px;
} */

.nb-top-row .col-lg-2:nth-child(2) .first-number,
.nb-bottom-row .col-lg-2:nth-child(2) .first-number {
    color: #c1680d;
}

/* .nb-top-row .col-lg-2:nth-child(3) {
    margin-top: 45px;
} */

.nb-top-row .col-lg-2:nth-child(3) .first-number,
.nb-bottom-row .col-lg-2:nth-child(4) .first-number {
    color: #8859F5;
}

/* 
.nb-top-row .col-lg-2:nth-child(4) {
    margin-top: 55px;
} */

.nb-top-row .col-lg-2:nth-child(4) .first-number,
.nb-bottom-row .col-lg-2:nth-child(1) .first-number {
    color: #028A93;
}

/* .nb-top-row .col-lg-2:nth-child(5) {
    margin-top: 40px;
} */

.nb-top-row .col-lg-2:nth-child(5) .first-number {
    color: #3B82F6;
}

.nb-bottom-row .col-lg-2:nth-child(3) .first-number {
    color: #FD3268;
}

/* ===============================
   BELOW 1200 RESPONSIVE FIX
================================= */

@media (max-width: 1199px) {

    .nb-process-flow-section {
        padding: 60px 0;
    }

    .nb-process-wrapper {
        padding: 0;
        overflow: visible;
    }

    .nb-process-wrapper>img {
        display: none;
    }

    /* RESET ABSOLUTE */
    .nb-top-row,
    .nb-bottom-row {
        position: static;
        width: 100%;
        padding: 0;
        margin: 0;
        gap: 0;
    }

    /* NEW MOBILE/TABLET STRUCTURE */
    .nb-top-row,
    .nb-bottom-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nb-top-row .col-lg-2,
    .nb-bottom-row .col-lg-2 {
        width: 33.333%;
        max-width: 33.333%;
        flex: 0 0 33.333%;
        margin-top: 0 !important;
    }

    .nb-process-item {
        height: 100%;
        padding: 15px;
    }

    .nb-process-content {
        max-width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 16px;
        padding: 24px 18px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }

    .nb-process-content .inner-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .nb-process-content p {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
    }
}

/* ===============================
   TABLET
================================= */

@media (max-width: 991px) {

    .nb-top-row .col-lg-2,
    .nb-bottom-row .col-lg-2 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .nb-process-content {
        min-height: 100%;
    }

    .nb-process-content .inner-heading {
        font-size: 18px;
        line-height: 24px;
    }
}

/* ===============================
   MOBILE
================================= */

@media (max-width: 575px) {

    .nb-process-flow-section {
        padding: 40px 0;
    }

    .nb-top-row .col-lg-2,
    .nb-bottom-row .col-lg-2 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .nb-process-item {
        padding: 10px 0;
    }

    .nb-process-content {
        padding: 22px 18px;
    }

    .nb-process-content .inner-heading {
        font-size: 17px;
        line-height: 22px;
    }

    .nb-process-content p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
    }

    .nb-process-content .first-number,
    .nb-process-content .second-number,
    .nb-process-content .third-number,
    .nb-process-content .fourth-number,
    .nb-process-content .fifth-number,
    .nb-process-content .sixth-number,
    .nb-process-content .seventh-number,
    .nb-process-content .eighth-number,
    .nb-process-content .nineth-number {
        font-size: 28px;
    }
}



.nb-26-for-our-projrcts-row {
    margin-bottom: 40px;
}

.nb-26-for-our-projrcts-card {
    background: #0c224a;
    border-radius: 12px;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
}

.nb-26-for-our-projrcts-card-content {
    width: 50%;
    padding-right: 20px;
    z-index: 2;
}

.nb-26-for-our-projrcts-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 24px;
}

.nb-26-for-our-projrcts-tag img {
    width: 16px;
}

.nb-26-for-our-projrcts-card .inner-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.nb-26-for-our-projrcts-card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 0;
}

.nb-26-for-our-projrcts-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nb-26-for-our-projrcts-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
}



.nb-26-for-our-projrcts-content-box {
    padding-left: 25px;
}

.nb-26-for-our-projrcts-content-box .inner-heading {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.nb-26-for-our-projrcts-content-box .inner-heading {
    font-size: 22px;
    font-weight: 700;
    color: #0B2347;
    margin-bottom: 20px;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.nb-26-for-our-projrcts-content-box .inner-heading::before {
    content: "";
    background-color: #0d6efd;
    border: 6px solid #EAF0FC;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-top: 5px;
}

.nb-26-for-our-projrcts-content-box p {
    color: #6c757d;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.nb-26-for-our-projrcts-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    border: 1px solid #ebebeb;
}

.nb-26-for-our-projrcts-info-title {
    color: #0d6efd;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.nb-26-for-our-projrcts-impact-wrap {
    display: flex;
    /* justify-content: space-between; */
    gap: 25px;
    flex-wrap: wrap;
}

.nb-26-for-our-projrcts-impact-item {
    /* flex: 1; */
    text-align: center;
    position: relative;
}

@media(min-width:1400px) {
    .nb-26-for-our-projrcts-impact-item {
        flex: 1;
        /* min-width: 20%; */
    }
}

.nb-26-for-our-projrcts-impact-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 10px;
    width: 1px;
    height: 55px;
    background: #60ABFF;
}

.nb-26-for-our-projrcts-impact-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
}

.nb-26-for-our-projrcts-impact-icon img {
    width: 14px;
}

.nb-26-for-our-projrcts-impact-item .count-heading {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.nb-26-for-our-projrcts-impact-item span {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    display: block;
    line-height: 15px;
}

.nb-26-for-our-projrcts-tech-wrap {
    display: flex;
    /* justify-content: space-between; */
    gap: 30px;
    flex-wrap: wrap;
}

.nb-26-for-our-projrcts-tech-item {
    text-align: center;
    /* flex: 1; */
    /* min-width: 90px; */
}

.nb-26-for-our-projrcts-tech-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #D9ECFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0px 4px 5.7px 0px #0000001A;
}

.nb-26-for-our-projrcts-tech-icon img {
    width: 24px;
}

.nb-26-for-our-projrcts-tech-item span {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

@media (max-width: 1199px) {

    .nb-26-for-our-projrcts-card,
    .nb-26-for-our-projrcts-content-box {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {

    .nb-26-for-our-projrcts-card {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .nb-26-for-our-projrcts-card-content,
    .nb-26-for-our-projrcts-image {
        width: 100%;
    }

    .nb-26-for-our-projrcts-card-content {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .nb-26-for-our-projrcts-image-small {
        width: 140px !important;
        right: 0;
        bottom: -15px;
    }

    .nb-26-for-our-projrcts-content-box {
        padding-left: 0;
    }

    .nb-26-for-our-projrcts-heading {
        font-size: 34px;
    }

    .nb-26-for-our-projrcts-content-box h4 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    /* .nb-26-for-our-projrcts {
        padding: 60px 0;
    } */

    .nb-26-for-our-projrcts-heading {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .nb-26-for-our-projrcts-card {
        min-height: auto;
        padding: 25px;
    }

    .nb-26-for-our-projrcts-card .inner-heading {
        font-size: 26px;
    }

    .nb-26-for-our-projrcts-impact-item {
        /* min-width: calc(45% - 10px); */
        width: auto;
    }

    .nb-26-for-our-projrcts-impact-item::after {
        display: none;
    }

    .nb-26-for-our-projrcts-tech-item {
        /* min-width: calc(30.33% - 10px); */
        width: auto;
    }

    .nb-26-for-our-projrcts-impact-item .count-heading {
        font-size: 24px;
    }

    .nb-26-for-our-projrcts-content-box .inner-heading {
        font-size: 22px;
    }
}

.nb-26-for-our-projrcts-row:last-child {
    margin-bottom: 0;
}

.nb-26-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.nb-26-pagination {
    gap: 14px;
    margin: 25px 0px 0px 0px !important;
}

.nb-26-pagination li {
    margin-bottom: 0px;
}

.nb-26-page-link {
    width: 35px;
    height: 35px;
    border-radius: 5px !important;
    border: none;
    background: #3B82F6;
    color: #fff;
    font-size: 25px;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    box-shadow: none !important;
    padding-bottom: 11px;
}

.nb-26-page-link:hover {
    background: #2563eb;
    color: #fff;
}












/* Tabs */
.nb-26-tech-stack-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 40px;
}

.nb-26-tech-stack-tab-btn {
    border: 1px solid #E5E7EB;
    background: #fff;
    border-radius: 33554400px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #6B7280;
    transition: all 0.3s ease;

    display: flex;
    align-items: center;
    gap: 8px;
}




.nb-26-tech-stack-tab-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.nb-26-tech-stack-tab-btn.active {
    background: #0052FF;
    color: #fff;
    border-color: #0052FF;
}

/* Grid */
.nb-26-tech-stack-grid {
    /* display: grid;
    grid-template-columns: repeat(8, 1fr); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

/* Card */
.nb-26-tech-stack-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #e9e9e9;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);

    /* cursor: pointer; */
    text-decoration: none;
    display: block;
    width: 130px;
    height: auto;
}

.nb-26-tech-stack-card:hover {
    transform: translateY(-5px);
    border-color: #0052FF;
    box-shadow: 0 10px 25px rgba(0, 82, 255, 0.15);
}

.nb-26-tech-stack-card img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 14px;
}

.nb-26-tech-stack-card .inner-heading {
    /* display: inline-block; */
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 110%;
}

/* Hide */
.nb-26-tech-stack-card.hide {
    display: none;
}

/* Responsive */
@media (max-width: 1199px) {
    /* .nb-26-tech-stack-grid {
        grid-template-columns: repeat(6, 1fr);
    } */
}

@media (max-width: 991px) {
    /* .nb-26-tech-stack-grid {
        grid-template-columns: repeat(4, 1fr);
    } */
}

@media (max-width: 767px) {

    .nb-26-tech-stack-use {
        padding: 60px 0;
    }

    .nb-26-tech-stack-grid {
        /* grid-template-columns: repeat(3, 1fr); */
        gap: 14px;
    }

    .nb-26-tech-stack-tab-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {

    /* .nb-26-tech-stack-grid {
        grid-template-columns: repeat(2, 1fr);
    } */

    .nb-26-tech-stack-card {
        padding: 18px 10px;
    }

    .nb-26-tech-stack-card img {
        width: 36px;
        height: 36px;
    }

    .nb-26-tech-stack-card .inner-heading {
        font-size: 13px;
    }
}










.nb-26-commitment-container {
    position: relative;
    z-index: 3;
    background: url('/wp-content/uploads/2026/06/Your-Journey-Banner-Background-1-scaled.webp') center center/cover no-repeat;
    padding: 50px 40px;
    border-radius: 12px;
}

@media(max-width:600px) {
    .nb-26-commitment-container {
        padding: 30px 20px;
    }
}

.nb-26-commitment-container::after {
    content: "";
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Frame-657.png') no-repeat center/contain;
    /* opacity: 0.95; */
    z-index: 5;
}


@media(max-width:768px) {
    .nb-26-commitment-container::after {
        content: "";
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 70px;
        height: 70px;
        background: url('/wp-content/themes/notebrains-child-theme/theme-assets/images/Frame-657.png') no-repeat center/contain;
        /* opacity: 0.95; */
        z-index: 5;
    }
}

/* LEFT IMAGE */




/* CONTENT */

.nb-26-commitment-heading {
    text-align: center;
    margin-bottom: 15px;
}

.nb-26-commitment-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.2;
}


.nb-26-commitment-heading p {
    color: #000000;
    font-size: 16px;
    /* margin-top: 20px; */
    font-weight: 500;
}

/* SVG CURVE */

.nb-26-commitment-path {
    position: relative;
    margin-top: 55px;
}

.nb-26-commitment-svg {
    position: absolute;
    top: 27px;
    left: 76px;
    width: 80%;
    z-index: 1;
}

.nb-26-commitment-svg path {
    stroke: #0b66d4;
    stroke-width: 2.5;
    fill: none;
    stroke-dasharray: 7 7;
}

/* ICONS */

.nb-26-commitment-icons {
    position: relative;
    z-index: 3;
}

.nb-26-commitment-icon-box {
    text-align: center;
    position: relative;
}

.nb-26-commitment-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0868D7 0%, #0032BC 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0 10px 25px rgba(11, 102, 212, 0.25);
}

.nb-26-commitment-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* CARDS */

.nb-26-commitment-card {
    background: #FFFFFF;

    border-radius: 12px;
    padding: 19px 13px;
    margin-top: 28px;
    min-height: 110px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
    border: 1px solid #E8E8E8
}

.nb-26-commitment-card:hover {
    transform: translateY(-5px);
}

.nb-26-commitment-card .heading-content {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #111;
}

.nb-26-commitment-card .heading-content span {
    color: #0b66d4;
}

.nb-26-commitment-card p {
    margin: 0;
    color: #000000;
    line-height: 22px;
    font-size: 14px;
}

/* BUTTON */

.nb-26-commitment-btn-wrap {
    text-align: center;
    margin-top: 45px;
}

.nb-26-commitment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0b66d4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 42px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.nb-26-commitment-btn:hover {
    background: #004fb1;
    color: #fff;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
    .nb-26-commitment-heading h2 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {

    .nb-26-commitment-left {
        display: none;
    }

    .nb-26-commitment-heading h2 {
        font-size: 34px;
    }

    .nb-26-commitment-card {
        min-height: auto;
    }

    .nb-26-commitment-svg {
        display: none;
    }

    .nb-26-commitment-icons .col-lg-3 {
        margin-bottom: 30px;
    }

    .nb-26-commitment-section::after {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 576px) {
    .nb-26-commitment-icons .col-lg-3 {
        margin-bottom: 10px;
    }

    .nb-26-commitment-section {
        padding: 60px 0 80px;
    }

    .nb-26-commitment-heading h2 {
        font-size: 28px;
    }

    .nb-26-commitment-heading p {
        font-size: 15px;
    }

    .nb-26-commitment-icon {
        width: 62px;
        height: 62px;
    }

    .nb-26-commitment-card {
        padding: 22px 18px;
    }

    .nb-26-commitment-card .heading-content {
        font-size: 20px;
    }

    .nb-26-commitment-btn {
        width: 100%;
    }
}

.nb-26-commitment-path-line {
    width: 180px;
    height: 4px;
    background: #086AD8;
    border-radius: 50px;
    margin-bottom: 10px;
    position: relative;
}

.nb-26-commitment-path-line::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 11px;
    height: 11px;
    background: #086AD8;
    border-radius: 50%;
}

.offcanvas-navigation li a span {
    margin-left: 12px
}




@media (min-width:991px) and (max-width:1199px) {
    .content_block_11 .content-box {
        padding: 25px;
    }

    .content_block_11 .content-box .text p {
        color: #fff;
        font-size: 15px;
    }

    .content_block_11 .content-box .sec-title {
        margin-bottom: 16px !important;
    }


}


@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: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}


@media(min-width:1200px) and (max-width:1600px) {
    .all-banner h1 {
        font-size: 42px;
        font-weight: 700;
        color: #000;
        margin-bottom: 10px;
        line-height: 110%;

    }

    .custom-blue-line {
        position: relative;
        width: 161px;
        height: 3px;
        background: #086AD8;
        border-radius: 50px;
    }

    .all-banner>p:first-of-type {
        /* max-width: 85%; */
        font-size: 16px !important;
        font-weight: 500;
        line-height: 20px !important;
        color: #000;
    }

    .about-icon-box .icon-wrap i {
        color: #fff;
        font-size: 16px;
    }

    .about-icon-box .icon-wrap {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
    }

    .about-icon-box h6 {
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
        color: #000;
        font-weight: 600;
    }

    .about-icon-box .banner-icon-heading {
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
        color: #000;
        font-weight: 600;
    }

    .about-btn {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0em;
        line-height: 43px;
        height: 45px;
        /* line-height: normal; */
    }

    /* .about-row .image-content img {
        min-height: 300px;
    } */


    .custom-banner-height {
        height: 420px !important;
        overflow: hidden;
    }



    .about-icon-box span,
    .about-icon-box a {
        font-size: 12px;
    }
}

@media(max-width:1200px) {

    .about-row .image-content img {
        max-height: 350px;
    }

}

/* @media (max-width:1600px) {
    .about-icon-box .banner-icon-heading {
        font-size: 18px;
    }

} */


input[type=checkbox]:after {
    border: none;
}


#nb-projects-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section-header h4 {
    font-weight: 700;
}


.nb-process-mobile-card {
    position: relative;
    height: 100%;
    padding: 30px 24px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eaeaea;
    overflow: hidden;
    transition: 0.3s ease;
}

.nb-process-mobile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.nb-process-mobile-number {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #086AD8;
    margin-bottom: 20px;
}

.nb-process-mobile-content .inner-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #111;
}

.nb-process-mobile-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

@media (max-width: 767px) {

    .nb-process-mobile-card {
        padding: 24px 20px;
    }

    .nb-process-mobile-number {
        font-size: 32px;
    }

    .nb-process-mobile-content .inner-heading {
        font-size: 20px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .Indiviudal-service-expert-wrapper {
        flex-direction: column;
        gap: 20px
    }
}



@media (min-width:1200px) {
    .custom-banner-img img {
        /* height: 450px; */
        height: calc(100vw * 0.28);
    }

    .custom-banner-height {
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .job-achive-nb-26 .job-achive-left img {
        height: 100%;
    }

    .job-achive-container {
        height: 600px;
    }
}



.contact-banner-tagline {
    font-size: 35px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 20px;
}

nav-bar .nb-26-work-list-two li.active a {
    color: #0d6efd;
    transform: translateX(5px);
}

.lc-m-new-contact a,
.lc-m-new-contact span {
    font-size: 16px;
    /* line-height: 1.5px */
}

.ht-image img {
    max-width: 150px;
}



@media(min-width:1200px) and (max-width:1600px) {
    .job-achive-nb-26 .job-achive-title {
        font-size: 45px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0;
        line-height: 110%;

    }

    .job-achive-nb-26 .job-achive-text {
        /* max-width: 85%; */
        font-size: 16px !important;
        font-weight: 500;
        line-height: 20px !important;
        color: #000;
    }

    .job-achive-nb-26 .job-achive-line {
        width: 165px;
        height: 3px;
        background: #086AD8;
        margin: 10px 0;
        position: relative;
    }

    .job-achive-nb-26 .job-achive-feature-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .job-achive-nb-26 .job-achive-feature-box .inner-heading {
        font-size: 12px;

    }

    .job-achive-nb-26 .job-achive-feature-box p {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    .job-achive-nb-26 .job-achive-features {
        margin: 15px 0px;
    }

    .job-achive-container {
        height: 420px !important;
    }

    .about-banner-content {
        padding-left: 2%;
    }


}


@media(min-width:1200px) and (max-width:1600px) {
    .contact-banner-tagline {
        font-size: 22px;
        font-weight: 700;
        line-height: 23px;
        margin-bottom: 10px;
    }
}





.nb-26-custom-nav-bar .nb-26-work-list li.active a,
.nb-26-custom-nav-bar .nb-26-work-list-two li.active a {
    color: #0d6efd;
}


.growth-sec-icon {
    max-width: 50px;
}


.custom-blue-line-wrapper {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .custom-blue-line-wrapper {
        justify-content: flex-start;
    }
}


/* Default (non-active button) */
.nb-26-tech-stack-tab-btn .tech-stack-active {
    display: none;
}

.nb-26-tech-stack-tab-btn .tech-stack-non-active {
    display: inline-block;
}

/* Active button */
.nb-26-tech-stack-tab-btn.active .tech-stack-active {
    display: inline-block;
}

.nb-26-tech-stack-tab-btn.active .tech-stack-non-active {
    display: none;
}



/* Cards */
.our-mv-m-new-mobile .mv-card {
    background: #fff;
    border: 1px solid #C7C7C74D;
    border-radius: 12px;
    padding: 18px 10px;
    margin-bottom: 12px;
    box-shadow: 0px 4px 4.7px 0px #0000000D;
}

.our-mv-m-new-mobile .mv-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0D63D8;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    /* margin-bottom: 12px; */
}

.our-mv-m-new-mobile .mv-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0D63D8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.our-mv-m-new-mobile .mv-icon img {
    width: 15px;
    height: 15px;
}


.our-mv-m-new-mobile .mv-content p {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.65;
}

.our-mv-m-new-mobile .mv-image {
    max-height: 120px;
    object-fit: contain;
}

/* Bottom Features */

@media (max-width: 575px) {
    .our-mv-m-new-mobile .mv-title {
        font-size: 24px;
    }

    .our-mv-m-new-mobile .mv-content {
        padding-left: 10px;
    }

    .our-mv-m-new-mobile .mv-content p {
        font-size: 12px;
    }

    .our-mv-m-new-mobile .feature-item h6 {
        font-size: 10px;
    }
}


@media (max-width: 767.98px) {

    .our-mv-m-new-features-mobile {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .our-mv-m-new-features-mobile .our-mv-m-new-feature-item {
        flex: 1;
        text-align: center;
        position: relative;
        padding: 0 10px;
    }

    .our-mv-m-new-features-mobile .our-mv-m-new-feature-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15%;
        width: 1px;
        height: 70%;
        background: #D9D9D9;
    }

    .our-mv-m-new-features-mobile .our-mv-m-new-small-icon {
        width: 52px;
        height: 52px;
        background: #005ED9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px;
    }

    .our-mv-m-new-features-mobile .our-mv-m-new-small-icon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .our-mv-m-new-features-mobile .our-mv-m-new-feature-item .icon-heading {
        margin: 0;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.4;
        color: #222;
    }

    .our-mv-m-new-features-mobile .our-mv-m-new-feature-item span {
        display: inline-flex;
        margin: 0;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.4;
        color: #222;
    }

}





.industry-and-tech-mobile-design .industry-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 12px;
    text-align: center;
    height: 100%;
    min-height: 140px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    border: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.industry-and-tech-mobile-design .industry-icon {
    margin-bottom: 10px;
}

.industry-and-tech-mobile-design .industry-icon i {
    font-size: 26px;
    color: #086AD8;
}

.industry-and-tech-mobile-design .industry-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.2;
}

.industry-and-tech-mobile-design .industry-divider {
    position: relative;
    width: 40px;
    height: 3px;
    background: #086AD8;
    border-radius: 30px;
    margin-bottom: 10px;
}

.industry-and-tech-mobile-design .industry-divider::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #086AD8;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.industry-and-tech-mobile-design .industry-card p {
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: #7a7a7a;
    margin: 0;
    font-weight: 400;
}

/* Only Mobile */
@media (max-width: 575px) {

    .industry-and-tech-mobile-design .row {
        row-gap: 14px;
    }

    .industry-and-tech-mobile-design .col-4 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .industry-and-tech-mobile-design .col-5 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .industry-and-tech-mobile-design .industry-card {
        min-height: 150px;
        border-radius: 12px;
    }
}


@media (max-width: 600px) {
    .nb-contact-info-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* text-align: center; */
    }

    .nb-contact-info-wrap>* {
        width: 100%;
    }
}


.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.testimonial-client-name {
    font-size: 24px;
}

@media(max-width:768px) {
    .testimonial-client-name {
        font-size: 20px;
    }
}

.footer-section-follow-up {
    font-size: 18px;
    display: inline-block;
}


.lets-connect-card-heading {
    font-size: 18px;
    line-height: 1.5rem;
    margin-bottom: 10px;
    color: #000000;
}


@media (min-width:1200px) {
    .hire-resource-banner-img img {
        /* height: 450px; */
        height: calc(100vw * 0.28);
    }

    .hire-resource-banner-img-two {
        /* height: 450px; */
        height: calc(100vw * 0.32) !important;
    }
}

@media (min-width:1200px) {
    .partner-page-custom-banner-img img {
        /* height: 450px; */
        height: calc(100vw * 0.34);
    }
}




.banner-icon-sub-heading {
    font-size: 13px !important;
    line-height: 120% !important;
}

.banner-icon-sub-heading a {
    color: #000;
    font-weight: 500;
}

.lets-build-section-wrapper p {
    color: #000;
}

@media(min-width:1200px) and (max-width:1600px) {
    .banner-icon-sub-heading {
        font-size: 12px !important;
        line-height: 120% !important;
    }
}


.pagination .nav-links>*.prev,
.comments-pagination .nav-links>*.prev {
    margin-right: unset !important;
    min-width: 125px;
}


.pagination .nav-links>*.next,
.comments-pagination .nav-links>*.next {
    margin-left: unset !important;
    min-width: 125px;
}


.nb-required {
    color: #A30707;
}


.blog-details-banner-img img {
    width: calc(100vw * 1.28);
    border-radius: 12px;
}

/* .blog-details-banner-content h1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.blog-details-banner-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Show 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.wp-block-image {
    display: flex !important;
    align-items: left !important;
}

.wp-block-image img {
    max-width: 600px !important;
}

.wp-block-paragraph img {
    width: 14px !important;
}

.wp-block-accordion-heading__toggle-title {
    text-decoration: none !important;
}


#custom-contact-form button[submit] {
    width: 100% !important;
}

/* WordPress Table */
.wp-block-table {
    width: 100%;
    margin: 15px 0;
    overflow-x: auto;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}

.wp-block-table th,
.wp-block-table td {
    padding: 14px 18px;
    border: 1px solid #e5e5e5;
    color: #333;
    text-align: left;
}

/* Table Header */
.wp-block-table th,
.wp-block-table td:first-child strong,
.wp-block-table td:nth-child(2) strong {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* Table Body */
.wp-block-table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

/* Alternate Row Color */
.wp-block-table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Responsive */
@media (max-width: 767px) {
    .wp-block-table th,
    .wp-block-table td {
        padding: 12px;
        font-size: 15px;
    }

    .wp-block-table th,
    .wp-block-table td:first-child strong,
    .wp-block-table td:nth-child(2) strong {
        font-size: 16px;
    }
}