/*
Theme Name: Neuronimbus Dark
Theme URI: https://www.neuronimbus.com/
Version: 2020
Description: We are a digital solutions company that goes beyond the definitions of a digital agency or a technology company and looks at the digital world with a different perspective, stereotypes are not for us. Our solutions are designed for the modern day businesses. We don’t just want to solve a business problem…. We are your digital growth hackers.
Author: Neuronimbus
Author URI: https://www.neuronimbus.com/
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary_color: #314E7B;
    --white: #ffffff;
    --black: #000000;
    --dblack: #3B3B3B;
    --main-black: #000000;
    --border-color: #707070;
    --blue: #5E8ECA;
    --light-gery: #f0f0f0;
    --lblue: #B3B6CB;
    --lborder: #eeeeee;
    --orange: #EE6A20;
    --lgreen: #5ABED9;
    --voilet: #7781AF;
    --green: #3BB449;
    --card-box: #EFF0F4;
    --header: #888888;
    --circle-border: #0171B5;
    --dblue: #0384D1;
    --content: #9a9a9a;
    --link-blue: #008AFC;
    --font-family: "Inter Tight", sans-serif;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f20: 20px;
    --f22: 22px;
    --f28: 28px;
    --f40: 40px;
    --f50: 50px;
    --f60: 48px;
    --font-weight4: 300;
    --font-weight5: 500;
    --font-weight6: 600;
    --font-weight7: 700;
    --font-weight8: 800;
    --font-weight9: 900;
}

.light-gray {
    background-color: var(--lightgray);
}

.btn {
    padding: 5px 20px;
    transition: .3s ease-in-out;
    font-size: var(--f14)
}

.btn-blue {
    background-color: var(--link-blue);
    color: var(--white);
    border-radius: 50px
}

.btn-blue:hover {
    background: var(--white);
    border-color: var(--blue);
    color: var(--blue)
}

.btn-primary {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
    border-radius: 50px;
    color: var(--white)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--white);
    border-color: var(--primary_color);
    color: var(--primary_color)
}

.btn-secondary {
    background-color: var(--white);
    border-color: var(--border-color);
    border-radius: 50px;
    color: var(--black)
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: var(--white);
    border-color: var(--border-color);
    color: var(--black);
}

.header .section-title {
    font-size: var(--f60);
    color: #008AFC;
    line-height: 60px
}

.section {
    padding: 60px 0
}

.page-main-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.navbar-brand {
    width: 100%;
    max-width: 300px;
    padding: 0
}

.navbar .dropdown .nav-link::after {
    content: '';
    background: url('images/svg/arrowDown-white.svg') no-repeat;
    position: absolute;
    top: 39px;
    right: -16px;
    width: 10px;
    height: 7px
}

.navbar .nav-item:not(:last-child) {
    padding-right: 20px;
}

.navbar-nav .dropdown-menu {
    min-width: inherit;
    width: 100%;
    padding: 2rem 2rem 1rem;
    border: none;
    border-radius: 1rem
}

.navbar .dropdown.show>.dropdown-menu {
    display: block;
    margin: 0;
    padding: 30px 0 50px;
    border: none;
    border-radius: 0
}

.navbar-nav .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

.navbar .navbar-nav .dropdown-menu {
    left: 0;
    top: 80px;
    border-radius: 0;
}

.fix-dropdown .dropdown-menu .dropdown-item,
.single-menuList p.header-title {
    color: var(--blue) !important;
    font-weight: 500;
    font-size: var(--f14);
    margin-bottom: 11px
}

.single-menuList p.header-title {
    margin-bottom: 0;
    line-height: var(--f14)
}

p.header-title a {
    color: var(--blue) !important;
    font-weight: 500;
}

p.header-title a:hover {
    color: var(--black) !important
}

.single-menuList p {
    font-size: 13px;
    color: var(--black)
}

.single-menuList:not(:last-child) {
    margin-bottom: 24px
}

.single-menuList .menuList-ico {
    flex-shrink: 0;
    margin-right: 17px
}

.feature-menu-content p {
    font-size: var(--f15);
    margin-top: 19px
}

.navbar .navbar-nav .nav-link:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition-duration: .4s
}

.navbar .navbar-nav .nav-item .nav-link.active:before,
.navbar .navbar-nav .nav-item:hover .nav-link:before {
    width: 100%
}

.navbar .menu-dropdown-content .single-menuList a {
    display: flex;
    align-items: center;
}


.navbar .dropdown-menu .container {
    border-bottom: 0
}

.mobile-menuImg {
    display: none
}

.nav-item.dropdown.fix-dropdown {
    position: relative;
}

.dropdown-item:hover {
    background-color: var(--white);
}

.fix-dropdown .dropdown-menu {
    min-width: 180px;
    padding: 10px 0 0 !important
}

.dropdown-menu .dropdown-item:hover,
.menuList-content a:hover h5 {
    color: var(--black) !important
}

.footer-main .container,
.navbar .container {
    max-width: 1170px
}

.main-section {
    padding-top: 148px
}

.title-f60 {
    font-size: 50px;
    color: #008AFC;
    line-height: 48px
}

.single-menuList {
    margin-bottom: 30px
}

.menuList-content .dropdown li {
    position: relative;
    margin-bottom: 5px
}

.menuList-content .dropdown li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: url('images/svg/down-arrow.svg') no-repeat;
    width: 10px;
    height: 7px;
    transform: rotate(-90deg)
}

.menuList-content .dropdown li a {
    font-size: 12px;
    color: var(--black) !important
}

.menuList-content .dropdown li a:hover {
    color: #008AFC !important
}

.footer .footer-main {
    /*background-color: var(--primary_color);*/
    color: var(--white);
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.footer .footer-logo img {
    width: 100px
}

.socialIcons li a {
    font-size: 17px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.socialIcons li a:hover {
    color: #008AFC;
}

.socialIcons li {
    margin-top: 40px
}

.socialIcons li:not(:last-child) {
    margin-right: 10px
}

.footer .footer-content h4 {
    font-size: 18px;
    color: var(--black);
    font-weight: var(--font-weight5);
    margin-bottom: 12px;
    line-height: normal;
}

.footer .footer-content h4 a {
    font-size: 18px;
    color: var(--black);
    font-weight: var(--font-weight5);
    line-height: normal;
}

.footer .footer-content a {
    color: var(--black);
}

.footer .footer-content li a,
.detailContact p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    position: relative;
    padding-bottom: 5px;
    opacity: .6;
}

.footer .subFooter .siteLink li a {
    font-size: 14px;
    color: var(--black);
}

.footer .footer-content li a:hover,
.footer-content h5 a:hover {
    color: #008AFC;
    opacity: 1;
}

.footer .subFooter .siteLink li a:hover {
    color: #008AFC
}

.footer-content h5 a {
    position: relative
}

.detailContact p {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.footer .footer-content li a:after,
.footer-content h5 a:after,
.subFooter .siteLink li a::after {
    display: block;
    content: '';
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
    width: 100%;
    position: absolute;
    max-width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    height: 1px;
    font-size: 16px;
    right: 0;
    margin: 0 auto;
    background-color: var(--blue)
}

.footer .footer-content li a:hover:after,
.footer-content h5 a:hover::after,
.subFooter .siteLink li a:hover::after {
    transform: scaleX(1)
}

.footer .subFooter {
    padding: 30px 0
}

.footer .subFooter .siteLink ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .subFooter .siteLink li:not(:last-child) {
    margin-right: 20px
}

.footer .subFooter .copyRight {
    margin-top: 5px
}

.footer .subFooter .siteLink li {
    position: relative;
    margin-bottom: 0
}

.footer .subFooter .siteLink li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 6px;
    right: -12px;
    width: 1px;
    height: 14px;
    background-color: var(--border-color)
}

.copyRight span {
    font-size: 14px;
    color: #9eacc1
}

.breadcrumb-item a {
    font-size: 14px;
    color: var(--black)
}

.breadcrumb-item span {}

.allpost .title {
    font-weight: 300;
    color: #333;
    font-size: 38px;
    line-height: 1.2;
}

.right_link {
    display: flex;
    justify-content: flex-end
}

.right_link .hover-sec>a {
    color: var(--dark);
    transition: all .4s ease;
    font-weight: 500;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 30px;
    min-width: 200px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%)
}

.right_link .hover-sec>a .fa {
    color: var(--blue);
    margin-left: auto
}

.right_link>.hover-sec:hover>a {
    color: var(--white);
    background: #008AFC;
    transition: all .4s ease
}

.right_link>.hover-sec:hover>a .fa {
    color: var(--white)
}

.drop_dwn {
    position: absolute;
    right: 60px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    padding: 15px 20px 20px;
    min-width: 760px;
    z-index: 9;
    transform: scale(1, .2);
    transform-origin: top;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0
}

.right_link .hover-sec:first-child .drop_dwn {
    min-width: 760px
}

.category-sec .drop_dwn {
    max-width: 760px;
}

.right_link .hover-sec:hover>.drop_dwn {
    transform: scale(1, 1);
    transform-origin: top;
    transition: all .3s ease;
    visibility: visible;
    opacity: 1
}

.right_link .mr-4 {
    margin-right: 20px
}

.drop_dwn .tagsList {}

.drop_dwn .tagsList a {
    color: var(--dark);
    padding: 7px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500
}

.drop_dwn .tagsList a:hover {
    color: #fff;
}

.drop_dwn ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.drop_dwn ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top
}

.insights_links {
    padding-top: 4rem;
    padding-bottom: 2rem
}

.back_insight {
    margin-top: 36px;
    display: inline-block;
    padding-right: 60%
}

.next_insight {
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    font-family: var(--font-oswald);
    opacity: 1;
    color: #000;
    width: auto
}

.next_insight:focus,
.next_insight:hover {
    color: #000
}

.next_insight>img {
    max-width: 90px
}

.prev_insight {
    position: relative;
    padding-right: 5px;
    width: 100%
}

.prev_insight figure {
    position: relative;
    width: 100%
}

.prev_insight figure>a>span {
    font-weight: 600;
    font-family: var(--font-oswald);
    position: absolute;
    right: 105%;
    top: 40%
}

.prev_insight figure img {
    width: 100%
}

.prev_insight figure h6 {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 4px;
    left: 11px
}

.prev_insight>span {
    position: absolute;
    right: -37px;
    top: 34px;
    z-index: 2
}

.prev_insight>span>a>img {
    max-width: 90px
}

hr.hr_t {
    float: left;
    width: 100%;
    border-top: solid 2px #333
}

.drop_dwn .tagsList {
    height: auto;
    overflow: hidden;
    margin-bottom: 1rem;
    transition-duration: .4s
}

.tagsList {
    height: 285px;
    overflow: hidden;
    margin-bottom: 4rem;
    transition-duration: .4s
}

.tags .tagcloud .c1 {
    display: block
}

.tags .tagcloud .c2 {
    display: none
}

.loader {
    background-color: rgba(255, 255, 255, .8);
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(images/loading.svg);
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    top: 0;
    left: 0
}

.tags .tagsList a {
    color: var(--dark);
    padding: 4px 15px;
    display: inline-block;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0) !important
}

.tags .tagsList a:hover {
    color: var(--white)
}

a.tagcloud {
    color: var(--black);
    margin: auto;
    display: block;
    max-width: fit-content;
    text-align: center;
    padding: 8px 20px;
    border: 1px solid #707070;
    border-radius: 50px
}

a.tagcloud span u {
    text-decoration: none
}

a.tagcloud:hover {
    color: var(--white)
}

.tags.active .tagsList {
    height: auto
}

a.load-more {
    color: var(--yellow);
    font-weight: 600;
    margin-top: 25px
}

a.load-more:hover {
    color: var(--dark)
}

.dynamic-div {
    background: #00000082;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

ul {
    list-style-type: none;
    padding-left: 0
}

.news_list .card-body {
    position: relative
}

.tags-connet .tagsList a {
    padding: 11px 24px;
    border: 1px solid #707070;
    border-radius: 50px;
    margin-bottom: 18px
}

.hover-link {
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s
}

.card-body:hover .hover-link {
    opacity: 1;
    visibility: visible
}

.card-body:hover .latest-insights figure::before {
    opacity: .7;
    visibility: visible
}

.card-body .latest-insights figure {
    margin-bottom: 0
}

.card-body .latest-insights .letest-artical {
    margin-top: 14px
}

.card-body {
    padding: 0
}

.subFooter .siteLink ul {
    margin-bottom: 0
}

.tags .tagsList a:hover,
a.tagcloud:hover {
    color: var(--blue)
}

.blog-sec .main-banner .margin-b56 {
    margin-bottom: 56px !important
}

.blog-sec,
.current-opening {
    background: var(--white)
}

.current-opening .header p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 16px;
    line-height: normal
}

.current-opening .header h2,
.current-opening .header h3 {
    margin-bottom: 0
}

.current-opening .header h2,
.current-opening .header h3 {
    font-size: 40px !important;
    line-height: 55px;
    font-weight: 300;
    color: var(--black)
}

.current-opening .header .section-title span {
    display: block;
    height: 75px
}

.joinUs-sec .content-title p {
    font-size: var(--f20)
}

a.load-more {
    border: 1px solid #707070;
    color: var(--black);
    text-transform: capitalize
}

.nav-item.dropdown {
    margin-bottom: 0
}

.insight_article .sec-pic img {
    width: 100%
}

.insight_article .sec-pic {
    margin-bottom: 20px
}

#footer {
    padding-top: 0
}

.btn-primary:hover svg path {
    fill: #fff;
}

.heateor_sss_horizontal_sharing {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-main .container,
.navbar .container {
    max-width: 1170px
}

.breadcrumbs {
    margin-top: 70px;
    padding-top: 20px
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: var(--black);
    text-transform: capitalize
}

.breadcrumb-item,
.breadcrumb-item.active {
    color: var(--white);
    font-size: 14px;
    text-transform: capitalize
}

.btn svg,
.btn i {
    transition: all .3s ease-in-out;
}

@media all and (min-width:1550px) {
    .container {
        max-width: 1440px !important
    }

    .footer-main .container,
    .navbar .container {
        max-width: 1440px !important
    }

    .center-content-banner {
        max-width: 1440px !important
    }

    .navbar .nav-link {
        padding: 35px 0 !important;
        line-height: 13px;
    }

    /* .navbar .dropdown .nav-link::after {
        top: 48px;
    } */

    .navbar-brand {
        max-width: 300px
    }

    .breadcrumb {
        padding-top: 0 !important
    }

    .inner-section {
        margin-top: 0
    }

    .formBtn .btn-primary-circle i {
        right: 15px;
        width: 42px;
        height: 42px;
        max-width: 42px
    }

    .allpost .title {
        font-weight: 300;
        color: #333;
        font-size: 32px;
        line-height: 1.2;
    }


}

@media all and (max-width:1550px) {
    .navbar .dropdown .nav-link::after {
        top: 40px;
    }

    .detailContact p,
    .footer .footer-content li a {
        font-size: 14px;
        color: var(--black);
        opacity: .6;
    }

    .current-opening .header h2,
    .current-opening .header h3 {
        font-size: 34px !important;
        line-height: 48px
    }

    .content-details p {
        font-size: 18px;
        line-height: 30px;
    }

    .content-details h2 {
        font-size: 24px !important;
        font-weight: 400;
        line-height: 30px;
    }

    .breadcrumb {
        padding-top: 0;
    }

    p.header-title a {
        font-size: var(--f18) !important;
    }

    .menuList-content ul.productList a {
        font-size: var(--f14) !important;
        line-height: 1.4;
    }

    .socialHeader-box {
        padding: 30px 36px !important;
    }

    .socialHeader-left .content p {
        font-size: var(--f18) !important;
        margin-bottom: 0;
    }

    .socialHeader-left .content span {
        font-size: var(--f14) !important;
    }

    .btn-outline {
        padding: 9px 16px !important;
    }

    .socialHeader-right .socialImages a:not(:last-child) img {
        margin-right: 16px !important;
    }

    .nav-item .solution-gradientBox p,
    .solution-gradientBox.carrer-box p.carrer-heading {
        font-size: 36px !important;
        line-height: 48px !important;
        margin-bottom: 28px !important;
    }

    .nav-item .solution-gradientBox .inner-content p {
        font-size: 26px !important;
        line-height: 36px !important;
        margin-bottom: 16px !important;
    }

    .btn {
        padding: 9px 16px !important;
    }

    .btn,
    .btn-primary-circle {
        font-size: 14px !important;
    }

    .solutionInner .solution-singleProduct .solution-name p {
        font-size: var(--f18) !important;
        margin-bottom: 0 !important;
    }

    .nav-item .solution-gradientBox {
        padding: 32px !important;
    }

    .solutionInner .solution-singleProduct .solution-name span {
        font-size: 14px !important;
        line-height: 20px !important;
        display: inline-block;
    }

    .solution-gradientBox.carrer-box .greatPlace-logo {
        max-width: 100px;
    }

    .solutions-menuList .solutionInner .solution-singleProduct {
        padding: 18px 24px !important;
        margin-bottom: 28px !important;
    }

    .solutions-menuList .socialHeader-right {
        padding-top: 24px !important;
    }

    .solution-gradientBox.carrer-box p {
        font-size: var(--f18) !important;
        line-height: 28px !important;
        max-width: 535px;
    }

    .solution-gradientBox.carrer-box .header-navBtn {
        margin-top: 48px !important;
    }

    .blog-listing .blog-detail h4,
    .blog-detail h4 {
        font-size: 25px;
    }

    .newsletterBtn i {
        max-width: 30px !important;
        height: 30px !important;
        margin-left: 5px !important;
    }

    .socialIcons li a {
        width: 26px;
        height: 26px;
    }
}

@media all and (min-width:1500px) and (max-width:1799px) {
    .section {
        padding: 60px 0
    }

    .container {
        max-width: 1170px
    }
}


@media all and (min-width:768px) and (max-width:999px) {
    .formcta {
        width: auto !important;
        border: none !important
    }
}

@media all and (min-width:1440px) and (max-width:1599) {
    .container {
        max-width: 1170px
    }
}

@media all and (max-width:1200px) {

    .footerLeft-logo,
    .footerSub-list {
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 50px
    }

    .footer .footer-main {
        padding-bottom: 0
    }
}

@media all and (max-width:991px) {
    .navbar .navbar-collapse {
        position: fixed;
        top: 65px;
        left: -100%;
        transition: .3s ease-in-out;
        display: block;
        background: #000;
        width: 100%
    }

    .navbar .navbar-collapse.show {
        left: 0;
        box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, .15);
        height: 100%;
        overflow: auto
    }

    .navbar-collapse .navbar-nav {
        align-items: flex-start !important;
        padding-bottom: 45px
    }

    .navbar .nav-item:not(:last-child) {
        border-bottom: 1px solid #e7e7e7
    }

    .navbar .nav-item {
        width: 100%
    }

    .navbar .nav-link {
        padding: 16px 0 !important
    }

    .navbar .dropdown .nav-link::after {
        top: 25px;
        right: 0
    }

    .nav-item .btn-blue {
        display: none
    }

    .only-mobileview {
        width: 100%;
        text-align: center;
        padding: 0 15px
    }

    .navbar .navbar-collapse {
        top: 42px
    }

    .breadcrumbs {
        margin-top: 42px
    }

    .archive-sec {
        margin-right: 20px
    }

    .insight-latest .blog-img-wrapper {
        min-width: 100% !important;
        min-height: 100% !important
    }

    .blog-sec {
        padding-bottom: 0
    }

    .banner-section {
        height: 350px !important;
        padding-bottom: 0 !important
    }

    .inner-section.banner-section {
        padding-top: 0 !important
    }

    .archive .banner-section {
        height: 0px !important;
    }

    .archive .banner-section {
        height: 0px !important;
    }

    .archive .banner-section {
        padding-bottom: 60px !important;
    }

    .archive .inner-banner-content {
        padding-top: 40px;
    }

    .archive .allpost .title {
        padding-bottom: 60px;
    }

    .right_link .hover-sec:first-child .drop_dwn {
        min-width: 85%;
    }

    .drop_dwn {
        right: 35px;
    }

    .category-sec .drop_dwn {
        max-width: 85%;
        width: 85%;
        min-width: 85%;
    }

    .archive .inner-banner-content {
        top: 20px !important;
    }
}

@media all and (max-width:360px) {
    .banner-section {
        height: 480px !important;
        padding-bottom: 0 !important
    }

    #popup1 .popup {
        width: 70% !important
    }
}

.navbar-toggler {
    padding: 10px 0
}

.navbar-collapse .ml-auto {
    margin-left: auto
}

li {
    margin-bottom: 0
}

@media all and (max-width:767px) {
    .single-post .insight-latest {
        flex-direction: column-reverse;
        text-align: center;
        padding-top: 50px;
    }

    .read {
        margin: 0 !important;
        padding-top: 0 !important
    }

    .content-details p {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .content-details ul,
    .content-details ul li {
        font-size: 15px !important
    }

    .content-details ul li::before {
        padding-right: 8px !important;
        width: 8px !important;
        height: 8px !important;
        margin-right: 10px;
        top: -2px;
        left: 0 !important;
    }

    .btn {
        width: 100%
    }

    .mobile-menuImg {
        display: flex;
        align-items: center;
        padding: 24px 0
    }

    .mobile-menuImg img:not(:last-child) {
        margin-right: 11px
    }

    .mobile-menuImg img:last-child {
        width: 69px
    }

    .navbar .nav-item:not(:last-child) {
        border-bottom: 1px solid #e7e7e7
    }

    .header-apply-btn {
        display: block
    }

    .navbar .navbar-collapse {
        top: 58px;
    }

    .navbar-brand {
        max-width: 170px
    }

    .right_link {
        flex-direction: column
    }

    .archive-sec {
        margin-right: 0 !important;
        margin-bottom: 20px
    }

    .breadcrumbs {
        padding-top: 0
    }

    .blog-sec {
        padding: 30px 0
    }

    .section {
        padding: 30px 0
    }

    .tags-connet .tagsList a {
        font-size: 12px
    }

    .header .section-title {
        font-size: 30px !important;
        line-height: 35px !important
    }

    .footer .footer-content li a,
    .footer .subFooter .siteLink li a,
    .detailContact p {
        font-size: 14px;
        line-height: 18px;
    }

    .footerLeft-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 39px;
        margin-bottom: 35px;
        flex: 0 0 100%;
        max-width: 100%
    }

    .footerLeft-logo .footer-logo {
        margin-right: 40px
    }

    .footerSub-list {
        flex: 0 0 45%;
        max-width: 45%;
        margin-bottom: 15px
    }

    .footerSub-list ul {
        margin-bottom: 0 !important
    }

    .insight-latest .blog-img-wrapper {
        min-width: 100% !important;
        min-height: 100% !important
    }

    .insight_article {
        padding-left: 0 !important
    }

    .sideNews-wrapper {
        display: none
    }

    .allpost .title,
    .single-insight .blog-detail h1,
    .single-insight .blog-detail h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .formcta::before {
        content: '';
        position: absolute;
        top: -50px;
        left: auto;
        border: 1px dashed #b3b6cb;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        display: none
    }

    .content-details {
        width: 100%;
        overflow-x: auto
    }

    .share_dv span {
        color: #fff
    }

    .content-details ul,
    .content-details ul li {
        padding-left: 0;
    }

    .schedule-section.text-center {
        text-align: left !important;
    }

    .single .blog-btn .btn-primary-outline {
        padding: 8px 16px !important;
    }
}

.navbar-toggler .navbar-toggler-icon {
    background: url('images/svg/navOpen-white.svg') no-repeat;
    height: 20px
}

.navbar-toggler .navbar-toggler-icon.open {
    background: url('images/svg/navClose-white.svg') no-repeat;
    width: 20px;
    height: 20px
}

.businessEnquiry a {
    display: block;
    color: #333
}

.businessEnquiry p {
    padding-bottom: 0
}

.sideNews-sec1 {
    margin-bottom: 20px
}

.sideNews-sec1 h5 {
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px
}

.card-content-img {
    position: relative;
    background: #212529;
    border: 0 solid rgba(0, 0, 0, .125);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    z-index: 0;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    min-height: 350px
}

.card-content-img .cardImg {
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    backface-visibility: hidden;
    will-change: opacity, transform;
    transform: scale(1);
    z-index: -2;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    opacity: .4
}

.cardImg-overlay {
    z-index: 2;
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.card-content-img .img-tag {
    width: 100%
}

.card-content-img:hover .cardImg {
    opacity: .6;
    transform: scale(1.05)
}

.img-tag span {
    background: rgba(3, 3, 3, .5);
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    color: rgba(255, 255, 255, .5)
}

.card-titleImg {
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.75rem;
    font-size: 2rem
}

.cardImg-overlay span {
    color: rgba(255, 255, 255, .6);
    font-weight: 700;
    width: 100%
}

.category-List a {
    color: #6c757d;
    font-weight: 700;
    font-size: 14px;
    backface-visibility: hidden;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    box-shadow: 0 .5px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 5px 20px;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    border-radius: 8px
}

.category-List a:hover {
    transform: translate(0, -3px);
    background: #fff;
    color: #212529
}

.blog-sec.all-blogs img {
    border-radius: 8px;
    width: 100%;
    height: 230px;
    object-fit: cover;
    background-color: var(--lightgray)
}

.recent-single-post {
    width: 100%;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    position: relative
}

.recent-single-post .fly-sm {
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .05), 0 .2rem .2rem rgba(0, 0, 0, .05);
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.recent-single-post .card {
    position: relative;
    background: #fff;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 8px;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    z-index: 0
}

.recent-postImg {
    position: absolute;
    opacity: .4;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    backface-visibility: hidden;
    will-change: opacity, transform;
    object-fit: cover
}

.recent-postImg img {
    transform: scale(1);
    opacity: .5;
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.recent-card-overlay {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 20px
}

.recent-card-overlay a {
    color: #6c757d;
    font-size: 1.125rem
}

.recent-card-overlay a h6 {
    margin-bottom: 0;
    font-weight: 700
}

.fly-sm:hover {
    transform: translate(0, -3px);
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .05), 0 .625rem 1.5rem rgba(0, 0, 0, .15) !important
}

.fly-sm:hover .recent-postImg {
    opacity: .6
}

.fly-sm:hover .recent-postImg img {
    transform: scale(1.05)
}

.recent-single-post:not(:last-child) .fly-sm {
    margin-bottom: 10px
}

.fly-sm:hover .recent-card-overlay a {
    color: #212529
}

.entry-content ul {
    list-style-type: disc;
    padding-left: 16px
}

.single-recent {
    max-width: 80px;
    margin-right: 15px
}

.fix-dropdown .dropdown-menu .dropdown-item.active:before,
.fix-dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 100%
}

.linkedin-social i {
    font-size: 25px
}

.mobileFixed-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 4;
    border-radius: 50%
}

.movers {
    animation: 3s infinite alternate mover
}

.movers {
    animation: 3s infinite alternate mover
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}

.buttonFixed img {
    max-width: 100px
}

.schedule-section {
    padding: 30px;
    background-color: hsla(236, 0%, 0%, 1);
    background-image: radial-gradient(at 39% 31%, hsla(292, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(302, 74%, 20%, 1) 0px, transparent 50%), radial-gradient(at 86% 69%, hsla(254, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 25% 71%, hsla(184, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 78% 100%, hsla(229, 84%, 28%, 1) 0px, transparent 50%), radial-gradient(at 28% 99%, hsla(229, 83%, 28%, 1) 0px, transparent 50%), radial-gradient(at 99% 1%, hsla(237, 75%, 8%, 1) 0px, transparent 50%);
    color: #fff;
    border-radius: 20px;
    margin: 30px 0
}

h3.schedule_title {
    color: #fff;
    font-size: 22px;
    font-weight: 300
}

.schedule-section .btn-primary-circle {
    color: #fff;
    font-weight: 300;
    border: 1px solid #fff;
    display: inline-flex;
}

.schedule-section .btn-primary-circle i {
    color: #fff
}

.schedule_article a {
    display: block
}

.schedule_article a:hover i svg {
    transform: rotate(45deg)
}

body,
html {
    height: 100%
}

body {
    font-family: var(--font-family);
    color: var(--black);
    font-size: 16px;
    line-height: 1.9;
    background-color: var(--white);
    font-weight: 300
}

img {
    max-width: 100%;
    height: auto
}

strong {
    font-weight: 700
}

a,
button,
input[type=submit] {
    text-decoration: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    position: relative;
    display: inline-block
}

.btn-link,
a {
    color: #008AFC;
    font-weight: 400
}

a:focus,
a:hover {
    color: var(--yellow)
}

ol,
ul {
    margin-bottom: 2rem
}

li {
    margin-bottom: .5rem
}

.mt1 {
    margin-top: 1rem
}

.pt-6 {
    padding-top: 6rem
}

.btn,
a:focus,
a:hover,
button {
    text-decoration: none;
    outline: 0 !important;
    outline-offset: 0px !important
}

label {
    font-weight: 400
}

.data-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    float: none
}

.data-table-rtl {
    direction: rtl
}

.data-table-rtl .data-cell {
    direction: ltr
}

.data-cell {
    display: table-cell;
    vertical-align: middle;
    min-width: 1%;
    float: none
}

.data-table.vtop .data-cell {
    vertical-align: top
}

iframe {
    width: 100% !important
}

sub,
sup {
    font-size: 50%;
    top: -.6em
}

.panel {
    box-shadow: none;
    border: none;
    border-radius: 0
}

.form-control:focus {
    border-color: var(--darkgray);
    background-color: var(--darkgray)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: var(--white);
    opacity: 1
}

.attachment img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
    max-width: 100%;
    height: auto
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 3%
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 3%
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 25px
}

/*select,
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #6d6d6d;
    height: 50px;
    background-image: url(../images/select-icon.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    cursor: pointer;
    padding-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}*/

option:focus,
select:focus {
    outline: 0 !important
}

select[multiple].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    padding-right: 25px;
    height: auto
}

select::-ms-expand {
    display: none
}

.text-grey {
    color: var(--grey)
}

.btn {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden
}

.btn:active,
.btn:focus,
.form-control:focus {
    box-shadow: none !important
}

.btn-xs,
.form-control-xs,
.input-group-xs>.form-control,
.input-group-xs>.input-group-append>.btn,
.input-group-xs>.input-group-prepend>.btn {
    padding: .175rem .75rem;
    border-radius: 5px
}

.btn-sm,
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-prepend>.btn {
    padding: .275rem .95rem
}

.btn-lg,
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-prepend>.btn {
    padding: 12px 25px
}

.btn {
    padding: 12px 22px;
    transition: .3s ease-in-out;
    font-size: var(--f18);
    text-transform: capitalize;
    font-weight: var(--font-weight5) !important;
}

.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

img[align=left] {
    margin: 0 30px 20px 0
}

img[align=right] {
    margin: 0 0 30px 20px
}

.section {
    padding: 80px 0
}

.archive .all-blogs {
    margin-top: 60px;
}

.archive .breadcrumb-item,
.archive .breadcrumb-item.active {
    color: #333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title-lg,
.title-md,
.title-sm,
.title-xs,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 1rem 0;
    line-height: 1.4
}

.title-lg,
h1 {
    font-size: 60px
}

.title-md,
h2 {
    font-size: 32px
}

.title-sm,
h3 {
    font-size: 28px
}

.title-xs,
h4 {
    font-size: 24px;
    font-weight: 700
}

.title-xxs,
h5 {
    font-size: 20px
}

.relative {
    position: relative
}

hr {
    border-color: #c9c8c8
}

@-webkit-keyframes autofill {
    to {
        background: #fff
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.btn {
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5
}

.btn-lg {
    padding-left: 30px;
    padding-right: 30px
}

.btn-primary {
    color: var(--white);
    background-color: #008AFC;
    border-color: #008AFC;
    border-radius: 25px
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: var(--white);
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-secondary {
    color: var(--dark);
    background-color: var(--white);
    border-color: var(--white);
    border-width: 2px
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: var(--white);
    background-color: var(--dark);
    border-color: var(--dark)
}

.btn-transparent,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover,
.btn-transparent:not(:disabled):not(.disabled).active,
.btn-transparent:not(:disabled):not(.disabled):active,
.show>.btn-transparent.dropdown-toggle {
    color: var(--dark);
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--dark);
    padding: 0
}

.btn-white,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: var(--dark);
    background-color: transparent;
    border: none
}

.btn-default {
    color: var(--white);
    border-color: var(--black);
    background-color: var(--black);
    border-radius: 2.5rem;
    font-size: 1.2rem;
    padding: .7rem 1.5rem;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active {
    color: var(--dark);
    background: var(--yellow);
    border-color: var(--yellow)
}

.arrow-icon {
    background: url("images/aarow_icon.png") no-repeat center center;
    width: 28px;
    height: 18px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5rem
}

.btn-default:focus .arrow-icon,
.btn-default:hover .arrow-icon {
    background: url("images/arrow_right_h.svg") no-repeat center center
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition-duration: .4s;
    z-index: 7;
    padding: 10px 0
}

#header.affix {
    background-color: var(--white);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    padding: 0
}

#header.affix .navbar-brand {
    width: 275px
}

#header .navbar-brand,
.flogo {
    margin: 0;
    padding: 0;
    width: 275px;
    transition-duration: .4s
}

.tel-whatsapp {
    border: 2px solid var(--blue);
    border-radius: 75px;
    line-height: 40px;
    padding: 0 15px
}

.tel-whatsapp .fa {
    color: #4caf50
}

.tel-whatsapp:hover {
    background-color: var(--blue);
    color: var(--white)
}

.tel-whatsapp:hover .fa {
    color: var(--white)
}

.select_country {
    appearance: auto !important;
    padding-right: 0 !important
}

.navbar-expand-md .navbar-nav .nav-item {
    margin: 0 1rem;
    padding: 0;
    position: initial
}

.navbar-expand-md .navbar-nav .nav-link {
    font-weight: 600;
    padding: .5rem 0;
    position: relative;
    font-size: 16px;
    color: var(--dark)
}

.navbar-expand-md .navbar-nav .nav-link:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--blue);
    transition-duration: .4s
}

.navbar-expand-md .navbar-nav .nav-item .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-item:hover .nav-link:before {
    width: 100%
}

#header .btn-primary {
    margin-left: 1rem
}

#header .container-fluid {
    padding: 0
}

#header .navbar-expand-md .navbar-nav .dropdown-menu {
    min-width: inherit;
    width: 100%;
    padding: 2rem 2rem 1rem;
    border: none;
    border-radius: 1rem
}

.dropdown-menu .submenu {
    padding: 0;
    margin: 0 0 1rem;
    list-style: none
}

.dropdown-menu .submenu li {
    padding: 0;
    margin: 0
}

.dropdown-menu .submenu li a {
    padding: 0;
    margin: 0;
    font-size: .8rem;
    color: var(--dark);
    text-transform: none;
    opacity: .5
}

.dropdown-menu .submenu li a:hover {
    opacity: 1
}

.dropdown-menu a.menu-title {
    border-bottom: 2px solid var(--lightgray);
    display: block;
    margin-bottom: 1rem
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots {
    width: 100%;
    text-align: center;
    padding: 25px 0 0 0
}

.owl-dots .owl-dot {
    display: inline-block;
    background: 0 0;
    border: none;
    margin: 0 5px;
    padding: 0;
    text-align: center
}

.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: 0 0;
    transition-duration: .4s;
    transform-origin: top;
    border: 2px solid #bec8d1;
    background-color: #bec8d1;
    display: block
}

.owl-dots .owl-dot.active {
    background: 0 0;
    transform: scale(1.2)
}

.owl-dots .owl-dot.active span {
    background-color: #fcc647;
    border-color: #fcc647
}

.owl-thumb-item img {
    border: solid 1px #bec8d1;
    padding: 10px 15px
}

.owl-thumbs {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0;
    z-index: 99
}

.owl-thumb-item {
    display: table-cell;
    border: none;
    background: 0 0;
    padding: 5px;
    opacity: .3;
    width: 100px;
    cursor: pointer
}

.owl-thumb-item.active {
    opacity: 1
}

.owl-carousel .nav-btn {
    height: 50px;
    border-radius: 100%;
    position: relative;
    width: 50px;
    cursor: pointer;
    top: 0;
    margin-top: 0;
    border: none;
    background-color: transparent;
    transition-duration: .4s
}

.owl-carousel .nav-btn:hover {
    background-color: transparent
}

.owl-carousel .nav-btn:hover.next-slide:before,
.owl-carousel .nav-btn:hover.prev-slide:before {
    color: var(--dark)
}

.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    height: 50px;
    width: 50px;
    margin: 20px 10px
}

.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
    pointer-events: none;
    opacity: .2
}

.owl-carousel .prev-slide:before {
    content: '\f104'
}

.owl-carousel .next-slide:before,
.owl-carousel .prev-slide:before {
    font-size: 1.5rem;
    text-align: center;
    line-height: 100%;
    color: var(--dark);
    font-family: FontAwesome;
    position: absolute;
    width: 15px;
    height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0
}

.owl-carousel .next-slide:before {
    left: 18px
}

.owl-carousel .prev-slide:before {
    right: 18px
}

.owl-carousel .next-slide:before {
    content: '\f105'
}

.owl-carousel .next-slide:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -2px;
    width: 25px;
    height: 2px;
    background-color: var(--dark)
}

.owl-carousel .prev-slide:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    width: 25px;
    height: 2px;
    background-color: var(--dark)
}

.owl-carousel .nav-btn:hover.next-slide:after,
.owl-carousel .nav-btn:hover.prev-slide:after {
    background-color: var(--dark)
}

#home-slider,
.main-banner,
.main-banner .item {
    width: 100%;
    height: 100%;
    position: relative
}

.main-banner .item {
    padding-top: 55px;
    background-size: cover;
    background-position: bottom center
}

.video-icon {
    position: absolute;
    z-index: 5;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 150px
}

.banner_bg {
    background-image: url("../images/header_top_shap.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 80%
}

#home-slider .data-table {
    height: 100%;
    overflow: hidden
}

.banner_left_shap {
    background-image: url(../images/banner_left_shap.webp);
    background-position: -144px 112px;
    background-repeat: no-repeat;
    background-size: 30%
}

figure.banner-img {
    margin: 0 -150px 0 0;
    position: relative
}

.banner-text,
.breadcrumb {
    padding: 2.4rem 0
}

.banner-text .title {
    font-size: 64px;
    color: #008AFC;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 2rem;
    font-family: var(--font-family);
    letter-spacing: -4px
}

.banner-text .title span {
    color: var(--yellow);
    display: block;
    margin-left: 4.7rem
}

.banner-text .btn-default {
    margin-top: 2.5rem;
    padding: .7rem 3rem;
    text-transform: uppercase
}

.play_icon {
    position: absolute;
    bottom: -2.375rem;
    z-index: 2;
    right: 34%
}

.play_icon a {
    background-image: url("../images/play_icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 322px;
    height: 266px
}

#home-slider .item,
#home-slider .main-carousel,
#home-slider .owl-carousel.owl-loaded,
#home-slider .owl-item,
#home-slider .owl-stage,
#home-slider .owl-stage-outer {
    height: 100%
}

#home-slider .owl-dots {
    position: absolute;
    bottom: 18px;
    padding-left: 60px;
    text-align: left
}

#home-slider .owl-stage {
    transform: none
}

.breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0;
    text-transform: uppercase
}

.breadcrumb .breadcrumb-item a {
    color: var(--white);
    opacity: 0.7;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "|")
}

.breadcrumb-item.active {
    opacity: 1
}

.archive .breadcrumb .breadcrumb-item a {
    color: #333;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
    white-space: nowrap;
    border: none
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    padding: 15px
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.dropdown-submenu:hover>a:after {
    border-left-color: var(--blue)
}

.dropdown-menu li {
    margin: 0
}

.dropdown-menu li a {
    display: block
}

.navbar-toggler {
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    transition-duration: .3s
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler .icon-bar {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 1px
}

.navbar-toggler .icon-bar {
    background-color: var(--black)
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 1px
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    top: 2px
}

.navbar-toggler .icon-bar {
    position: relative;
    transition: all .5s ease-in-out
}

.navbar-toggler.active .icon-bar:first-of-type {
    top: 6px;
    transform: rotate(45deg)
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -10px;
    transform: rotate(-45deg);
    width: 34px
}

#footer {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: hsla(0, 0%, 100%, 1);
    background-image: radial-gradient(at 46% 0%, hsla(0, 0%, 100%, 1) 0px, transparent 50%), radial-gradient(at 0% 98%, hsla(60, 100%, 91%, 1) 0px, transparent 50%), radial-gradient(at 100% 100%, hsla(180, 67%, 63%, 0.68) 0px, transparent 50%);
}

#footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../images/footer_bottom_bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    background-position: bottom right;
    z-index: -1
}

#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: -310px;
    background-image: url("../images/footer_left_bg.webp");
    background-repeat: no-repeat;
    width: 500px;
    height: 100%;
    background-position: top right;
    z-index: -1
}

.flogo {
    margin-bottom: 2.3rem
}

.footer-widget,
.footer-widget address {
    margin-bottom: 1.5rem
}

.footer-widget .title {
    font-size: 1.1rem;
    color: var(--yellow);
    margin-bottom: .3rem
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-nav ul li {
    margin: 0;
    padding: 0;
    font-weight: 600
}

.footer-nav ul li a {
    display: inline-block;
    margin-bottom: .8rem;
    color: var(--blue);
    font-weight: 700
}

.footer-nav ul li ul li a {
    display: inline-block;
    margin-bottom: .6rem;
    color: var(--gray);
    font-weight: 500
}

.footer-nav li a:focus,
.footer-nav li a:hover {
    color: var(--yellow)
}

.footer-link a {
    color: var(--white);
    font-size: 3rem
}

.footer-link li {
    display: inline-block;
    margin: 0 1rem 0 0
}

.footer-link ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 1rem
}

.footer-link a:hover {
    color: var(--blue)
}

.footer-link a svg {
    fill: var(--blue)
}

.footer-link a:hover svg:hover {
    fill: red
}

.footer-link a:hover rect#Rectangle_150 {
    fill: #5C8DC9
}

.footer-link a:hover rect#Rectangle_148 {
    fill: #5C8DC9
}

.footer-link a:hover rect#Rectangle_149 {
    fill: #5C8DC9
}

.footer-link a:hover rect#Rectangle_264 {
    fill: #5C8DC9
}

.title-head {
    margin-bottom: 3rem;
    position: relative;
    z-index: 2
}

.title-head .title {
    font-size: 40px;
    color: #008AFC;
    font-weight: 600
}

.spreading-smiles {
    position: relative;
    padding-bottom: 100px
}

.spreading-smiles .real-sli {
    position: relative;
    z-index: 2
}

.spreading-smiles .fade-circle {
    bottom: -360px;
    left: -425px
}

.spreading-smiles .title-head .title {
    font-size: 100px;
    font-weight: 900;
    text-align: center;
    letter-spacing: -5px
}

.video-modal .close {
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 999;
    font-size: 40px;
    font-weight: 400;
    color: var(--dark);
    opacity: 1;
    text-shadow: none;
    background: var(--white)
}

.video-modal .close:not(:disabled):not(.disabled):focus,
.video-modal .close:not(:disabled):not(.disabled):hover:hover {
    opacity: 1
}

.video-modal .close span {
    display: block;
    font-size: 45px;
    line-height: 25px
}

.video-modal .modal-content {
    background: var(--yellow);
    border: 4px solid var(--yellow);
    border-radius: 10px
}

.video-modal .modal-body {
    position: relative;
    padding: 0;
    border: 4px solid var(--orange);
    border-radius: 10px
}

.top-right-icon.btn-group {
    border: 1px solid var(--gray);
    border-radius: 2rem
}

.top-right-icon.btn-group:after {
    content: '';
    position: absolute;
    top: 15%;
    left: 50%;
    height: 70%;
    width: 1px;
    background-color: var(--blue)
}

.top-right-icon .btn-outline-primary {
    border-color: transparent;
    padding: .5rem 1.5rem
}

.massge_icon {
    background-image: url("../images/massage.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
    display: block
}

.phone_icon {
    background-image: url("../images/phone.svg");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: block
}

.header-title {
    margin-bottom: 2.8rem
}

.header-title .title {
    font-size: 50px;
    color: #008AFC;
    line-height: 48px;
    font-weight: 500;
    max-width: 400px;
    text-transform: capitalize
}

.header-title small {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    color: var(--black);
    margin-bottom: .5rem;
    font-family: var(--font-family);
    letter-spacing: 0
}

.header-title .title span {
    color: var(--yellow);
    display: block;
    margin-left: 3.5rem
}

.header-title p {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 600;
    display: block;
    color: var(--gray);
    margin-bottom: 2rem;
    font-family: var(--font-family)
}

.lets-connect-sec {
    background-color: var(--white);
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 2rem 5rem;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    border-radius: 2rem
}

.lets-connect-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 212px;
    background: url("images/lets-connect-top-bg.png") no-repeat 100%;
    z-index: -1;
    background-size: 100%
}

.lets-connect-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 212px;
    background: url("images/lets-connect-bottom-bg.png") no-repeat 100%;
    z-index: -1;
    background-size: 100%
}

.lets-connect-text {
    padding-right: 2rem
}

.lets-connect-form .form-group {
    margin-bottom: .8rem
}

.lets-connect-form .capcha {
    background-color: #e7d613;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center
}

.hedder-latest .title {
    line-height: .9
}

.hedder-latest .title span {
    margin-left: 0
}

.bg-white-blog {
    border-radius: 10px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.bg-white:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .3)
}

.latest-insights figure {
    margin-bottom: 1.875rem
}

.latest-insights img {
    width: 100%;
    border-radius: 10px
}

.letest-artical {
    min-height: 134px
}

.latest-insights .title {
    font-size: 22px;
    color: var(--black);
    font-weight: 700
}

.latest-insights .title a {
    color: var(--black)
}

.latest-insights .title small {
    font-size: 1rem;
    color: var(--gray);
    display: block;
    margin-bottom: .625rem;
    font-weight: 500
}

.our-work-sec {
    background: url("images/our_work_bg.webp") var(--white) no-repeat 0 0;
    padding: 6rem 0;
    overflow: hidden
}

.work-slider-sec {
    margin-right: -150px
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: -38px;
    width: 100%
}

.our-work-sec .owl-carousel .owl-next,
.our-work-sec .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    top: 50%;
    margin: 5px;
    z-index: 10;
    color: #ddd;
    background: var(--blue);
    padding: 0;
    border: solid 0 #eee;
    border-radius: 5px;
    font-size: 0;
    text-align: center;
    line-height: 44px;
    display: inline-flex
}

.owl-next:before,
.owl-prev:before {
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.owl-next:before {
    content: '\f178'
}

.owl-prev:before {
    content: '\f177'
}

.header-pink .title {
    line-height: .9;
    margin-right: 25px
}

.header-pink .title span {
    margin-left: 3rem
}

.feature-text {
    font-size: 1.08rem
}

.feature-text p strong {
    font-weight: 500;
    color: var(--blue)
}

.take-your-img {
    max-width: 700px;
    min-width: 700px;
    margin-left: -5rem;
    margin-right: 2rem
}

.take-your-img img {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%
}

.section-content {
    padding-left: 10rem
}

.flex-row-reverse .take-your-img {
    margin-right: -5rem;
    margin-left: 2rem
}

.what-we-bg {
    background-image: url("../images/we-do-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 2.25rem;
    display: block
}

.what-we-bg figure img {
    max-height: 100px;
    min-height: 100px
}

.left-right-gap {
    width: 90%;
    margin: 0 auto
}

.we-do-feature {
    margin-top: 3.5rem;
    min-height: 210px
}

.we-do-feature .title-md {
    font-size: 1.875rem;
    color: var(--blue);
    font-weight: 700
}

.client-slider .item {
    opacity: 1;
    height: 70px;
    line-height: 70px;
    padding: 0;
    margin: 2px;
    color: #000;
    border-radius: 3px;
    text-align: center
}

.client-slider .item img {
    max-width: 100%;
    width: auto;
    filter: grayscale(100%);
    transition: all .2s ease;
    padding: 0 6px;
    opacity: .3
}

.client-slider .item:hover img {
    filter: grayscale(0);
    transition: all .3s ease;
    opacity: 1
}

.client-slider .current .item img {
    filter: grayscale(0);
    transition: all .3s ease
}

.card-body {
    transition-duration: .3s
}

.card-body:hover {
    transform: scale(1.05)
}

.what-we-section .what-we-bg {
    min-height: 510px
}

.what-we-section .btn {
    padding: 0
}

.what-we-section .arrow-icon {
    margin: 0;
    width: 42px;
    height: 27px
}

.recognitions-section {
    background-color: var(--white)
}

.transform-section .d-flex.header-title .title {
    min-width: 340px;
    max-width: 340px
}

.transform-section .header-title {
    margin-bottom: 1.5rem
}

.transform-section .header-title small {
    margin-bottom: 1rem
}

.transform-section .header-title p {
    font-size: 1.25rem
}

.difference-section {
    overflow: hidden
}

.feature-sec,
.portfolio-section {
    background: url("images/feature-back.png") no-repeat;
    background-position: calc(100% - -210px) top
}

.feature-sec .what-we-bg {
    min-height: 560px
}

.portfolio-section .we-do-feature {
    min-height: inherit
}

.yellow {
    color: var(--yellow)
}

.about-section {
    background: url("images/about-back.jpg") no-repeat bottom center var(--white);
    background-size: 100%;
    padding: 15vw 0
}

.about-section .about-cont {
    max-width: 600px;
    margin-left: 22vw
}

.about-section .about-cont p strong {
    color: var(--blue)
}

.white-back {
    background: var(--white)
}

.blue-back {
    background: var(--blue)
}

.header-title .title span.white,
.white {
    color: var(--white)
}

.clients_list ul {
    list-style-type: none;
    padding: 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.clients_list ul li {
    background: #f1f3f6;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding: 1rem 0;
    margin: 0
}

.clients_list ul li:nth-child(2n) {
    background: #dfe5ee
}

.clients_list ul li img {
    filter: grayscale(100%);
    transition: all .2s ease;
    opacity: .4
}

.clients_list ul li:hover img {
    filter: grayscale(0);
    transition: all .2s ease;
    opacity: 1
}

.successful-project {
    color: var(--white)
}

.successful-project .header-title small {
    color: var(--white);
    opacity: .5
}

.successful-project .header-title .title span.yellow {
    font-size: 7rem
}

.successful-project .header-title .title span.white {
    text-align: right;
    max-width: 350px
}

.member.big figure {
    max-width: 50%;
    min-width: 50%;
    margin-right: 25px
}

.member-cont header h3 {
    font-weight: 700;
    margin-bottom: 0
}

.member-cont header small {
    display: block;
    opacity: .3;
    font-weight: 600;
    font-size: 1rem
}

.area-interest {
    background-image: url("images/banner_left_shap.webp");
    background-repeat: no-repeat;
    background-position: -50% top;
    background-size: 50%
}

.interest-area .we-do-feature {
    margin-top: 1.5rem
}

.interest-area .we-do-feature .title-md a {
    background: url("images/aarow_icon.png") no-repeat;
    background-position: center right;
    display: inline-block;
    padding-right: 50px;
    background-size: 30px
}

.interest-area .we-do-feature p {
    opacity: .5
}

.custom-section {
    background: url("images/serv-back.png") no-repeat calc(100% - -100px) top
}

.custom-section .header-title .title span {
    display: inline
}

.custom-section .section-content {
    margin-left: 50px
}

.relt_serv {
    background: var(--white);
    border-radius: 30px;
    padding-bottom: 50px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2)
}

.relt_serv .heading {
    color: var(--blue);
    padding: 20px 10px;
    font-size: 18px;
    margin: 0
}

.relt_serv ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.relt_serv ul.active {
    background: #f7f8fa
}

.relt_serv ul li {
    padding: 0;
    margin-bottom: 1px
}

.relt_serv ul li a {
    background-color: var(--yellow);
    color: var(--gray);
    display: block;
    line-height: normal;
    padding: 10px 10px;
    position: relative
}

.relt_serv ul li a:before {
    position: absolute;
    content: '\f107';
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: var(--white)
}

.relt_serv ul li a:hover {
    color: var(--black)
}

.relt_serv ul li a.active {
    background-color: var(--blue);
    color: var(--white)
}

.relt_serv ul li li a {
    background-color: transparent;
    color: var(--gray);
    display: block;
    padding: 10px 10px
}

.relt_serv ul li li a.active {
    background-color: transparent;
    color: var(--gray)
}

.relt_serv ul li li a:before {
    display: none
}

.relt_serv ul li li a.active:before {
    display: block;
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: var(--blue)
}

.relt_serv ul li li a:hover {
    color: var(--blue)
}

.fixcont {
    overflow: hidden
}

a.less-more-contect,
a.read-more-contect {
    display: block;
    text-align: center;
    color: var(--yellow);
    font-size: 30px
}

.best-practices {
    background-image: url("../images/practice-back.png");
    background-repeat: no-repeat;
    background-position: calc(100% - -250px) -200px;
    background-color: var(--yellow)
}

.clients_list.startup-client ul li {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%
}

.startup-banner.banner_bg {
    background-color: var(--yellow)
}

.startup-banner.banner_bg .banner_left_shap {
    background-image: url(../images/startup-sec.png);
    background-size: 150%;
    background-position: bottom center
}

.startup-banner.banner_bg .main-banner .item {
    padding-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.startup-banner.banner_bg .banner-text {
    padding: 2.4rem 0
}

.startup-banner.banner_bg .banner-text .title span {
    margin-left: 0
}

.startup-banner.banner_bg .banner-text .btn-default {
    margin-top: .5rem
}

.resp-tabs-list {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    width: 15.8%;
    margin: 0 15px 0 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 15px;
    list-style: none;
    cursor: pointer;
    float: left;
    border-radius: 30px;
    border: 3px solid var(--white);
    line-height: normal;
    min-height: 304px
}

.resp-tabs-list li img {
    display: block;
    max-width: 100%;
    margin: 25px auto
}

.resp-tabs-list li:last-child {
    margin: 0
}

.resp-tabs-container {
    padding: 0;
    clear: left
}

.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    color: var(--black)
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-accordion-active,
.resp-content-active {
    display: block
}

.resp-accordion {
    font-size: 20px;
    border: 1px solid var(--white);
    margin: 1rem 0;
    border-radius: 1rem;
    padding: 10px 15px;
    position: relative
}

.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: #00f
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid var(--white);
    border-right: none;
    background-color: var(--white);
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important
}

.resp-arrow {
    width: 25px;
    height: 25px;
    top: 70px;
    right: 15px;
    z-index: 9;
    position: absolute
}

.resp-arrow:after,
.resp-arrow:before {
    -webkit-transition: .5s all ease-out;
    transition: .5s all ease-out;
    display: inline-block;
    content: '';
    width: 15px;
    height: 2px;
    background: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

.resp-tab-active .resp-arrow:after,
.resp-tab-active .resp-arrow:before {
    background: var(--black)
}

.resp-arrow:before {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.resp-arrow:after {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.resp-tab-active span.resp-arrow:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.resp-tab-active span.resp-arrow:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
}

.resp-tab-active {
    background: var(--white);
    position: relative
}

.resp-tab-active:before {
    position: absolute;
    content: '';
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--white)
}

.resp-easy-accordion .resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid var(--white)
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid var(--white) !important
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

.resp-accordion:first-child {
    border-top: 1px solid var(--white) !important
}

@media only screen and (min-width:992px) {
    .inner-section {
        margin-top: 0
    }
}

@media only screen and (max-width:991px) {
    ul.resp-tabs-list {
        display: none
    }

    .resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }

    nav.navbar {
        padding: 10px 0 !important
    }

    .inner-section {
        margin-top: 0 !important;
    }

    .singleInsight-wrapper {
        padding-bottom: 40px !important;
    }

    .inner-section.singleInsight-wrapper {
        margin-top: 0px !important;
        margin-bottom: 40px;
        padding-top: 72px;
    }

    .single-menuList p.header-title {
        text-align: left
    }

    .dropdown:hover>.dropdown-menu {
        padding: 15px 0
    }

    .single-menuList {
        margin-bottom: 10px
    }

    .insight-section .blog-card {
        min-height: auto !important
    }

    .banner-details {
        padding-top: 0 !important
    }

    .formBtn .btn-primary-circle i {
        right: 20px !important
    }
}

.toggle-btn {
    position: absolute;
    z-index: 99999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: none;
    right: 1.5rem;
    top: .8rem
}

#header.affix .toggle-btn {
    top: .2rem
}

.toggle-btn:focus {
    outline: 0
}

.toggle-btn span,
.toggle-btn span:after,
.toggle-btn span:before {
    left: 0;
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    background: var(--blue);
    cursor: pointer
}

.toggle-btn span {
    top: 25px;
    left: 13px
}

.toggle-btn span:before {
    top: -9px
}

.toggle-btn span:after {
    bottom: -9px
}

.toggle-btn span,
.toggle-btn span:after,
.toggle-btn span:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.toggle-btn.active span {
    background-color: transparent
}

.toggle-btn.active span:after,
.toggle-btn.active span:before {
    top: 0;
    background: #fff
}

.toggle-btn.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle-btn.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg)
}

.bg-overlay {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

.bg-overlay.active {
    display: block
}

.toggle-list-menu {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: none;
    right: 1rem;
    top: 14px
}

.toggle-list-menu:focus {
    outline: 0
}

.toggle-list-menu span,
.toggle-list-menu span:after,
.toggle-list-menu span:before {
    left: 0;
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: var(--blue);
    cursor: pointer;
    border-radius: 50%
}

.toggle-list-menu span {
    top: 18px;
    left: 18px
}

.toggle-list-menu span:before {
    top: -9px
}

.toggle-list-menu span:after {
    bottom: -9px
}

.toggle-list-menu span,
.toggle-list-menu span:after,
.toggle-list-menu span:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.toggle-list-menu.active span {
    background-color: transparent
}

.toggle-list-menu.active span:after,
.toggle-list-menu.active span:before {
    top: 0;
    width: 25px;
    border-radius: 0;
    left: -12px
}

.toggle-list-menu.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle-list-menu.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg)
}

ul.f-links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

ul.f-links li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

ul.f-links li:last-child {
    margin-right: 0
}

ul.f-links li a {
    color: var(--dark);
    font-size: 14px
}

.about-us-banner .banner-text .title {
    margin-left: 4rem
}

.about-us-banner .banner-text .title small {
    margin-left: -4rem
}

.about-us-banner .banner-text .title span {
    margin-left: -4rem
}

.lets-connect-form .form-text {
    margin-top: 0
}

@media only screen and (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%
    }
}

@media only screen and (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }
}

@media only screen and (max-width:1399px) {
    body {
        font-size: 14px
    }

    .container {
        max-width: 1170px
    }

    .we-do-feature .title-md {
        font-size: 1.6rem
    }

    .what-we-bg {
        padding: 1.5rem
    }

    .what-we-section .what-we-bg {
        min-height: 480px
    }

    .header-title {
        margin-bottom: 1.5rem
    }

    .latest-insights .title {
        font-size: 22px
    }

    .btn-default {
        font-size: 1rem
    }

    .header-title p {
        font-size: 1.2rem
    }

    .header-title .title {
        font-size: 4rem
    }

    .banner-text,
    .breadcrumb {
        padding: 2rem 0
    }

    .banner-text .title {
        font-size: 3rem;
        letter-spacing: -2.5px
    }

    .banner-text .title small {
        font-size: 1.2rem
    }

    .transform-section .d-flex.header-title .title {
        min-width: 295px;
        max-width: 295px
    }

    .take-your-img {
        max-width: 600px;
        min-width: 600px
    }

    .navbar-expand-md .navbar-nav .nav-item {
        margin: 0 .8rem
    }

    #header .navbar-brand,
    .flogo {
        width: 230px
    }

    #header.affix .navbar-brand {
        width: 230px
    }

    .section-content {
        padding-left: 4rem
    }

    .header-title small {
        font-size: 1rem
    }

    .section-content .pt-6 {
        padding-top: 2rem
    }

    .banner-text .title span {
        margin-left: 4rem
    }

    figure.banner-img {
        max-width: 775px
    }
}

@media only screen and (max-width:1199px) {
    /* .toggle-btn {
        display: block
    }

    .toggle-btn.active {
        right: 300px
    }

    #navbar {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100% !important;
        background-color: var(--white);
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        overflow: auto;
        z-index: 99999;
        padding: 0;
        box-shadow: inset 10px 1px 6px -6px rgba(0, 0, 0, .1);
        margin: 0;
        align-items: self-start
    }

    #navbar.open {
        right: 0
    } */

    .navbar-expand-md.navbar {
        padding-right: 5rem;
        align-items: self-start;
        justify-content: start !important
    }

    .navbar-expand-md.navbar .navbar-collapse.justify-content-end {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .navbar-expand-md.navbar .navbar-nav {
        flex-direction: column;
        display: block;
        width: 100%
    }

    .navbar-expand-md.navbar .navbar-nav .dropdown-menu {
        width: 100%;
        left: 0;
        position: relative;
        padding: 0 0 0 15px;
        display: block;
        border: none
    }

    .navbar-expand-md .navbar-nav .nav-item .nav-link.active:before,
    .navbar-expand-md .navbar-nav .nav-item:hover .nav-link:before {
        display: none
    }

    .navbar-expand-md .navbar-nav .nav-item {
        margin: 0
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: .5rem 1rem;
        text-transform: none;
        border-bottom: 1px solid rgba(0, 0, 0, .07)
    }

    .footer-nav ul li a {
        font-size: 14px
    }

    .footer-nav ul li ul li a {
        font-size: 12px
    }

    .footer-widget,
    .footer-widget address {
        margin-bottom: 1.5rem
    }

    .dropdown-toggle::after {
        position: absolute;
        right: 1rem;
        top: 1rem;
        display: none
    }

    .dropdown-submenu>a:after {
        display: none
    }

    .what-we-section .what-we-bg {
        min-height: inherit
    }

    .dropdown-menu li a {
        padding: 5px 15px 5px 25px;
        font-size: 12px;
        text-transform: none;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        color: var(--dark)
    }

    #header .btn-primary {
        position: relative;
        font-size: 0;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    #header .btn-primary:before {
        display: inline-block;
        content: '\f095';
        position: absolute;
        top: 3px;
        right: 9px;
        font-family: FontAwesome;
        font-size: 24px;
        line-height: 30px;
        color: var(--white)
    }

    .header-title small {
        font-size: 1rem
    }

    .dropdown-menu li.dropdown-submenu ul li a {
        padding: 5px 15px 5px 25px
    }

    .banner-text,
    .breadcrumb {
        padding: 2rem 0;
        margin: 0
    }

    .single-post .breadcrumb {
        padding: 0;
        margin: 0
    }

    figure.banner-img {
        max-width: 630px
    }

    .take-your-img {
        max-width: 500px;
        min-width: 500px
    }

    .header-title small {
        margin-bottom: .5rem
    }

    .feature-text.pt-4 {
        padding-top: .5rem !important
    }

    .section-content .pt-6 {
        padding-top: .5rem
    }

    .pt-6 {
        padding-top: 3rem
    }

    .owl-carousel .owl-nav {
        bottom: -8px
    }

    .title-sm,
    h3 {
        font-size: 24px !important
    }

    .about-what .header-title {
        text-align: center;
        margin-bottom: 1.5rem !important
    }

    .about-what .header-title .title span {
        display: inline-block;
        margin-left: 0
    }

    .about-what .feature-text {
        text-align: center
    }

    .successful-project .header-title .title span.yellow {
        font-size: 5rem
    }

    .successful-project .header-title .title {
        font-size: 3rem
    }

    .successful-project .header-title .title span.white {
        text-align: left
    }

    .custom-section .section-content {
        margin-left: 0;
        padding-left: 0
    }

    .custom-section .header-title .title {
        font-size: 3rem
    }

    .navbar-expand-md.navbar .navbar-nav .dropdown-submenu>.dropdown-menu {
        display: none
    }

    .flogo {
        margin: 0 auto 2.3rem
    }

    .dropdown-menu .submenu {
        display: none
    }

    #header .navbar-expand-md .navbar-nav .dropdown-menu {
        font-size: .8rem;
        text-transform: none;
        padding: 15px 15px 0
    }

    .dropdown-menu a.menu-title {
        margin-bottom: .5rem;
        color: var(--dark);
        opacity: .8;
        padding-left: 10px
    }
}

@media only screen and (max-width:991px) {
    .word-txt1 .title {
        line-height: 8vw;
        max-height: 8vw;
        font-size: 45px
    }

    .formcta {
        width: 340px;
        border: none
    }

    body {
        font-size: 14px;
        line-height: 1.6
    }

    .section {
        padding: 40px 0
    }

    .footer-widget {
        text-align: center
    }

    #header .navbar-brand,
    .flogo {
        width: 200px
    }

    #header.affix .navbar-brand {
        width: 200px
    }

    .footer-widget address {
        margin-bottom: 1rem
    }

    .footer-nav ul li a {
        font-size: 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: .7rem 2rem .7rem .5rem;
        margin: 0
    }

    .footer-menu {
        display: none
    }

    .footer-title {
        position: relative
    }

    .footer-title:after,
    .footer-title:before {
        -webkit-transition: .5s all ease-out;
        transition: .5s all ease-out;
        display: inline-block;
        content: '';
        width: 11px;
        height: 1px;
        background: #626262;
        position: absolute;
        top: 20px;
        right: 10px;
        opacity: 1
    }

    .footer-title:before {
        opacity: 1;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .footer-title:after {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .footer-title.active:before {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    .footer-title.active:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    .footer-nav ul li ul li a {
        font-size: 13px;
        display: block;
        margin: 0
    }

    .footer-link.text-right {
        text-align: center !important
    }

    .take-your-img {
        max-width: 600px;
        min-width: inherit;
        margin: 0 auto 2rem
    }

    .take-pic-section .header-pink .title {
        line-height: 1.1;
        margin-right: 0
    }

    .banner-text .title small {
        font-size: 1rem
    }

    .banner-text .title span {
        margin-left: 2.5rem
    }

    .banner-text .title {
        letter-spacing: -2px;
        font-size: 2rem
    }

    .btn-default {
        padding: .4rem 1.5rem
    }

    .header-title .title {
        font-size: 3rem
    }

    .we-do-feature {
        min-height: inherit
    }

    .transform-section .d-flex {
        display: block !important
    }

    .transform-section .take-your-img {
        display: block;
        margin-bottom: 1rem
    }

    .transform-section .section-content {
        text-align: center;
        padding: 0
    }

    .transform-section .d-flex.header-title .title {
        min-width: inherit;
        max-width: inherit
    }

    .header-pink .title span {
        margin: 0;
        display: inline-block
    }

    .feature-sec .what-we-bg {
        min-height: 360px
    }

    .flex-row-reverse .take-your-img {
        margin: 0 auto 1rem;
        display: block
    }

    .feature-text {
        font-size: 1rem
    }

    .difference-section .d-flex {
        display: block !important
    }

    .about-section {
        padding: 15vw 0 !important
    }

    .lets-connect-sec {
        max-width: 100%
    }

    .custom-section .header-title.d-flex {
        display: block !important
    }

    .header-pink .title {
        margin-right: 0
    }

    .areas .header-title {
        text-align: center;
        margin-bottom: 1.5rem !important
    }

    .areas .header-title .title span {
        display: inline-block;
        margin-left: 0
    }

    .areas .feature-text {
        text-align: center
    }

    ul.f-links {
        text-align: center;
        margin: 0 0 1rem
    }

    .recognitions-section .header-title {
        text-align: center
    }

    .recognitions-section .header-title .title span {
        display: inline-block;
        margin-left: 0
    }

    .lets-connect-text {
        padding-right: 0;
        text-align: center
    }

    .lets-connect-text .header-title .title span {
        display: inline-block
    }

    .bg-white {
        padding: 1rem
    }

    .startup-banner.banner_bg .banner_left_shap {
        background-size: 105rem
    }

    .startups-section .section-content {
        text-align: center
    }
}

@media only screen and (min-width:768px) {
    .mob-recentpost {
        display: none
    }
}

@media only screen and (max-width:767px) {

    .banner-details {
        padding-top: 0 !important
    }

    .owl-carousel.off {
        display: block !important
    }

    .mob-recentpost {
        text-align: left;
    }

    .title-lg,
    h1 {
        font-size: 40px !important;
        line-height: 50px !important
    }

    #home-slider {
        margin-top: 40px !important
    }

    .search #home-slider {
        margin-top: 0 !important
    }

    .archive #home-slider {
        margin-top: 0px !important
    }

    .main-blog .blog-btn {
        margin: 0 !important
    }

    .main-blog {
        padding-bottom: 0 !important
    }

    .insight-section {
        padding-right: 0 !important
    }

    .center-content-banner p {
        font-size: 15px !important;
        margin-top: 10px !important;
        line-height: 22px !important;
    }

    .banner-title {
        font-size: 29px !important;
        line-height: 30px !important;
        margin: 0 !important
    }

    .searchform input {
        max-width: 100%;
        height: 40px !important;
    }

    .blog-btn {
        visibility: visible !important;
        opacity: 1 !important;
        margin-bottom: 20px
    }

    .pagination {
        padding-bottom: 40px
    }

    .blog-detail h4 {
        min-height: auto !important
    }

    .current-opening {
        padding-top: 0 !important;
    }

    .word-txt1 .title {
        font-size: 35px !important
    }

    .formcta {
        width: 100% !important;
        height: 100% !important;
        margin-top: 0px !important;
        position: relative;
        border: none !important;
        border-radius: 0;
        margin-bottom: 100px
    }

    .formcta::before {
        content: '';
        position: absolute;
        top: -50px;
        left: auto;
        border: 1px dashed #b3b6cb;
        width: 400px;
        height: 400px;
        border-radius: 50%
    }

    .current-opening .formWrapper form {
        z-index: 4;
        flex: 0 0 275px !important
    }

    .word-txt1 .title {
        line-height: 10vw !important;
        max-height: 10vw !important
    }

    .searchform {
        max-width: 100%;
        margin-top: 10px !important;
    }

    .title-head .title {
        font-size: 16px !important;
        line-height: 18px;
    }

    body.search .banner-section {
        height: 280px !important;
    }

    body {
        font-size: 12px
    }

    .section {
        padding: 40px 0
    }

    .top-section {
        padding-top: 0 !important
    }

    .newsletter-wrapper {
        padding-top: 20px !important
    }

    .current-opening.homepage {
        margin-top: 60px;
    }

    .navbar .d-flex {
        display: flex !important
    }

    #home-slider,
    .main-banner {
        height: auto;
        padding-bottom: 1rem
    }

    #home-slider .data-table.data-table-rtl {
        direction: inherit
    }

    #home-slider .data-table .data-cell {
        display: block
    }

    figure.banner-img {
        margin: 10px auto 0;
        position: relative;
        max-width: 320px
    }

    .play_icon a {
        width: 135px;
        height: 84px
    }

    .banner-text {
        padding: 0 1rem;
        text-align: center;
    }

    .banner-text .title {
        margin: 0 0 1.5rem
    }

    .banner-text .title small {
        margin-bottom: 1rem
    }

    .banner-text .title span {
        display: inline-block;
        margin-left: 0
    }

    .banner-text .btn-default {
        margin-top: 0;
        padding: .3rem 2rem
    }

    #home-slider .owl-dots {
        padding: 0;
        text-align: center;
        bottom: -38px
    }

    .header-title {
        text-align: center
    }

    .header-title .title span {
        display: inline-block;
        margin: 0;
    }

    .header-title p {
        font-size: 1rem;
    }

    .toggle-btn {
        right: .5rem;
    }

    .play_icon {
        bottom: 0;
    }

    .what-we-section .header-title.mb-0 {
        margin-bottom: 1rem !important
    }

    .feature-text {
        font-size: .8rem;
        text-align: center;
    }

    .section-content {
        padding-left: 0;
        text-align: center;
    }

    .our-work-sec {
        padding: 3rem 0;
        text-align: center;
    }

    .lets-connect-text {
        padding-right: 0;
        text-align: center
    }

    .header-title .title {
        font-size: 2rem;
        letter-spacing: -2px
    }

    .feature-sec .what-we-bg {
        min-height: inherit
    }

    .form-text {
        margin: 0 1rem 2rem 0 !important
    }

    .lets-connect-sec {
        padding: 1rem
    }

    .lets-connect-sec:after {
        background-size: 100%;
        width: 80px;
        height: 105px
    }

    .lets-connect-sec:before {
        background-size: 100%;
        width: 80px;
        height: 105px
    }

    ul.f-links {
        text-align: center
    }

    .about-section {
        padding: 30vw 0 10px !important;
        background-position: top
    }

    .member.big figure {
        max-width: inherit;
        min-width: inherit;
        margin: 0 auto
    }

    .member-cont {
        text-align: center
    }

    .successful-project .header-title .title span.white {
        max-width: inherit
    }

    .successful-project .header-title .title span.white {
        max-width: inherit
    }

    .custom-section .section-content {
        margin-top: 3rem
    }

    .interest-area {
        text-align: center
    }

    .resp-accordion {
        font-size: 13px
    }

    .resp-accordion img {
        max-width: 50px
    }

    .resp-arrow {
        top: 32px
    }

    .what-we-bg {
        padding: 1rem
    }

    .we-do-feature .title-md {
        font-size: 1.2rem
    }

    .we-do-feature .title-md br {
        display: none
    }

    .privacy-sec .feature-text {
        text-align: left
    }

    .work-slider-sec {
        margin: 0
    }

    .take-pic-section .d-flex {
        display: block !important
    }

    .latest-insights {
        text-align: center
    }

    .toggle-list-menu {
        display: block
    }

    .relt_serv>ul {
        display: none !important;
        position: absolute;
        z-index: 2;
        background-color: var(--white);
        width: 100%
    }

    .relt_serv>ul.open {
        display: block !important
    }

    .relt_serv {
        padding-bottom: 0;
        position: relative;
        border-radius: 5px
    }

    .custom-section .header-title .title {
        font-size: 2rem
    }

    .best-practices {
        background-position: calc(100% - -300px) bottom
    }

    .successful-project .header-title .title {
        font-size: 2rem
    }

    .startup-banner.banner_bg .banner_left_shap {
        background-size: 1650px
    }

    .startup-banner.banner_bg .banner-text {
        padding: 25rem 0 1rem
    }

    #home-slider.banner_bg.startup-banner {
        padding-bottom: 0
    }

    .core-value .header-title ul {
        text-align: left
    }

    .about-us-banner .banner-text .title {
        margin-left: 0
    }

    .about-us-banner .banner-text .title small {
        margin-left: 0
    }

    .about-us-banner .banner-text .title span {
        margin-left: 0
    }

    .single-menuList p.header-title {
        text-align: left
    }

    .dropdown:hover>.dropdown-menu {
        padding: 15px 0
    }

    .banner-section {
        height: 350px !important;
        padding-bottom: 0 !important
    }

    .archive .banner-section {
        height: 0px !important;
    }

    .archive .banner-section {
        padding-bottom: 60px !important;
    }

    .archive .inner-banner-content {
        padding-top: 40px;
    }

    .archive .allpost .title {
        padding-bottom: 60px;
    }

    .right_link .hover-sec:first-child .drop_dwn {
        min-width: 85%;
    }

    .drop_dwn {
        right: 35px;
    }

    .category-sec .drop_dwn {
        max-width: 85%;
        width: 85%;
        min-width: 85%;
    }

    .inner-section.banner-section {
        padding-top: 0 !important
    }

    .formBtn .btn-primary-circle {
        max-width: 170px !important
    }

    .menu-toggle,
    .mobileFixed-btn .menu-line {
        bottom: 30px !important
    }

    .menu-line.open .btn-app {
        width: 300px !important
    }

    .mobileFixed-btn .popup-wrapper {
        padding: 20px
    }

    .mobileFixed-btn .btn-app img {
        max-width: 20px !important
    }

    .singlePopup:not(:last-child) {
        margin-bottom: 32px !important
    }

    .menu-line.open .btn-app {
        bottom: 50px !important
    }

    .singlePopup a {
        font-size: 14px !important
    }

    .mobileFixed-btn .menu-toggle {
        width: 40px !important;
        height: 40px !important
    }

    .imgbox {
        width: 40px !important;
        height: 40px !important;
        bottom: 110px !important;
    }

    .imgbox img {
        max-width: 18px !important
    }

    .popup {
        width: 75% !important;
        right: 77px !important;
        bottom: 15px !important
    }

    .newsletterBtn .btn-primary-circle {
        position: relative !important;
        margin-top: 10px;
        height: 40px;
    }

    .form-control::placeholder {
        font-size: 12px !important
    }

    .newsletterInner-wrapper {
        margin-bottom: 30px !important
    }

    .main-blog .blog-btn .btn {
        border: 1px solid #008AFC;
    }

    .main-blog .btn-primary-circle i {
        margin-left: 0;
    }

    .main-blog .btn-primary-circle i path {
        fill: #008AFC;
    }

    .blog-card-img {
        padding-right: 0 !important;
    }

    .blog-sec.all-blogs img {
        height: 100%;
    }

    .newsletterBtn {
        flex-direction: column;
        gap: 1px !important;
    }

    .newsletterInner-wrapper {
        gap: 10px !important
    }

    .newsletterBtn .form-control {
        border-radius: 8px !important;
    }

    .footerSub-list:last-of-type {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .share_dv .heateor_sss_horizontal_sharing .heateor_sss_svg,
    .share_dv .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
        background: transparent !important;
    }

    .newsletterInner-wrapper .newsletterContent p {
        font-size: 16px !important;
        line-height: 22px;
    }

    .menu-toggle img {
        width: 18px;
    }

    .blog .blog-btn .btn-primary-outline,
    .blog .main-blog .blog-btn .btn {
        padding: 8px 16px !important;
    }

    .formWrapper .formBtn {
        margin-top: 20px;
    }

    .footer .footer-main {
        padding: 10px 0;
    }

    .fottercontentLeft {
        flex-wrap: wrap;
        flex-direction: inherit;
        gap: 24px;
    }

    .about-modified {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-content.mt-5 {
        margin-top: 0 !important;
    }

    .singleInsight-wrapper {
        padding-bottom: 20px !important;
    }

    .cat-sidebar {
        padding: 25px;
    }

    .search-button {
        right: 5px !important;
        padding: 5px 10px !important;
        font-size: 12px !important;
    }

    .search-button.btn {
        padding: 5px 20px !important;
    }
}

@media only screen and (max-width:600px) {
    .newsletterInner-wrapper {
        display: block !important;
        text-align: center
    }

    .newsletterImg {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:479px) {

    #header .navbar-brand,
    .flogo {
        width: 160px
    }

    #header.affix .navbar-brand {
        width: 160px
    }

    .resp-accordion {
        font-size: 11px
    }

    .current-opening .formWrapper form {
        flex: none !important
    }
}

.blog-img-wrapper {
    overflow: hidden;
    border-radius: 10px
}

.blog-card img {
    transition: all .3s ease-in-out
}

.blog-card:hover img {
    transform: scale(1.1);
    overflow: hidden
}

.blog-detail {
    padding: 15px 0 !important
}

.main-blog .blog-detail {
    padding: 0 0 40px !important;
}

.main-blog .blog-btn .btn {
    padding: 9px 30px !important;
    transition: all .3s ease-in-out;
}

.blog-tag {
    color: #008AFC;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
    background-color: rgba(49, 78, 123, .1);
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-right: 2px;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: max-content*/
}

.blog-card:hover .blog-tag {
    background-color: #008AFC;
    color: var(--white);
}

.blog-detail h4 {
    font-size: 28px;
    line-height: 34px;
    color: var(--black);
    font-weight: 500;
    min-height: 60px
}

.blog-listing .blog-detail h4 {
    font-size: 28px;
}

.blog-listing .blog-meta {
    font-size: 22px;
}

.blog-meta .dot {
    height: 17px;
    display: inline-block;
    margin: 0 8px;
}

.blog-card .blog-detail h4 a {
    color: var(--black);
    font-weight: 400;
}

.blog-listing .blog-card .blog-detail h4 a {
    font-weight: 400;
}

.insight-latest .blog-detail h4 {
    min-height: inherit;
    color: var(--black);
}

.blog-detail p {
    font-size: 16px;
    color: var(--black) !important;
    margin-bottom: 0;
    line-height: 1.5
}

.blog-btn {
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    display: inline-flex;
}

.blog-card:hover .blog-btn {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out
}

.blog-card:hover .blog-btn .btn-primary-circle {
    background-color: #008AFC;
    border-color: #008AFC;
    display: inline-flex;
    color: #fff;
    padding: 3px 15px;
    line-height: 1;
}

.insight-latest .blog-btn .btn-primary-circle:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;

}

.insight-latest .blog-btn .btn-primary-circle:hover i {
    background-color: transparent;
    color: #fff;
}

.blog-btn .btn-primary-outline {
    background: transparent;
    border-color: #008AFC;
    color: #008AFC;
    border-radius: 50px;
    font-weight: 500;
    padding: 12px 30px !important
}

.blog-btn .btn-primary-outline:hover {
    background: #008AFC;
    border-color: #008AFC;
    color: #fff;
}

.blog-btn .btn-primary-outline:hover i g path {
    fill: #fff;
}

.blog-btn .btn {
    justify-content: flex-start;
    transition: all .3s ease-in-out;
    padding: 0;
    color: #008AFC;
}

.search-result .blog-detail h4 {
    min-height: inherit
}

.btn-primary-circle i,
.btn-white-circle i {
    width: 32px;
    height: 32px;
    max-width: 32px;
    margin-left: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.btn-primary-circle {
    color: var(--circle-border);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-primary-circle i svg {
    transition: .3s ease-in-out
}

.btn-primary-circle:hover i {
    background-color: transparent;
    color: #fff
}

.btn-primary-circle:hover i svg,
.btn-primary-outline:hover i svg {
    transform: rotate(45deg)
}

.btn-primary-circle i svg {
    transition: .3s ease-in-out
}

.btn-primary-circle:hover i svg path {
    fill: var(--white)
}

.insight_article h2,
.insight_article h3 {
    font-weight: 400
}

.insight-section {
    padding-right: 30px
}

.cat-sidebar {
    background: transparent linear-gradient(90deg, #DBEAFD 0%, #D0FAE6 100%) 0% 0% no-repeat padding-box;
    padding: 32px;
    border-radius: 20px;
}

.cat-tilte {
    font-size: 32px;
    line-height: 1;
    color: var(--black);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 32px;
}

.catList a {
    padding: 8px 15px;
    line-height: 1.3;
    color: #212529;
    border: 1px solid #212529;
    border-radius: 50px;
    margin-bottom: 17px;
    margin-right: 6px
}

.catList a:hover {
    background-color: #0b5ed7;
    color: var(--white);
    border: 1px solid #0b5ed7;
}

.banner-details {
    padding-top: 20px
}

.banner-title {
    font-size: 64px;
    margin-top: 40px;
    line-height: 78px;
    margin-bottom: 12px;
    color: var(--primary_color);
    font-weight: 400;
    text-transform: uppercase
}

.center-content-banner p {
    font-size: 24px;
    max-width: 788px;
    line-height: 28px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
    opacity: .70;
}

.banner-section {
    background-color: hsla(236, 0%, 0%, 1);
    background-image: radial-gradient(at 39% 31%, hsla(292, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(302, 74%, 20%, 1) 0px, transparent 50%), radial-gradient(at 86% 69%, hsla(254, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 25% 71%, hsla(184, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 78% 100%, hsla(229, 84%, 28%, 1) 0px, transparent 50%), radial-gradient(at 28% 99%, hsla(229, 83%, 28%, 1) 0px, transparent 50%), radial-gradient(at 99% 1%, hsla(237, 75%, 8%, 1) 0px, transparent 50%);
    padding-bottom: 100px !important;
    height: 640px;
    background-position: 100% 100%
}

.searchform {
    position: relative;
    color: #aaa;
    font-size: 16px;
    display: inline-block;
    margin-top: 50px
}

.searchform input {
    width: 788px;
    height: 60px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 50px;
    text-indent: 32px;
    padding-right: 20px;
}

.searchform .fa-search {
    position: absolute;
    top: 40%;
    left: 20px;
}

.insight-latest .blog-img-wrapper {
    min-width: 500px;
    min-height: 300px
}

.insight-latest .blog-img-wrapper img {
    height: 100% !important
}

.insight-latest .blog-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s ease-in-out
}

.insight-latest .blog-card-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s ease-in-out
}

.blog-card-detail {
    background: radial-gradient(circle, rgba(167, 240, 241, .50) 0%, rgba(255, 255, 255, 1) 50%);
}

.blog-card-img {
    padding-right: 60px;
}

.pagination .current {
    padding: 0 10px;
    color: #008AFC;
    font-weight: 700;
    text-decoration: underline
}

.pagination a {
    padding: 0 10px;
    color: #707070
}

#pagination-container,
.pagination {
    justify-content: center
}

.single-insight .blog-tag {
    display: inline-block;
    background-color: #008AFC;
    color: #fff
}

.single-insight .blog-detail h2 {
    font-size: 42px;
    text-transform: uppercase;
    color: #008AFC;
    line-height: 1.3 !important;
}

.sideNews-wrapper h4 {
    font-weight: 400 !important;
    color: #333;
    margin-bottom: 24px;
}

.recent-postsec a,
.table-content a {
    color: #333;
    line-height: 1.4;
    margin-bottom: 10px
}

.table-content li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 8px;
}

.sideNews-wrapper ::-webkit-scrollbar {
    width: 6px
}

.imgbox {
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #008AFC;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, .2)
}

.imgbox img {
    max-width: 20px
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 80px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 9
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.popup {
    position: absolute;
    right: 20px;
    bottom: 125px;
    background: #fff;
    width: 47%;
    transition: all 5s ease-in-out;
    box-shadow: rgba(0, 0, 0, .3) 0 0 21px;
    padding: 30px;
    border-radius: 15px
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #333
}

.popup .close:hover {
    color: #06d85f
}

.popup .content {
    max-height: 380px;
    overflow: auto
}

.popup ::-webkit-scrollbar {
    width: 6px
}

.imgbox .close-popup {
    display: none
}

.imgbox.active .close-popup {
    display: block
}

.imgbox.active .open-popup {
    display: none
}

.sideNews-wrapper ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.sideNews-wrapper ::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px
}

.table-content ul {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 25px
}

.table-content {
    background: transparent linear-gradient(90deg, #DBEAFD 0%, #D0FAE6 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.popup ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.popup ::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px
}

.insight_article {
    padding-left: 50px
}

.content-details h2 {
    font-size: 28px;
    font-weight: 400
}

.content-details img,
.insight_article img {
    border-radius: 15px;
}

.content-details p {
    font-size: 20px;
    line-height: 34px;
}

.content-details li {
    font-size: 18px;
    padding-left: 15px
}

.content-details ul,
.content-details ul li {
    list-style: none;
    font-size: 18px;
    padding-left: 8px;
}

.content-details ul li::before {
    content: "";
    padding-right: 10px;
    color: #0b5ed7;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0b5ed7;
    display: inline-block;
    left: -15px;
    position: relative
}

div {
    scroll-margin-top: 80px
}

.search .blog-card {
    border-bottom: 1px solid #c7c7c7;
    padding-left: 0;
    padding-bottom: 20px
}

.single-post .title {
    max-height: 100%
}

@media (max-width:1550px) {
    .navbar .nav-link {
        font-size: 14px !important
    }

    .formBtn .btn-primary-circle {
        max-width: 174px
    }

    .navbar-brand {
        max-width: 250px
    }

    .blog-meta {
        font-size: 16px !important;
    }

    .banner-section {
        height: 560px;
    }

    .blog-meta .dot {
        height: 13px !important;
    }

    .cat-tilte {
        font-size: 22px;
    }

    .archive .banner-section {
        padding-bottom: 85px !important;
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 0
}

.owl-dots .owl-dot {
    display: inline-block;
    background: 0 0;
    border: none;
    margin: 0 5px;
    padding: 0;
    text-align: center
}

.owl-dots .owl-dot span {
    transform: scale(.7);
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
    transition-duration: .4s;
    transform-origin: center;
    border: 4px solid #fff;
    display: block
}

.owl-dots .owl-dot.active {
    background: 0 0
}

.owl-dots .owl-dot.active span {
    background-color: #000;
    transform: scale(1)
}

.owl-thumb-item img {
    border: solid 1px #fff;
    padding: 10px 15px
}

.owl-thumbs {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0;
    z-index: 99
}

.owl-thumb-item {
    display: table-cell;
    border: none;
    background: 0 0;
    padding: 5px;
    opacity: .3;
    width: 100px;
    cursor: pointer
}

.owl-thumb-item.active {
    opacity: 1
}

.owl-carousel .nav-btn {
    height: 51px;
    position: absolute;
    width: 51px;
    cursor: pointer;
    top: 50%;
    margin-top: -25px
}

.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
    pointer-events: none;
    opacity: .2
}

.owl-carousel .prev-slide {
    background: url(images/nav-icon.png) no-repeat scroll 0 0;
    left: 0
}

.owl-carousel .next-slide {
    background: url(images/nav-icon.png) no-repeat scroll -51px 0;
    right: 0
}

.owl-carousel .prev-slide:hover {
    background-position: 0 0
}

.owl-carousel .next-slide:hover {
    background-position: -51px 0
}

.word-txt1 .title {
    color: #ffd166;
    text-transform: uppercase;
    line-height: 6vw;
    max-height: 5vw
}

@media (max-width:1550px) {
    .inner-banner-content {
        top: 100px !important;
    }

    .archive .inner-banner-content {
        top: 100px;
    }

    .single .inner-banner-content,
    .single .singleInsight-wrapper .center-content-banner {
        top: 100px !important;
    }
}

.breadcrumbs {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.insight-section .blog-card {
    min-height: 500px;
    transition: .3s ease-in-out
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 1px !important;
    padding: 5px
}

blockquote {
    font-style: italic;
    font-weight: 700;
    padding-left: 10px
}

.footer .footer-content li {
    margin-bottom: 6px;
    line-height: 1
}

.search .banner-section {
    height: 560px !important
}

.search header h2.title {
    display: block !important;
    color: #fff;
    font-weight: 300;
}

.contact-btn {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.navbar .nav-item .btn-blue {
    font-weight: 400;
    margin-top: 8px
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: .3rem
}

/*.socialIcons ul li img {
    background-color: var(--primary_color)
}*/

.g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

@media (min-width:340px) and (max-width:460px) {
    .current-opening .formWrapper form {
        max-width: 320px !important
    }
}

.menu-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #008AFC;
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 5;
    bottom: 30px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.menu-toggle .fa {
    color: #fff;
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
    transition: .4s;
    cursor: pointer;
    margin: 14px 0;
    max-width: 24px
}

.menu-toggle.open .fa {
    transform: rotate(180deg)
}

.btn-app {
    width: 330px;
    border-radius: 25px;
    position: absolute;
    background-color: #008AFC;
    color: #fff;
    text-align: center
}

.btn-app .fa {
    line-height: 2.5em
}

.open .btn-app {
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, .2)
}

.menu-line {
    position: absolute;
    z-index: 2
}

.menu-line .btn-app {
    bottom: 0;
    right: 0;
    transition: .3s;
    transition-delay: 0.5s
}

.menu-line.open .btn-app {
    bottom: 100px
}

.mobileFixed-btn .btn-app img {
    max-width: 24px;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.mobileFixed-btn .popup-wrapper {
    padding: 32px
}

.singlePopup.social a {
    width: 100%
}

.singlePopup,
.singlePopup.social a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.singlePopup:not(:last-child) {
    margin-bottom: 26px
}

.mobileFixed-btn .popup-left {
    gap: 15px
}

.menu-line {
    opacity: 0;
    visibility: hidden;
    display: none
}

.menu-line.open {
    opacity: 1;
    visibility: visible;
    display: block
}

.highlight-effect,
.highlight-effect.in-view {
    margin-top: 0 !important
}

.menu-toggle .fa-close {
    display: none
}

.menu-toggle.open .fa {
    display: none
}

.menu-toggle.open .fa-close {
    display: block;
    max-width: 20px
}

.singlePopup a {
    color: #fff
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active,
.bootstrap-select .dropdown-menu li a span.text,
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    color: #757d85;
    opacity: 1
}

.bootstrap-select .dropdown-toggle.btn-light:focus:focus {
    outline: 0 !important;
    box-shadow: none
}

.bootstrap-select .dropdown-menu.show .dropdown-item.active {
    background-color: #0171b5 !important
}

.bootstrap-select .dropdown-menu.show .dropdown-item.active span {
    color: var(--white);
    opacity: 1
}

.form-control.b_services .dropdown.bootstrap-select {
    width: 100% !important
}

.dropdown-toggle::after {
    display: none !important
}

.bootstrap-select button.btn:hover {
    color: #000;
    font-weight: 300
}

.newsletterInner-wrapper {
    background-color: hsla(236, 0%, 0%, 1);
    background-image: radial-gradient(at 39% 31%, hsla(292, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(302, 74%, 20%, 1) 0px, transparent 50%), radial-gradient(at 86% 69%, hsla(254, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 25% 71%, hsla(184, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 78% 100%, hsla(229, 84%, 28%, 1) 0px, transparent 50%), radial-gradient(at 28% 99%, hsla(229, 83%, 28%, 1) 0px, transparent 50%), radial-gradient(at 99% 1%, hsla(237, 75%, 8%, 1) 0px, transparent 50%);
    border-radius: 20px;
    padding: 30px
}

.newsletterInner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 108px
}

.newsletterInner-wrapper .newsletterContent h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--white)
}

.newsletterInner-wrapper .newsletterContent p {
    font-size: 24px;
    font-weight: 300;
    color: var(--white);
    margin: 0
}

.newsletterInner-wrapper ::placeholder {
    color: var(--white);
    opacity: .5;
    font-size: 16px
}

.newsletterBtn {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-top: 30px
}

.newsletterBtn .form-control {
    height: 60px;
    border-radius: 8px;
    color: var(--white);
    padding-right: 160px;
    width: 430px;
}

.newsletterBtn .form-control:focus,
.newsletterBtn .form-control:hover {
    background: 0 0 !important
}

/*.newsletterBtn .btn-primary-circle {
    position: absolute;
    top: 3px;
    right: 0;
    color: var(--white) !important
}*/

.btn.subscribe-btn {
    background-color: #008AFC;
    border-color: #008AFC;
    display: inline-flex;
    color: #fff;
    padding: 5px 35px;
    line-height: 1;
    transition: .3s ease-in-out;
}

.btn.subscribe-btn:hover i {
    background-color: transparent;
}

.newsletterBtn i {
    border: 1px solid transparent;
    background: transparent;
    max-width: 42px;
    height: 42px;
    margin-left: 16px;
    transform: rotate(0);
    transition: .3s ease-in-out;
}

.newsletterBtn .btn-primary-circle:hover i {
    transform: rotate(0);
}

.btn-primary-circle:hover i svg {
    transition: none !important
}

.newsletterInner-wrapper .btn-primary-circle:hover i svg path {
    fill: #fff;
}

@media (max-width:1550px) {
    .newsletterInner-wrapper {
        padding: 40px 30px;
        gap: 60px;
        max-width: 996px;
        margin: 0 auto
    }

    .newsletterInner-wrapper .newsletterContent h3 {
        font-size: 24px
    }

    .newsletterInner-wrapper .newsletterContent p {
        font-size: 20px
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.accordion-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.accordion-open ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out 0s;
    display: block
}

.callOption {
    cursor: pointer
}

.callOption ul {
    margin-top: 16px;
    display: none
}

.callOption.open ul {
    height: auto;
    max-height: 500px;
    transition: max-height 1s ease-in 0s !important;
    display: block;
    margin-bottom: 0
}

.callOption ul li:not(:last-child) {
    margin-bottom: 16px
}

.popup-right img {
    transition: all .3s ease-in-out
}

.callOption.open .popup-right img {
    transform: rotate(90deg)
}

.inner-banner-content .inner-content .banner-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px
}

#refresh {
    background: 0 0;
    border: none;
    font-size: 12px;
    color: var(--blue);
    float: right;
    position: absolute;
    right: 0;
    bottom: -24px;
    text-decoration: underline
}

.captcha-box img {
    position: absolute;
    top: 14px;
    right: 10px
}

.captcha-box input {
    padding-right: 106px
}

.singleInsight-wrapper {
    margin-top: 0;
    background-color: hsla(236, 0%, 0%, 1);
    background-image: radial-gradient(at 39% 31%, hsla(292, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(302, 74%, 20%, 1) 0px, transparent 50%), radial-gradient(at 86% 69%, hsla(254, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 25% 71%, hsla(184, 0%, 0%, 1) 0px, transparent 50%), radial-gradient(at 78% 100%, hsla(229, 84%, 28%, 1) 0px, transparent 50%), radial-gradient(at 28% 99%, hsla(229, 83%, 28%, 1) 0px, transparent 50%), radial-gradient(at 99% 1%, hsla(237, 75%, 8%, 1) 0px, transparent 50%);
    padding-top: 80px;
    padding-bottom: 80px !important;
}

.singleInsight-wrapper .center-content-banner {
    top: 120px !important;
}

.singleInsight-wrapper .blog-meta {
    color: #fff;
}

.singleInsight-wrapper .blog-meta .dot {
    background-color: #fff;
}

.single-insight .blog-detail h1 {
    color: #fff;
    font-size: 54px;
    line-height: 60px;
    font-weight: 300;
}

.blog-meta {
    color: var(--black);
    font-size: 22px;
    opacity: 0.7;
    font-weight: 300;
}

.blog-meta .dot {
    background: var(--black);
    width: 2px;
    height: 20px;
    display: inline-block;
    /* border-radius: 50%; */
    margin: 0 10px;
    opacity: 0.7;
}

textarea {
    resize: none;
}

/* HEADER CSS */
.menuList-content .header-title {
    margin-bottom: 20px !important;
}

p.header-title a {
    color: var(--main-black) !important;
    font-size: var(--f22);
    font-weight: var(--font-weight5);
}

.menuList-content ul.productList li:not(:last-child) {
    margin-bottom: 8px;
}

.menuList-content ul.productList a {
    font-size: var(--f16);
    color: var(--main-black) !important;
    font-weight: var(--font-weight4);
    opacity: .7;
}

.menuList-content ul.productList a:hover {
    color: var(--link-blue) !important;
    opacity: 1;
}

.socialHeader-box {
    background: transparent linear-gradient(90deg, #DBEAFD 0%, #D0FAE6 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    /* opacity: 0.7; */
    padding: 30px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.socialHeader-box .socialHeader-left {
    gap: 40px;
    align-items: center;
}

.socialHeader-left .content p {
    font-size: var(--f22);
    font-weight: var(--font-weight5);
    line-height: 1.4;
}

.socialHeader-left .content span {
    font-size: var(--f16);
    font-weight: var(--font-weight4);
}

.socialHeader-right .socialImages a:not(:last-child) img {
    margin-right: 30px;
}

p.header-title a:hover {
    color: var(--black) !important
}

.single-menuList p {
    font-size: 13px;
    color: var(--black)
}

.single-menuList:not(:last-child) {
    margin-bottom: 24px
}

.single-menuList .menuList-ico {
    flex-shrink: 0;
    margin-right: 17px
}

.feature-menu-content p {
    font-size: var(--f15);
    margin-top: 19px
}

.navbar .navbar-nav .nav-link:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--link-blue);
    transition-duration: .4s
}

.navbar .navbar-nav .nav-item .nav-link.active:before,
.navbar .navbar-nav .nav-item:hover .nav-link:before {
    width: 100%
}

.navbar .dropdown-menu .container {
    border-bottom: 0
}

.mobile-menuImg {
    display: none
}

.nav-item.dropdown.fix-dropdown {
    position: relative
}

.dropdown-item:hover {
    background-color: var(--white)
}

.fix-dropdown .dropdown-menu {
    min-width: 180px;
    padding: 10px 0 0 !important
}

.dropdown-menu .dropdown-item:hover,
.menuList-content a:hover h5 {
    color: var(--black) !important
}

.footer-main .container,
.navbar .container {
    max-width: 1440px
}

.btn-outline {
    background-color: transparent;
    border-color: var(--link-blue);
    border-radius: 50px;
    padding: 13px 32px;
    color: var(--link-blue) !important;
    font-size: 18px;
}

.btn-outline:hover {
    background-color: var(--link-blue);
    color: var(--white) !important;
}

.btn-outline:hover svg path {
    fill: var(--white);
}

.btn-primary-outline {
    background: transparent;
    border-color: var(--link-blue);
    color: var(--link-blue);
    border-radius: 50px;
    font-weight: var(--font-weight5);
}

.btn svg {
    margin-left: 10px;
    transition: all .3s ease-in-out;
}

.btn:hover svg {
    transform: rotate(45deg);
}

.nav-item .solution-gradientBox {
    background: transparent linear-gradient(90deg, #DBEAFD 0%, #D0FAE6 100%) 0% 0% no-repeat padding-box;
    padding: 64px 44px;
    border-radius: 20px;
}

.solution-gradientBox.carrer-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.solution-gradientBox.carrer-box .carrerBox {
    max-width: 635px;
}

.solution-gradientBox.carrer-box .greatPlace-logo {
    max-width: 130px;
}

.nav-item .solution-gradientBox p {
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 56px;
}

.nav-item .solution-gradientBox .inner-content p {
    font-size: var(--f28);
    font-weight: var(--font-weight5);
    line-height: 36px;
    margin-bottom: 16px;
}

.nav-item .solution-gradientBox .inner-content span {
    font-size: var(--f20);
    line-height: 25px;
    color: rgba(0, 0, 0, .70);
}

.nav-item .solution-gradientBox .header-navBtn {
    margin-top: 32px;
}

.solutions-menuList {
    height: 100%;
    margin-left: 48px;
}

.solutions-menuList.carrer-menuList {
    margin-left: 0;
}

.solutions-menuList .solutionInner .solution-singleProduct {
    padding: 22px 24px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    margin-bottom: 40px;
}

.solution-singleProduct a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.solution-singleProduct a .menu-tiltArrow {
    max-width: 32px;
    height: 32px;
    display: flex;
    flex-shrink: 0;
}

.solution-singleProduct a .menu-tiltArrow img {
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
}

.solution-singleProduct a .menu-tiltArrow img.hoverArrow {
    display: none;
    transition: all .3s ease-in-out;
}

.solution-singleProduct:hover a .menu-tiltArrow img.normalArrow {
    display: none;
}

.solution-singleProduct:hover a .menu-tiltArrow img.hoverArrow {
    display: block;
    transform: rotate(0deg);
}

.solution-singleProduct a:hover .menu-tiltArrow img {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
}


.solutionInner .solution-singleProduct .solution-name p {
    font-size: var(--f22);
    font-weight: var(--font-weight5);
    margin-bottom: 16px;
    color: var(--black);
    line-height: 26px;
}

.solutionInner .solution-singleProduct .solution-name span {
    font-size: var(--f16);
    font-weight: var(--font-weight4);
    color: rgba(0, 0, 0, .70);
}

.solutionInner .solution-singleProduct:hover .solution-name span {
    color: var(--link-blue);
    opacity: 1;
}

.solutions-menuList .socialHeader-right {
    position: absolute;
    bottom: 64px;
    right: 0;
    padding-top: 50px;
    border-top: 1px solid #aba9a938;
    width: 100%;
    text-align: right;
}

.solution-gradientBox.carrer-box p.carrer-heading {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 60px;
}

.solution-gradientBox.carrer-box p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 22px;
}

p.carrer-bottom-heading {
    font-size: 32px !important;
    font-weight: var(--font-weight6) !important;
}

.solution-gradientBox.carrer-box .header-navBtn {
    margin-top: 78px;
}

.header-navBtn {}

.socialHeader-box.carerHeader-box {
    background: transparent;
}

.carer-drop hr {
    margin: 4px 0 14px;
    background-color: #959494;
}

.socialBtn .btn:hover,
.header-navBtn .btn:hover {
    background: var(--link-blue);
    color: var(--white) !important;
}

.socialBtn .btn:hover svg path,
.header-navBtn .btn:hover svg path {
    fill: var(--white);
}

.navbar .nav-item .btn-blue {
    background: var(--link-blue);
    transition: all .3s ease-in-out;
    padding: 8px 20px;
}

.navbar .nav-item {
    margin-bottom: 0;
}

.solution-socialMobile {
    display: none;
}

.formSide {
    padding: 80px;
}

.insight_article p a {
    display: inline;
}

@media all and (max-width: 991px) {
    .only-mobileview {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    nav.navbar {
        padding: 10px 0;
    }

    p {
        font-size: var(--f16);
    }

    .single-menuList p.header-title,
    .fix-dropdown .dropdown-menu .dropdown-item {
        font-size: 14px !important;
    }

    /* Menu */
    .navbar-brand img {
        width: 190px;
    }

    .navbar .nav-item:not(:last-child) {
        padding-right: 0;
    }

    .single-menuList .menuList-ico {
        max-width: 40px;
    }

    .navbar .navbar-collapse {
        position: fixed;
        top: 56px;
        left: -150%;
        transition: .3s ease-in-out;
        display: block;
        background: #000000;
        width: 100%;
    }

    .nav-item .btn-blue {
        margin: 16px 0 16px 8px;
    }

    .navbar .navbar-collapse.show {
        left: 0;
        box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.15);
        height: 100%;
        overflow: auto;
    }

    .feature-menu-content {
        display: none;
    }

    /* .single-menuList .menuList-content p {display: none;} */
    .single-menuList {
        margin-bottom: 10px;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        padding: 16px 32px 6px;
    }

    .only-mobileview {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    .navbar-collapse .navbar-nav {
        align-items: flex-start !important;
        padding-bottom: 45px;
    }

    .navbar .nav-link {
        padding: 16px 0 !important;
    }

    .navbar .nav-item {
        width: 100%;
    }

    .navbar .nav-item:not(:last-child) {
        border-bottom: 1px solid #e7e7e7;
    }

    .navbar .dropdown .nav-link::after {
        top: 25px;
        right: 0;
    }

    .menuList-content ul.productList a {
        font-size: 12px;
        border-bottom: none;
        padding: 0;
    }
}

@media all and (max-width: 767px) {

    .solution-socialMobile,
    .solutionList .solution-socialMobile .socialHeader-right {
        display: block;
    }

    .solutionList .solution-socialMobile .socialHeader-right {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid rgba(0, 0, 0, .10);
    }

    .nav-item .btn-blue {
        display: none;
    }

    .mobile-menuImg {
        display: flex;
        align-items: center;
        padding: 24px 0;
    }

    .header-apply-btn {
        display: block;
    }

    .banner-cta .btn {
        color: var(--link-blue);
    }

    .banner-cta .btn,
    .btn {
        /* width: 100%; */
        width: auto;
        padding: 10px 16px;
        font-size: 14px !important;
    }

    .schedule-section .btn-primary-circle {
        font-size: 13px !important;
        padding: 10px 12px !important;
    }

    p.header-title a {
        font-size: var(--f16) !important;
    }

    .menuList-content ul.productList a {
        font-size: 12px;
    }

    .single-menuList {
        margin-bottom: 16px !important;
        padding-bottom: 16px;
    }

    .serviceList .col-md-3:not(:last-child) .single-menuList {
        border-bottom: 1px solid rgba(0, 0, 0, .10);
    }

    .socialHeader-box .socialHeader-left {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .socialHeader-box {
        flex-direction: column;
        padding: 32px;
    }

    .socialHeader-left .content p {
        font-size: 22px !important;
        margin-bottom: 16px;
    }

    .socialHeader-left .content span {
        font-size: 16px !important;
    }

    .socialHeader-right {
        margin-top: 48px;
    }

    .socialHeader-right .socialImages {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 24px;
        margin-right: 16px;
    }

    .case-slider .pbmit-tag-wrapper img,
    .singleImg img {
        max-width: 340px;
    }

    .socialHeader-right .socialImages a img {
        max-width: 90px;
        margin-right: 0 !important;
    }

    .solutions-menuList {
        margin-left: 0;
    }

    .solutionList .container .row {
        flex-direction: column-reverse;
    }

    .solutionList .socialHeader-right {
        display: none;
    }

    .solutions-menuList .solutionInner .solution-singleProduct {
        padding: 9px 16px;
        border-radius: 10px;
    }

    .solution-singleProduct a .menu-tiltArrow {
        max-width: 20px;
        height: 20px;
    }

    .solutionInner .solution-singleProduct .solution-name p {
        font-size: 16px !important;
    }

    .nav-item .solution-gradientBox p {
        font-size: 28px !important;
        margin-bottom: 56px !important;
        line-height: 36px !important;
    }

    .nav-item .solution-gradientBox .inner-content p {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .nav-item .solution-gradientBox .inner-content span {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .nav-item .solution-gradientBox .header-navBtn {
        margin-top: 24px !important;
    }

    .solution-gradientBox.carrer-box {
        flex-direction: column-reverse;
        padding: 0 32px 32px !important;
        margin-bottom: 24px !important;
    }

    .solution-gradientBox.carrer-box p.carrer-heading {
        font-size: 24px !important;
        margin: 0 0 16px !important;
        line-height: 44px !important;
    }

    .nav-item .solution-gradientBox p {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 16px !important;
    }

    .nav-item .solution-gradientBox .carrer-bottom-heading {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .socialHeader-box.carerHeader-box {
        padding: 32px 0 0;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        padding: 32px 32px 40px;
    }

    .solution-socialMobile,
    .solutionList .solution-socialMobile .socialHeader-right {
        display: block;
    }

    .solutionList .solution-socialMobile .socialHeader-right {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid rgba(0, 0, 0, .10);
    }

    .navbar .navbar-collapse {
        top: 50px;
    }

    /* .section,
    .great-place.content-sec {
        margin-left: 0;
        padding: 60px 0;
    } */

    .nav-item .dropdown-menu .container {
        padding: 0;
    }

    .navbar-collapse .navbar-nav {
        align-items: flex-start !important;
        padding-bottom: 45px;
    }

    .navbar .nav-link {
        padding: 20px 0 !important;
        margin: 0 32px;
        font-size: 14px;
    }

    .navbar .nav-item {
        width: 100%;
    }

    .navbar .nav-item:not(:last-child) {
        border-bottom: 1px solid rgba(231, 231, 231, .2);
    }

    .navbar .navbar-nav .nav-link:before {
        display: none;
    }

    .solution-socialMobile .socialHeader-right,
    .socialHeader-right {
        display: none !important;
    }

    .navbar .dropdown .nav-link::after {
        top: 27px;
        right: 0;
    }

    .carer-drop .carrer-box .carrerBox {
        margin-top: 16px;
    }

    .carer-drop .carrer-box .carrerBox p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .carer-drop .carrer-box .carrerBox p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .breadcrumb .breadcrumb-item a,
    .breadcrumb-item,
    .breadcrumb-item.active {
        font-size: 12px;
    }

    .captcha-box img {
        top: 7px
    }
}

.content-details {
    overflow-x: auto;
}

@media all and (max-width: 1400px) {
    .inner-banner-content h1.banner-title {
        margin-top: 10px;
    }

    .archive .all-blogs {
        margin-top: 90px;
    }

    .fottercontentLeft {
        gap: 40px;
    }
}


.searchform form {
    position: relative;
    display: flex;
}

.search-button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.siteLogo {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
.siteLogo a img {
    height: 24px;
}
.desk-form .form-heading { display:none;} 

.grecaptcha-badge {display: none !important;}