.navbar .megamenu ul.dropdown-menu {
    min-width: 900px;
}

.megamenu ul {
    padding-left: 15px;
}

.navbar .dropdown-menu .dropdown-item.submenutitle {
    font-size: 10px;
}

.navbar .dropdown-menu .dropdown-item.submenutitle {
    font-size: 18px;
    color: #086ad8;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 3px 25px !important;
}

.sliderimage {
    height: 756px;
    object-fit: contain;
}

.portfolio-wrapper .brand-logo img {
    width: 180px !important;
    height: 59px;
    object-fit: contain;
    /* filter:  brightness(0) invert(1); */
}

.images.one img,
.images.two img,
.images.three img,
.images.four img,
.images.six img,
.images.seven img,
.author img {
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

/* blog page */
.news-left .blogs .img-fluid {
    object-fit: cover;
    object-position: top;
}

/* about us page*/
.feature-img.pos-rel img {
    height: 240px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

/* portfolio page */
.portfolio-area .portfolio-wrapper2 img {
    object-fit: cover;
    object-position: top left;
    border-radius:7px;
}
.portfolio-area .grid-item.cat3{
    position:relative !important;
    left:unset !important;
    bottom:unset !important;
    top:unset !important;
    right:unset !important;
}
.team-thumb img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    padding: 20px;
}

.count-bar img {
    width: 53px;
}

.services-tools img {
    object-fit: contain;
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.row.singleservice>div {
    width: 12%;
    text-align: center;
    background: #ffffff;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.row.singleservice>div:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.singleservice p {
    text-align: center;
}

.row.singleservice {
    justify-content: center;
}

.white-bg.tool-box {
    min-height: 252px;
}

.tool-box p {
    font-size: 1.1rem;
    color: #000;
    font-weight: 700;
}

.about-services-area ul li {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 20px;
    display: flex;
}

.about-services-area i,.serviceprovidesec ul i {
    color: #086ad8;
    margin-top: 4px;
}

.about-services-area .row {
    align-items: center;
}

.blog-pl-border .blogs__thumb {
    height: 125px;
    width: 200px;
}

.blog-pl-border .blogs__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.hire-list-block {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.hire-list-block-item {
    background: #f7f7f9;
    padding: 20px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}

.top-block-hire {
    display: flex;
    align-items: center;
}

.top-block-hire h6 {
    font-size: 1.1rem;
    padding-left: 20px;
}

.faq,.opening-faq {
    box-sizing: border-box;
    background: transparent;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.opening-faq{
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    background: #f7f7f9;
}
.faq:not(:first-child){
    border-top: 1px solid #e6e6e6;
}

.faq:last-child,.opening-faq:last-child {
    margin-bottom: 0;
}

.faq-title,.opening-faq-title {
    margin: 0 35px 0 0;
    cursor: pointer;
}

.faq-text,.opening-faq-text  {
    margin: 30px 0 0;
    display: none;
    line-height: 1.5rem;
}

.faq.active{
    background-color: #ffffff;
    box-shadow: inset 4px 0px 0px 0px #086ad8;
}

.faq.active .faq-title,.opening-faq.active .opening-faq-title {
    color: #086ad8;
}

.faq.active .faq-text,.opening-faq.active .opening-faq-text {
    display: block;
}

.faq-toggle{
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: inherit;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
    transition: 0.3s ease;
}
.opening-faq-toggle {
    background-color: transparent;
    border: none;
    color: #086ad8;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    transition: 0.3s ease;
}
.opening-faq-text form button{
    border: none;
}
.formsec{
    background: #fff;
    padding:20px;
}
.opening-faq.active .opening-faq-toggle i{
    transform: rotate(-180deg);
}
.opening-faq-text ul li {
    list-style-type: disc;
}
.faq-toggle:focus,.opening-faq-toggle:focus {
    outline: none;
}

.faq.active .faq-toggle,.opening-faq.active .openingfaq-toggle {
    transform: rotate(180deg);
    background-color: #086ad8;
    border-color: #086ad8;
    color: #fff;
}

.error {
    color: #ff0000;
    padding-left: 6px;
}

span.star {
    color: #ff0000;
    padding-left: 5px;
}

.our-associations-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.technology-item {
    max-width: 10%;
    flex: 10%;
}

.technology-item a {
    transition: all 0.4s ease-in-out;
    display: block;
}

.technology-items-img {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.technology-items-img img {
    width: 80px;
    height: 80px;
}

.technology-text {
    text-align: center;
    margin-top: 0.625rem;
}

.technology-item a:hover,
.technology-item-img:hover {
    transform: translateY(-10px);
}

.main-header-area .quote-btn,
.stickylogo {
    display: none;
}

.main-header-area.sticky-menu .quote-btn,
.main-header-area.sticky-menu .stickylogo {
    display: inline-block;
}

.sticky-menu .border-tops {
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-services-img {
    margin-left: auto;
    width: 93%;
}

.about-services-img.mb-30 {
    margin-bottom: 0;
}

.page-title-wrapper .page-title {
    font-size: 58px !important;
}

.about-services-text.ps-xxl-5.pt-30 {
    padding: 0;
}

.hamburger-menu {
    display: none !important;
}

.count-bar .chart::before {
    border: 0 !important;
}

.count-bar .chart {
    margin-bottom: 0 !important;
}

.slider-bg .slider-right img {
    width: 80% !important;
}

.slider-bg .slider-right,
.slider__content {
    padding-top: 0 !important;
}

.team-area2 .team-wrapper .team-thumb::before,
.team-area2 .team-wrapper .team-thumb::after {
    background-image: unset !important;
}

.team-wrapper .team-thumb::before,
.team-wrapper .team-thumb::after {
    width: unset !important;
    height: unset !important;
}

.team-thumb.jointeam {
    width: 220px;
    height: 220px;
}

.team-thumb.jointeam h4 {
    color: #fff;
    padding: 40px 20px 0 20px;
}

.team-thumb.jointeam img {
    width: 62%;
    height: unset;
    padding: 0;
}

.team-wrapper .team-thumb {
    background: #2c5b90;
    border-radius: 50%;
}

.about-text-wrapper2 .text-list li:hover::before {
    background: #086ad8 !important;
}

.has-dropdown {
    position: relative;
}

.has-dropdown i {
    color: #000;
    right: 8px;
    position: absolute;
    top: 19px;
    width: 26px;
    text-align: center;
}

.has-dropdown.activeli>.fad.fa-chevron-down {
    transform: rotate(180deg);
}

.responsivelink {
    width: 100%;
}

.side-mobile-menu ul li.has-dropdown>a:after {
    border-width: unset !important;
    border-style: unset !important;
    position: unset !important;
}

.fad:after {
    opacity: 1 !important;
}
.brand-img iframe{
    margin-top: 20px;
}
.blogtitle{
    background-image: url('/public/img/page-title/page-title-bg3.jpg');
}
#successMessage {
    position: absolute;
    top: 10%;
    width: 73%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.formsec{
    position: relative;
}
/*career sec*/

.fa-spin-fast {
    -webkit-animation: fa-spin-fast .1s infinite linear;
    animation: fa-spin-fast 0.1s infinite linear
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 6.6em;
    cursor: pointer;
}

.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px 10px 20px;
    height: 82px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.material-card h2 span {
    display: block
}

.material-card h2 strong {
    font-weight: 300;
    display: block;
    font-size: .76em
}

.material-card h2:after,
.material-card h2:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.material-card h2:after {
    top: auto;
    bottom: 0
}


.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px
}

.material-card.mc-active h2:before {
    top: 0
}

.material-card.mc-active h2:after {
    bottom: -16px
}

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.material-card .mc-btn-action {
    position: absolute;
    right: 16px;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 54px;
    height: 54px;
    line-height: 46px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.material-card .mc-btn-action:hover {
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.material-card.mc-active .mc-btn-action {
    top: 62px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.material-card .mc-footer h4 {
    position: absolute;
    top: 200px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.material-card .mc-footer a {
    display: block;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-decoration: none;
    top: 200px;
    border-radius: 50px;
}


.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 55px;
    height: 55px;
    z-index: 20
}

.img-fluid {
    max-width: 100%
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em
}

.material-card.mc-active .mc-description {
    top: 50px;
    padding-top: 5.6em;
    opacity: 1;
    text-align: left;
}


.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.material-card.mc-active .mc-footer a {
    top: 0;
    border: 2px solid #e8eaf6;
}

.material-card.mc-active .mc-footer h4 {
    top: 27px;
    left: 20px;
    font-weight: 400;
    color: #ffffff;
}

.material-card.Red h2 {
    background-color: #282C76
}

.material-card.Red h2:after {
    border-top-color: #282C76;
    border-right-color: #282C76;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.material-card.Red h2:before {
    border-top-color: transparent;
    border-right-color: #282C76;
    border-bottom-color: #282C76;
    border-left-color: transparent
}

.material-card.Red.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #282C76;
    border-bottom-color: #282C76;
    border-left-color: transparent
}

.material-card.Red.mc-active h2:after {
    border-top-color: #282C76;
    border-right-color: #282C76;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.material-card.Red .mc-btn-action {
    background-color: #282C76;
}

.material-card.Red .mc-btn-action:hover {
    background-color:#282C76;
}


.material-card.Red .mc-footer a {
    background-color: #282C76;
}

.material-card.Red.mc-active .mc-content {
    background-color: #e3f2fd;
}

.material-card.Red.mc-active .mc-footer {
    background-color: #11B6E0;
}

.material-card.Red.mc-active .mc-btn-action {
    border-color: #ffffff;
}
.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}

.material-card h2 {
    text-align: left;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.mc-content .img-fluid {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.workwithus a{
  color:#086ad8;  
}
.blogs-2 .blogs__thumb img{
    height:434px;
}
.widget-post .post-list .blog-post img{
    width:320px;
    height:160px;
    margin-bottom: 20px;
}
.blog-content .blog__thumb img{
    width: 320px;
    height: 160px;
}
#blog_description img{
    margin-left: -40px;
    width: 861px !important;
    height: 430px;
    object-fit: cover;
}
.news-left .blog-4 .tag{
    width: fit-content;
    left: 10px;
    position: absolute;
    bottom: 10px;
}
.news-left .blog-title4 {
    font-size: 28px;
}
.news-left .blogs{
    padding-bottom: 0;
}
.secdirection{
    display:block;
}
.tool-box img{
    width:70px;
    height:70px;
    object-fit:contain;
}
.news-details-left .news-boxes .box-img{
    width:200px;
    height:150px;
    margin-top: 0;
    margin-bottom: 0;
}
body #scrollUp {
    width: 60px;
    height: 60px;
    right: 88px;
    bottom: 18px;
    line-height: 60px;
    margin-top:21px;
}
#scrollUp i{
    padding-top:21px;
}
.tawk-min-container .tawk-button-circle.tawk-button-large{
    width: 50px !important;
    height: 50px !important;
}
.grey-bg.services-area {
    margin-bottom: -110px;
}
.objectivesec .semi-title,.Solutionsec .semi-title,
.benefitssec .semi-title{
    width: fit-content;
    margin: auto;
    margin-top:-65px;
}
.objectivesec .about-text-wrapper .style-text,
.Solutionsec .about-text-wrapper .style-text,.benefitssec .about-text-wrapper .style-text{
    left: 0;
    position: relative;
}
/*case study*/
.vertical-tabs .nav-tabs {
    position: relative; /* Add position relative */
    border: none;
    border-right: 1px solid #ddd;
    display:block;
}
.vertical-tabs .nav-tabs>li {
    position: relative; /* Add position relative */
    float: none;
    margin-bottom:22px;
}

.vertical-tabs .nav-tabs>li>a {
    border-radius: 0;
    position: relative; /* Add position relative */
    padding:8px 20px;
    font-weight:bold;
    display: inline-block;
    min-width: 287px;
    text-align: center;
}

.vertical-tabs .nav-tabs>li.active>a,
.vertical-tabs .nav-tabs>li.active>a:hover,
.vertical-tabs .nav-tabs>li.active>a:focus {
    border-right-color: transparent;
    background: rgb(239, 247, 255);
    color: #086ad8;
}
.vertical-tabs{
    display:flex;
    flex-wrap:wrap;
}

.footer__social i {
    padding-top: 13px;
}
.icon i{
    padding-top: 16px;
}
.maincookie {
    min-height: 82px;
    width: 100%;
    background-color: #ffffff;
    position: sticky;
    bottom: 0;
    z-index: 5;
    display: flex;
    padding: 20px;
    border-top:3px solid #086ad8;
}
.cookie {
    width: 66%;
    margin-right: 30px;
}
.cookie p {
    line-height: 1.5;
    font-size: 16px;
}
.nobg-btn {
    background-color: #ffffff;
    color: #086ad8;
    border: 1px solid #086ad8;
    border-radius: 2px;
    margin-right: 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600;
}
.maincookie .theme_btn{
    border: none;
    border-radius: 2px;
    margin-right: 1em;
    min-width: 125px;
    padding:11px 21px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600;
}
.closebtn {
    border: none;
    background: none;
    line-height: 37px;
}
.linklisting h3{
    border-bottom: 1px dotted #9a9a9a;
}
.linklisting h3:hover{
    color:#086ad8;
}
.linklisting ul li{
    position: relative;
    margin-bottom:10px;
}
.linklisting ul {
    padding-left:0;
}
.linklisting ul li a{
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 10px 10px 25px;
    list-style-type: disc;
    border: 1px solid transparent;
    box-shadow: 0px 6px 23px rgba(27, 29, 35, 0.0);
    white-space: nowrap;
}
.linklisting ul li a:hover {
    color: #086ad8;
    border: 1px solid #eee;
    padding: 10px 10px 10px 25px;
    background: #fff;
    box-shadow: 0 6px 23px rgba(27,29,35,.1);
    border-radius: 6px;
}
.linklisting ul li a:hover:before {
    color: #0a57f4;
}
.linklisting ul li a:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 9px;
    color: #636363;
    font-size: 20px;
    margin-right: 5px;
}
.blogs .tag{
    bottom:150px;
    top:unset !important;
}
.techanlologiseused a {
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-flex;
    border-radius: 5px;
    margin-right: 10px;
}
.techanlologiseused h4{
    margin-bottom:10px;
}
.serviceprovidesec ul {
    padding-left: 0;
    margin-bottom:0;
}
.roundedimg{
    border-radius:30px;
}
.technologiesused li a{
    display:flex;
    padding: 10px 10px 10px 25px;
}
ul.technologiesused{
    padding-left:0;
    margin-top:20px;
}
.technologiesused li{
    margin-bottom:10px;
}
.technologiesused li a:hover{
    color: #086ad8;
    background: #fff;
    box-shadow: 0 6px 23px rgba(27,29,35,.1);
    border-radius: 6px;
}
.technologiesused li a img{
    width: 30px;
    margin-right: 10px;
    object-fit: contain;
}
.test-founder{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
}
.test-founder img{
    margin-right:15px;
    border-radius:50%;
}
.testmonialssec {
    max-width: 800px;
    margin: auto;
}
.testimonials-content{
    position: relative;
}
.testimonials-content p {
    font-size: 25px;
    text-align: center;
    line-height: 44px;
}
img.upquote {
    position: absolute;
    left: -10%;
}
img.downquote {
    position: absolute;
    bottom: 0;
    right: -10%;
}
.test-founder p b {
    display:block;
    color: #222;
}
.introductionsec .about-text-wrapper,.problemfaced .about-text-wrapper,
.clientprofile .about-text-wrapper{
    padding-left: 0;
}
.introductionsec .about-text-wrapper .style-text,
.problemfaced .about-text-wrapper .style-text,
.clientprofile .about-text-wrapper .style-text{
    left: 0;
}
.clientprofile .about-services-img{
    margin-left:unset;
}
#topheader .navbar-nav .nav-item{
    width:115px;
    margin:auto;
    text-align:center;
}

#topheader .navbar-nav{
    padding-left:0;
}
#topheader .navbar-nav .nav-item::before{
    left:0;
    margin:auto;
    right:0;
}

#topheader .navbar-nav .nav-item .nav-link{
    margin:unset;
}
.widget-post .blog-post{
    display: block !important;
}
.blog-slide .blogs__content h5 {
    min-height: 50px;
}
.text-list li{
    padding-right: 19px;
    display:block;
}
.item .blogs .blogs__thumb img{
    width: 300px;
    height: 150px;
    object-fit: cover;
}
.paragraph-details{
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    color:#000000;
    font-weight:bold;
}
.paragraph-details span{
    color: #086ad8;
    font-weight: 400;
}
.single-feature p{
    margin-right: 61px;
    line-height: 26px;
    color:#333333;
    font-weight:bold;
}
.work-process p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 48px;
    color:#333333;
    font-weight:bold;
}
p#testimonial-author {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: bold;
}
p#testimonial-author span{
    color:#b0d3ff;
    font-weight:normal;
}
body .widget-visible iframe{
    min-width:460px !important;
}
.blog-title{
    min-height: 77px;
    display: inline-block;
}
div#blog_description li {
    list-style-type: unset;
}
@media (max-width:1400px)
{
    .single-services{
        min-height:455px;
    }
    .count-bar{
        min-height:316px;
    }
    .linklisting h3{
        min-height:70px;
    }
    .widget-post .post-list .blog-post img{
        width: 100%;
        
    }
    #blog_description img{
        width: 100% !important;
        margin-left: unset;
        height: unset;
    }
}
@media (max-width:1200px){
    .services-tools .col-lg-3 {
        width: 30%;
    }
    .hire-list-block{
        grid-template-columns:1fr 1fr;
    }
}
@media only screen and (max-width : 991.5px){
    .process-bg {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .main-header-area {
        display: none;
    }
    .portfolio-area.portfolio-bg::before{
        height:300px;
    }
    .hamburger-menu {
        display: inline-block !important;
    }
    .sticky-menu {
        position: relative !important;
    }

    .logo-area.pl-30 {
        padding-left: 15px;
    }

    .side-mobile-menu {
        overflow-y: auto;
        max-height: 100%;
    }

    .row.singleservice>div {
        width: 20%;
    }

    .technology-item {
        max-width: 15%;
        flex: 15%;
    }
    .hamburger-menu {
        padding: 14px 14px 4px 12px !important;
    }
    .process-bg li::after{
        content: "\f054";
        position: absolute;
        font-family: "Font awesome 5 Pro";
        font-size: 16px;
        color: #999999;
        right: 32px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .process-bg li::before{
        display:none;
    }
    .secdirection{
        flex-direction: column-reverse;
        display:flex;
    }
    .blog-slide .nav-style-1 .owl-nav{
        top:-24%;
    }
    .about-us-area .about-img-wrapper .img-one {
        margin-top: 0;
        padding-right: 0;
    }
    .feature-img.pos-rel img{
        width:100% !important;
    }
    .opening-faq-text .w-50{
        width: 100% !important;
        padding: 0 !important;
    }
    .service-page.chose-us-area .chose-box{
        min-height:250px;
    }
    .single-services {
        min-height: 395px;
    }
    .services-tools .col-lg-3 {
        width: 50%;
    }
    .about-services-img.mb-30{
        margin-left:auto;
        margin-right:auto;
    }
    .grey-bg2 .about-services-text {
        margin-top: 30px;
    }
    .about-services-area ul li{
        padding-left:0;
    }
      .services-title{
        text-align:left !important;
    }
    /*.services-area .services-title .style-text{*/
    /*    left:0% !important;*/
    /*}*/
    .services-area .services-title .semi-title::before{
        left:0 !important;
    }
    .brand-bg{
        margin-top:-95px !important;
    }
    .blog-nav .owl-nav{
        top:-92px !important;
    }
    
    .core-feature2{
        min-height:455px;
    }
    .core-feature-area .semi-title,.core-feature-area .sect-title{
        text-align:left;
    }
    .blogs-2 .blogs__thumb img {
        height: unset;
    }
    .page-title-wrapper .page-title {
        font-size: 29px !important;
    }
    .servicename,.service-title-1{
        text-align:center;
    }
    .service-title-1,.sect-title {
        font-size: 25px !important;
    }
    .blogs{
        padding-bottom:0;
    }
    .news-details-left {
        padding: 20px;
    }
    .news-details-left .news-boxes p {
        margin-bottom: 0;
    }
    .news-feed-area .news-details-left {
        padding: 30px 20px 30px 20px;
    }
    .news-right-widget .widget{
        padding:24px 38px 13px 38px;
    }
    .sliderimage{
        height:unset;
    }
    .maincookie{
        display:block;
    }
    body #scrollUp{
        bottom: 67px !important;
        right:30px;
    }
    .cookie-btn{
        float:left;
    }
    .grey-bg.services-area{
        margin-bottom:-20px;
    }
      .blog-area .blogs .tag {
        top:unset !important;
        bottom:135px;
        right:0;
    }
    /* .blogs{
        min-height:352px;
    } */
    .vertical-tabs .nav-tabs>li>a{
        min-width:unset;
    }
    .footer__social,.copyright{
        margin:10px auto;
        width: fit-content;
    }
    
    .logo-area.pl-30{
        margin:unset;
    }
    footer .logo-area.pl-30{
        margin:auto;
        width:fit-content;
    }
    .clientprofile img{
        width:100%;
    }
    .introductionsec .about-text-wrapper .style-text,
    .problemfaced .about-text-wrapper .style-text,
    .clientprofile .about-text-wrapper .style-text{
        left: 0;
    }
    .widget-post .post-list .blog-post img{
        height: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .blogs .tag {
         top: unset !important; 
    }
}
@media (max-width:767px) {
    .logo-area.pl-30{
        margin:unset;
    }
    img.downquote{
        right:0;
    }
    img.upquote{
        left:0;
    }
    .style-text {
        font-size: 52px !important;
    }
    footer .logo-area.pl-30{
        margin:auto;
    }
    .linklisting h3{
        min-height:unset;
    }
    .blogs{
        min-height:unset;
    }
    .row.singleservice>div {
        width: 93%;
    }
    .cookie {
        width: 100%;
    }
    .cookie-btn {
        float: unset;
    }
    .cookie-btn a {
        display: block;
        margin-top: 10px;
    }

    .technology-item {
        max-width: 45%;
        flex: 45%;
    }

    .main-slider-area .item .slider-right {
        margin-top: 140px !important;
    }

    .slider-bg .slider-right img {
        margin-bottom: 38px !important;
        width: 100% !important;
    }

    .sub-menu {
        display: none;
        /* Hide the submenu by default */
    }

    .metismenu .mm-collapse:not(.mm-show).sub-menu.show,
    .metismenu .show .sub-menu {
        display: block;
        /* Show the submenu when the "show" class is applied */
    }

    .subscribe-form input {
        padding-left: 20px;
    }
    .feature-img.pos-rel img{
        width: 100% !important;
    }
    .page-title-wrapper .page-title{
        font-size: 29px !important;
    }
    .opening-faq-toggle{
        top: unset;
        right: 13px;
        bottom: 13px;
    }
    .opening-faq-text .d-flex{
        display: block !important;
    }
    .blog-pl-border .blogs__thumb{
        width: auto;
        height: auto;
    }
    .hire-list-block{
        display: block;
    }
    .hire-list-block-item{
        margin-bottom: 10px;
    }
    
    .about-services-img{
        width: 100%;
    }
    .blog-4 .blog__thumb  .tag{
        bottom: 10px;
        left: 10px;
        top: unset !important;
    }
    .blog-4 .blog-title4 {
        margin-top: 13px;
    }
    .material-card.mc-active .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 50px 30px 70px 30px;
        bottom: 0
    }
    .material-card.mc-active {
        padding-bottom: 0;
        height: auto
    }

    .material-card.mc-active .mc-content {
        position: relative;
        margin-right: 16px
    }
    .about-text-wrapper .service-box{
        margin: auto;
        width: fit-content;
    }
    .about-text-wrapper .service-box li:first-child{
        padding-right:0;
    }
    .about-text-wrapper .theme_btn,.btn-list2 li a {
        display: inherit;
        width: fit-content;
        margin: auto;
    }
    .grey-bg .custom-container-1,.portfolio-area .custom-container-1{
        padding-left: 0;
    }
    .services-slide .item,.portfolio-area .item {
        width: 90%;
        margin: auto;
    } 
    
    .brand-area .brand-bg{
        padding-bottom:40px;
        padding-top:60px;
    }
    .brand-img img{
        margin-bottom:0;
    }
    .brand-area .brand-title .title-line{
        padding-left:13px;
    }
    .single-services,.service-page.chose-us-area .chose-box{
        min-height:unset;
    }
    .single-services {
        min-height: 455px;
    }
    .services-tools .col-lg-3 {
        width: 100%;
    }
    .page-title-area{
        margin-top:0 !important;
    }
    .about-services-area,.about-us-area  {
        padding-top: 30px !important;
    }
    .news-left .blogs .img-fluid {
        height: 160px;
        width: 100%;
    }
    .news-left .blogs .blog-content .img-fluid{
        height: 175px;
    }
    .news-details-left .news-boxes .box-img{
        height:auto !important;
        width:100%;
    }
    #scrollUp{
        right:22px !important;
        bottom:87px !important;
    }
    .portfolio-area.nav-style-1 .owl-carousel .owl-stage-outer,
    .blog-area.nav-style-1 .owl-carousel .owl-stage-outer{
        margin-top: 105px;
    }
    .services-area .services-title .style-text{
        left:106px !important;
    }
    
    .core-feature-area h6.semi-title,.about-us-area h6.semi-title,
    .about-video-area h6.semi-title{
        margin-top:0;    
    }
    .blog-area .semi-title{
        margin-top:30px;    
    }
    .core-feature2 {
        min-height: 404px;
    }
    h3.servicetitle,h3.industriestitle,h3.faqtitle,h3.technologiestitle{
        margin-bottom:30px !important;
    }
    .hire-list-block{
        margin-top:30px;    
    }
    .logo-area.pl-30 img {
        width: 100px;
    }
    .hamburger-menu {
        padding: 7px 7px 4px 7px !important;
    }
    .news-feed-area .news-details-left{
        padding:10px 0 10px 0;
    }
    .news-details-left .news-boxes p{
        margin-top:10px;
    }
    .pt-5.comment-form{
        padding-top:15px !important;
    }
    .news-right-widget .widget {
        padding: 20px;
    }
    .material-card.mc-active .mc-footer h4 {
        top: 18px;
    }
    .vertical-tabs .col-3,.vertical-tabs .col-9{
        width:100%;
        padding:0 !important;
    }
    .vertical-tabs .nav-tabs{
        border-right:0;
    }
    .vertical-tabs .nav-tabs>li>a{
        min-width:100%;
    }
    .blog-content.d-flex {
        display: block !important;
    }
    .blog__thumb.col-md-5.me-3{
        margin-right: 0 !important;
    }
    .item .blogs .blogs__thumb img{
        width: 100%;
    }
    .single-feature .feature-content p {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .material-card.mc-active .img-container {
        top: 20px;
        width: 45px;
        height: 45px;
    }

    .material-card h2 {
        font-size: 12px;
    }

    .material-card.mc-active h2 {
        padding: 10px 16px 10px 70px;
    }

    .material-card.mc-active .mc-footer h4 {
        top: -32px;
    }

    .material-card .mc-btn-action {
        width: 48px;
        height: 48px;
        line-height: 39px;
        right: 12px;
    }
}