@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lato-regular {
    font-family: Lato-Regular;
}

.lato-bold {
    font-family: Lato-Bold;
}

body {
    font-family: Lato-Regular !important;
    letter-spacing: 0.3px;
    overflow-x: hidden;
}

.author-description .author-link,
.comment-metadata,
.comment-reply-link,
.comments-title,
.comment-author .fn,
.discussion-meta-info,
.entry-meta,
.entry-footer,
.main-navigation,
.no-comments,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.page-links,
.page-description,
.pagination .nav-links,
.sticky-post,
.site-title,
#cancel-comment-reply-link,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato-Bold !important;
}

.site-info {
    font-family: Lato-Regular !important;
}

.page-template {
    font-family: Lato-Regular;
}

.cookies-vision #aboutus {
    background-image: none;
}


/*Theam colors*/

.text-theam-crayon {
    color: #5AC6C6 !important;
}

.section-title {
    color: #1A1A1A;
}

.theam-content-color {
    color: #595959;
}

.bg-theam-crayon {
    background-color: #5AC6C6;
}

.text-black {
    color: #000000 !important;
}

.bg-theam-lightgrey {
    background-color: #F8F8F8;
}

.bg-theam-lightgrey1 {
    background-color: #e8e8e8;
}


/*end*/


/*Css for custom class*/


/*.technology-types-images ul li.isotope-item {*/


/*float: right!important;*/


/*position: unset!important;*/


/*left: auto!important;*/


/*top: auto!important;*/


/*}*/

img.dotsImage {
    width: 50px !important;
}

body.post-template-default.single.single-post h6 {
    letter-spacing: 0.4px !important;
}

.loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
}

.site-featured-image-fixed {
    height: 450px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}

.portfolios-template-default .feature-image-custom {
    display: none;
}

.blog .feature-image-custom {
    display: none;
}

.archive .feature-image-custom {
    display: none;
}

.error404 .feature-image-custom {
    display: none;
}

#img_loader {
    background-image: url(../images/TBS_loader.png);
    background-size: 100px 100px;
    background-position: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.tbs-custom-h2 {
    font-size: 1rem !important;
}

.tbs-custom-h3 h3 {
    font-size: 1rem !important;
}

.it-out-source-content p,
.it-out-source-content ul {
    margin-bottom: 5px;
}

.page-template .vc_row.wpb_row.vc_row-fluid.container {
    margin-top: 25px;
}

::selection {
    background-color: #5AC6C6;
    color: #ffffff;
}

.tbs-custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.tbs-home-contact .tbs-custom-checkbox span.wpcf7-list-item.first.last {
    margin-left: 0;
}

.section-border {
    border-bottom: 3px solid #5AC6C6;
    width: max-content;
    padding-bottom: 5px;
}


/* Custom CF7 Loader */

div.wpcf7 .ajax-loader {
    background-image: url('https://www.thriveuk.com/wp/wp-content/themes/dt-the7-child/images/ajax-loader.gif');
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.blogs-custom-sidebar div.wpcf7 .screen-reader-response {
    color: #000000 !important;
    margin: 0 !important;
    background: #ffffff;
    font-weight: 600;
    line-height: 26px;
}

.section-white-border {
    border-bottom: 3px solid #ffffff;
    width: max-content;
    padding-bottom: 5px;
}

.top-header-menu a:hover,
.tbs-header-menu li a:hover {
    color: #FFFFFF;
}

.crayon-bg-text:hover {
    color: #ffffff !important;
}

.decoration {
    text-decoration: none !important;
    outline: none;
}

.decoration:hover,
.decoration:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.tbs-border-bottom {
    border-bottom: 1px solid #DEDEDE;
    width: fit-content;
    padding-bottom: 5px;
}

.btn-viewmore {
    border: 2px solid #5ac6c6;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 8px;
    color: #5ac6c6 !important;
    font-weight: bold;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-viewmore:after {
    animation: shine 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(90, 198, 198, 0.1) 0%, rgba(90, 198, 198, 0.1) 77%, rgba(90, 198, 198, 0.2) 92%, rgba(90, 198, 198, 0.0) 100%);
}

.icon:active:after {
    opacity: 0;
}

.btn-viewmore:hover {
    background-color: #5AC6C6;
    color: #ffffff !important;
}

.page-template .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}


/*css for font size*/

.footer-title-text {
    font-size: 20px;
}

.copyright-text {
    font-size: 13px;
}

.text-regular {
    font-size: 15px;
}

.text-blog-date {
    font-size: 12px;
}

.cards-headings-20 {
    font-size: 20px;
}

.cards-headings {
    font-size: 18px;
}

.text-heavy {
    font-size: 32px;
}

.text-heavy-34 {
    font-size: 34px;
}

h1.text-extra-heavy {
    font-size: 52px;
}

.owl-carousel.home_video.owl-loaded p.text-white.text-heavy {
    font-size: 25px !important;
    letter-spacing: 0.8px;
}

.min-height-460 {
    min-height: 460px;
}

.font-size-14-form {
    font-size: 14px !important;
}


/*end*/


/*css for custom sticky menu and feture image and buttons*/

.banner-custom-text {
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 65px !important;
}

.banner-btn {
    background-color: #5AC6C6;
    border-color: #5AC6C6;
    border-radius: 4px;
    padding: 10px 20px;
    color: #ffffff !important;
    font-size: 16px;
    display: block;
    font-weight: 600;
    width: max-content;
    margin: 0 auto;
}

.tbs-header {
    z-index: 999;
    position: absolute;
    top: 0;
}

.tbs-stickey-header {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 15px;
    height: 4rem;
    z-index: 9999;
}

.tbs-stickey-header .top-header-menu {
    display: none;
}

.tbs-stickey-header .featured-image .site-featured-image {
    display: none;
}

body.home .feature-image-custom {
    display: none;
}

.feature-image-custom .entry-header {
    position: absolute;
    top: 60%;
    /*top: 70%;*/
    left: 49%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}


/*End*/


/*css for header*/

.site-featured-image figure.post-thumbnail img.attachment-post-thumbnail {
    width: 1920px;
}

.site-featured-image img {
    width: 100% !important;
}

ul.top-header-menu-list li:nth-child(2):before,
ul.top-header-menu-list li:nth-child(3):before,
ul.top-header-menu-list li:nth-child(4):before,
ul.top-header-menu-list li:nth-child(5):before {
    content: '|';
    color: #FFFFFF;
    padding-right: 20px;
    padding-left: 10px;
}

ul.top-header-menu-list li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.site-header {
    padding: 2rem 0;
}

.tbs-logo.site-logo .custom-logo-link {
    width: 280px;
    height: 56px;
    /*width: 170px;
    height: 50px;*/
    border-radius: 0;
}

.tbs-logo.site-logo .custom-logo-link:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.tbs-logo.site-logo .custom-logo-link:hover {
    box-shadow: none !important;
}

.tbs-header-menu .menu-item a {
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    outline: none;
    opacity: 0.6;
}

.tbs-header-menu {
    float: right;
}

.tbs-header-menu .menu-item a {
    border-bottom: 4px solid transparent;
    padding-bottom: 10px;
    font-weight: 400 !important;
}

.tbs-header-menu .current_page_item.menu-item a {
    border-bottom: 4px solid #5AC6C6;
    border-radius: 0 0 5px 5px;
    /*transform: rotate(-180deg);*/
}

.site-header {
    /*padding: 0 0 2rem 0;*/
    padding: 0;
}

.top-header-menu ul.top-header-menu-list li a {
    font-size: 16px;
    font-weight: 500;
}

.top-header-menu .top-bar {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}

.tbs-header-menu li.menu-item-57 a {
    background-color: #5AC6C6;
    border-color: #5AC6C6;
    border-radius: 4px;
    padding: 7px 18px;
    color: #ffffff !important;
    font-size: 16px;
    /*position: relative;
    left: 178px;*/
}

.tbs-header-menu li.menu-item-57 a:hover {
    background-color: #5AC6C6;
    border-color: #5AC6C6;
    color: #ffffff;
}

.tbs-header-menu .menu-item-57 {
    position: absolute;
    left: 24%;
}


/*css for footer*/
.tbs-driabbble{
    padding-right: 5px !important;
}
.tbs-uplabs{
    max-width: 25px;
    position: relative !important;
    bottom: 2px !important;
}
.tbs-uplabs:hover{
    content: url('../images/icons/uplabs_theme.png');
}
span.IN-widget {
    position: absolute;
    left: 107px;
    bottom: 28px;
    z-index: 99;
}
.tbs-twitter-followers {
    position: relative;
    left: 90px;
    top: 100px;
    z-index: 99;
}
.tbs-goodfirm-followers {
    position: relative;
    left: -30px;
    top: 10px;
}

.footer-last-line .social-links a i {
    font-size: 16px;
    color: #FFFFFF;
}

.social-links a {
    color: #ffffff;
}

.social-links a:hover {
    color: #5ac6c6;
    text-decoration: none;
}

.social-links a:hover i {
    color: #5ac6c6;
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

.footer-last-line ul.footer-copyrightLinks li a {
    color: #FFFFFF;
}

.footer-last-line ul.footer-copyrightLinks li a:hover {
    color: #5ac6c6;
}

.tbs-footer-service li a:before,
.tbs-footer-enterprise-solutions li a:before,
.tbs-footer-technologies li a:before {
    content: "\f101";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
}

.cli-plugin-main-link {
    margin-left: 5px;
    text-decoration: none;
}


/*#colophon .site-info a:before {
    content: '>>';
    margin-right: 10px;
}*/

.tbs-footer-service li,
.tbs-footer-enterprise-solutions li,
.tbs-footer-technologies li {
    position: relative;
    right: 28px;
    padding: 7px 5px !important;
}

ul.footer-copyrightLinks li p,
ul.footer-copyrightLinks li a {
    font-size: 15px;
}

.menu-service-container ul.tbs-footer-service li {
    display: block !important;
    margin-right: 0;
}

ul.footer-copyrightLinks li {
    list-style-type: none;
    color: #FFFFFF;
    font-size: 13px;
    float: left;
    margin-right: 15px;
}

.footer-last-line {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}

footer.site-footer {
    background-image: url('../images/footer-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
}

#colophon .site-info {
    color: #ffffff;
}

ul.footer-copyrightLinks li:nth-child(2):before,
ul.footer-copyrightLinks li:nth-child(3):before {
    content: '|';
    padding-right: 18px;
}


/*css for home page*/


/*
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.container.home-container {
     position: relative;
     z-index: 2;
 }
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
@media (pointer: coarse) and (hover: none) {
    .main-slider {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    .main-slider video {
        display: none;
    }
}*/
/*css for newsletters by khush*/
#what-we-do .cards.tbs-newsletter-card:hover img {
    top: 0;
}
.btn-newsletters .tbs-news-title{
    color: #1A1A1A;
    font-family: Lato-Regular !important;
}
.btn-newsletters{
    text-decoration: none !important;
    color: #1A1A1A;
}
.btn-newsletters .tbs-news-title:hover{
    color: #5ac6c6;
}
#what-we-do.what-we-do.tbs-newsletter {
    background-image: none;
}
.cards.tbs-newsletter-card .news-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*end*/


/*css for home page first slider*/

.owl-dots {
    position: absolute;
    left: 7%;
    bottom: 50px;
}

.owl-dots .owl-dot {
    background-color: #ffffff;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 0 7px;
    display: inline-block;
}

.owl-dots .owl-dot.active {
    background-color: #5AC6C6;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    /*margin-left: 15px;*/
    /*top: 40px !important;*/
}


/*.owl-dots .owl-dot:nth-child(2) {*/


/*margin-left: 30px;*/


/*}*/

.slider-btn-content {
    background-color: #5AC6C6;
    border-color: #5AC6C6;
    border-radius: 4px;
    padding: 8px 20px;
    color: #ffffff !important;
    width: fit-content;
    width: -moz-fit-content;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    border: none !important;
    text-align: center !important;
    color: red !important;
    font-size: 18px !important;
}

.wpcf7-mail-sent-ok {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    border: none !important;
    text-align: center !important;
    color: green !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}


/*css for IE-11*/

@media all and (-ms-high-contrast: none) {
    /* IE10+ CSS */
    .ekko-lightbox .modal-dialog {
        flex: 100%!important;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        -ms-overflow-style: none;
        position: relative;
        top: 50px;
    }
    .ekko-lightbox-container {
        height: 500px!important;
    }
    .slider-btn-content {
        width: 430px;
        text-align: center;
    }
    .entry-header .banner-btn {
        width: 320px !important;
    }
    .tbs-absolute-content {
        z-index: 999;
    }
    /*css for home page sections*/
    #what-we-do .ie-section {
        width: 190px;
    }
    #our-process .ie-section {
        width: 175px;
    }
    #customer-speaks .ie-section {
        width: 250px;
    }
    #case-studies .ie-section {
        width: 315px;
    }
    #latest-blogs-news .ie-section {
        width: 315px;
    }
    .blogs-custom-sidebar .widget .tagcloud a {
        padding: 2px 8px 3px !important;
        display: -ms-inline-flexbox;
    }
}


/*css for IE EDGE*/

@supports (-ms-ime-align:auto) {
    #what-we-do .ie-section {
        width: 190px;
    }
    #our-process .ie-section {
        width: 175px;
    }
    #customer-speaks .ie-section {
        width: 250px;
    }
    #case-studies .ie-section {
        width: 315px;
    }
    #latest-blogs-news .ie-section {
        width: 315px;
    }
    .entry-header .banner-btn {
        width: 320px !important;
    }
    .slider-btn-content {
        width: 430px;
        text-align: center;
    }
}


/*END*/

.main-slider-text {
    position: absolute;
    left: 7%;
    bottom: 20%;
    width: 70%;
    /*transform: translate(-50%, -50%);*/
}

.mb-silder-sub-text {
    margin-bottom: 40px;
}


/*section heading seprator*/

.section-heading-sep {
    width: 187px;
    height: 3px;
    margin: 10px auto 25px auto;
    background: #5AC6C6;
    border-radius: 4px;
}

.section-white-heading-sep {
    width: 187px;
    height: 3px;
    margin: 10px auto 15px auto;
    background: #ffffff;
    border-radius: 4px;
}

.section-left-heading-sep {
    width: 187px;
    height: 3px;
    margin: 10px 0;
    background: #5AC6C6;
    border-radius: 4px;
}


/*css for what-we-do section at Home page*/

#what-we-do {
    background-image: url('../images/what-we-do-wave.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#what-we-do .cards {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(214, 214, 214, 0.5);
    /*padding: 12px;*/
    min-height: 270px;
}

#what-we-do .cards:hover {
    -webkit-box-shadow: 0 0 17px 0 rgba(195, 193, 193, 1);
    -moz-box-shadow: 0 0 17px 0 rgba(195, 193, 193, 1);
    box-shadow: 0 0 17px 0 rgba(195, 193, 193, 1);
    z-index: 999;
    position: relative;
    opacity: 1;
}

.section-title {
    margin-bottom: 35px;
}

.what-we-do .section-title {
    margin-bottom: 5px;
}


/*.custom-effcect .cards:hover{
     -webkit-box-shadow: 0 0 17px 0 rgba(195,193,193,1); 
    -moz-box-shadow: 0 0 17px 0 rgba(195,193,193,1);
     box-shadow: 0 0 17px 0 rgba(195,193,193,1); 
     z-index: 999; 
     position: relative; 
    opacity:1;
}*/


/*end*/


/*css for our-process section at Home page*/

.our-process .row .col-12:not(:first-child) .cards::before {
    content: url("../images/icons/right-arrow.png");
    position: absolute;
    left: 0;
    top: 18%;
    color: #FFFFFF;
}


/*css for aboutus section at Home page*/

.page-id-1210 .tbs-become-partner {
    background-image: none !important;
}

#aboutus {
    background-image: url('../images/about-us-wave.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.max-width-420 {
    max-width: 420px;
}

.about-content {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 8px;
    opacity: 0.9
}

.itoutsourcing-content {
    position: absolute;
    top: 43%;
    left: 22%;
    transform: translate(-15%, -42%);
    /*max-width: 300px;*/
    border-radius: 8px;
    background-color: #FFFFFF;
    opacity: 0.9;
}

.ballpark-content {
    position: absolute;
    top: 43%;
    left: 22%;
    transform: translate(-15%, -42%);
    border-radius: 8px;
    background-color: #FFFFFF;
    min-height: 140px;
    opacity: 0.9;
}


/*css for Enterprics Solutions section at home page*/


/*.enterprise-solutions .close span {
    color: #FFFFFF;
}
.enterprice-solution {
    margin-top: 15px;
}
#enterprice-video .modal-body,#enterprice-video .modal-header {
    background: #000000 !important;
}
.enterprise-solutions .modal-header{
    border: 1px solid #000000;
}
.videoModalContent video {
    width: 100% !important;
    height: auto !important;
}
.videoClose {
    position: relative;
    right: 20px;
    bottom: 7px;
}*/

.enterprise-solutions .cards-headings {
    max-width: 680px;
    margin: 0 auto;
}

#enterprice-video .modal-header .close {
    padding: 0 !important;
}

#enterprise-solutions {
    background-image: url('../images/home-enterprise-solutions.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
}

.enterprise-solutions .btn-play {
    background-repeat: no-repeat;
    background-image: url(../images/icons/play.png);
    background-position: center;
    border: 2px solid #FFFFFF;
}

.enterprise-solutions .intro-banner-vdo-play-btn {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 200px;
    left: 50%;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1
}

.enterprise-solutions .intro-banner-vdo-play-btn i {
    line-height: 56px;
    font-size: 30px
}

.enterprise-solutions .intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.enterprise-solutions .intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.enterprise-solutions .intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}


/*css for customer-speaks section at home page*/

body.single.single-post .tbs-home-contact .form-group {
    margin-bottom: 0 !important;
}

.entry-content {
    margin-top: 25px;
}

.page-template-default .wpb_content_element a {
    text-decoration: none;
    color: #5ac6c6;
}

.page-template-default.page-id-46 .wpb_content_element a {
    color: #101010;
}

.page-template-default.page-id-46 .wpb_content_element a:hover {
    color: #5AC6C6;
}

.page-template-default .wpb_content_element em strong a {
    text-decoration: none;
    color: #5ac6c6;
    font-weight: normal;
    font-style: normal;
}

.page-template-service .wpb_content_element a {
    text-decoration: none;
    color: #5ac6c6;
}

.page-template-service .wpb_content_element em strong a {
    text-decoration: none;
    color: #5ac6c6;
    font-weight: normal;
    font-style: normal;
}

.min-content-height {
    min-height: 210px;
    padding-bottom: 0 !important;
    margin-bottom: 5px;
}

.owl-nav {
    display: none;
}

.owl-customer-speaks .owl-item img {
    width: auto !important;
}

.slider-content {
    min-height: 210px;
}

#customer-speaks .cards {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 12px;
    min-height: 390px;
    max-height: 390px;
}

#customer-speaks .cards:hover {
    -webkit-box-shadow: 0 0 17px 0 rgba(195, 193, 193, 1);
    -moz-box-shadow: 0 0 17px 0 rgba(195, 193, 193, 1);
    box-shadow: 0 0 17px 0 rgba(195, 193, 193, 1);
    z-index: 999;
    position: relative;
    opacity: 1;
}


/*css for Latest blogs news section at Home page*/

#latest-blogs-news {
    background-image: url("../images/latest-blog-news-wave.png");
    background-size: cover;
    background-repeat: no-repeat;
}

#latest-blogs-news .cards {
    background-color: #FFFFFF;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px 0px 20px rgba(214, 214, 214, 0.5);
    padding: 12px;
    min-height: 300px;
}

.blog .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a,
.blog .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    -webkit-filter: unset !important;
    -moz-filter: unset !important;
    -ms-filter: unset !important;
    filter: unset !important;
}

#what-we-do .cards img {
    position: relative;
    top: 0;
    transition: top .8s ease;
}

#what-we-do .cards:hover img {
    top: -5px;
}

.owl-carousel.owl-customer-speaks .item .cards img {
    position: relative;
    top: 0;
    transition: top .8s ease;
}

.TBS-What-Makes-Our-Process:hover .TBS-What-Makes-Our-Process-Main-title,
.TBS-What-Makes-Our-Process:hover .TBS-What-Makes-Our-Process-Sub-title,
.TBS-What-Makes-Our-Process:hover img.TBS-What-Makes-Our-Process-img {
    top: -5px;
}

.TBS-What-Makes-Our-Process img.TBS-What-Makes-Our-Process-img,
.TBS-What-Makes-Our-Process .TBS-What-Makes-Our-Process-Main-title,
.TBS-What-Makes-Our-Process .TBS-What-Makes-Our-Process-Sub-title {
    position: relative;
    top: 0;
    transition: top .8s ease;
}

.TBS-Solutions-For-Every-Company:hover .TBS-Solutions-For-Every-Company-Main-title,
.TBS-Solutions-For-Every-Company:hover .TBS-Solutions-For-Every-Company-Sub-title,
.TBS-Solutions-For-Every-Company:hover img.TBS-Solutions-For-Every-Company-Img {
    top: -5px;
}

.TBS-Solutions-For-Every-Company img.TBS-Solutions-For-Every-Company-Img,
.TBS-Solutions-For-Every-Company .TBS-Solutions-For-Every-Company-Main-title,
.TBS-Solutions-For-Every-Company .TBS-Solutions-For-Every-Company-Sub-title {
    position: relative;
    top: 0;
    transition: top .8s ease;
}

.TBS-tech-we-use:hover img.TBS-tech-we-use-img {
    top: -5px;
}

.TBS-tech-we-use img.TBS-tech-we-use-img {
    position: relative;
    top: 0;
    transition: top .8s ease;
}

.TBS-tech-we-use:hover img.TBS-tech-we-use-img {
    top: -5px;
}

.TBS-tech-we-use img.TBS-tech-we-use-img {
    position: relative;
    top: 0;
    transition: top .8s ease;
}

.TBS-Releted-Services:hover .TBS-Releted-Services-Title {
    top: 5px;
}

.TBS-Releted-Services:hover img.TBS-Releted-Services-Img {
    top: -5px;
}

.TBS-Releted-Services .TBS-Releted-Services-Title,
.TBS-Releted-Services img.TBS-Releted-Services-Img {
    position: relative;
    top: 0;
    transition: top .8s ease;
}

.owl-carousel.owl-customer-speaks .item .cards:hover img {
    top: -5px;
}


/*.footer-title-text:hover{*/


/*color: #5ac6c6;*/


/*cursor: pointer;*/


/*}*/


/*css for case studies section at home page*/

.owl-carousel .owl-item .onhover-call-div img {
    max-height: 250px;
    border-radius: 15px;
}

.SidebarPortfolio:hover {
    position: relative;
    width: 100%;
    background-color: #2a2a2a;
    border-radius: 6px;
}

.SidebarPortfolio-add-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

h6.portfolio_tag {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.SidebarPortfolio:hover .tbs-widget-case {
    opacity: 0.3;
}

.SidebarPortfolio:hover .SidebarPortfolio-add-middle {
    opacity: 1;
    top: 50%;
}

.onhover-call-div:hover {
    position: relative;
    width: 100%;
    background-color: #2a2a2a;
    border-radius: 15px;
}

.add-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.onhover-call-div:hover .hover-to-open {
    opacity: 0.3;
}

.onhover-call-div:hover .add-middle {
    opacity: 1;
    top: 50%;
}


/*.simple-cards .add-middle a .on-hover-call .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}*/


/**/

.case-blog-home-title-hover {
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
}

.case-blog-home-title-hover:hover {
    color: #5ac6c6;
}

.case-blog-home-title {
    color: #000000;
    outline: none;
    box-shadow: none;
}

.case-blog-home-title:hover {
    color: #5AC6C6;
    text-decoration: none;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000000;
}


/*css for Get Started with Techcronus section at home page*/

.tbs-home-contact-main .tbs-home-contact input.wpcf7-form-control.wpcf7-captchar {
    width: 100%;
}

.tbs-home-contact-main img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 {
    margin-top: 0;
}

.arrow {
    text-align: center;
    margin: 1% 8%;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.connect-tbs-home {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.connect-tbs-home.message-icon {
    position: absolute;
    bottom: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tbs-home-contact-main div.wpcf7 .ajax-loader {
    position: absolute;
    left: 96%;
    top: 20px;
    margin-left: 0 !important;
}

.collepse-down {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.tbs-home-contact {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 30px 30px;
}

input[type="submit"].tbs-form-btn,
input[type="reset"].tbs-form-btn {
    color: #5ac6c6;
    background-color: transparent;
    border: 2px solid;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
}

input[type="submit"]:hover.tbs-form-btn,
input[type="reset"]:hover.tbs-form-btn,
input[type="submit"]:focus.tbs-form-btn,
input[type="reset"]:focus.tbs-form-btn {
    color: #ffffff;
    background-color: #5AC6C6;
    border-color: #5AC6C6;
    outline: none;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-radius: 8px !important;
    border: 2px solid #ccc !important;
    font-size: 16px !important;
    outline: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #5AC6C6 !important;
}

.talk-to-expert input[placeholder="Your Email"]::placeholder,
.talk-to-expert input[placeholder="Your Name"]::placeholder,
.talk-to-expert input[placeholder="Phone Number"]::placeholder,
.talk-to-expert input[placeholder="Your Message"]::placeholder {
    color: #ffffff !important;
}

.talk-to-expert input[placeholder="Your Email"]::-webkit-input-placeholder,
.talk-to-expert input[placeholder="Your Name"]::-webkit-input-placeholder,
.talk-to-expert input[placeholder="Phone Number"]::-webkit-input-placeholder,
.talk-to-expert input[placeholder="Your Message"]::-webkit-input-placeholder {
    color: #ffffff !important;
}

.talk-to-expert input[placeholder="Your Email"]:-ms-input-placeholder,
.talk-to-expert input[placeholder="Your Name"]:-ms-input-placeholder,
.talk-to-expert input[placeholder="Phone Number"]:-ms-input-placeholder,
.talk-to-expert input[placeholder="Your Message"]:-ms-input-placeholder {
    color: #ffffff !important;
}

.tbs-home-contact input[type="text"]::placeholder,
.tbs-home-contact input[type="email"]::placeholder,
.tbs-home-contact input[type="url"]::placeholder,
.tbs-home-contact input[type="password"]::placeholder,
.tbs-home-contact input[type="search"]::placeholder,
.tbs-home-contact input[type="number"]::placeholder,
.tbs-home-contact input[type="tel"]::placeholder,
.tbs-home-contact input[type="range"]::placeholder,
.tbs-home-contact input[type="date"]::placeholder,
.tbs-home-contact input[type="month"]::placeholder,
.tbs-home-contact input[type="week"]::placeholder,
.tbs-home-contact input[type="time"]::placeholder,
.tbs-home-contact input[type="datetime"]::placeholder,
.tbs-home-contact input[type="datetime-local"]::placeholder,
.tbs-home-contact input[type="color"]::placeholder,
.tbs-home-contact textarea::placeholder,
.tbs-home-contact .form-check::placeholder {
    color: #000 !important;
}

.tbs-home-contact input[type="text"]::-webkit-input-placeholder,
.tbs-home-contact input[type="email"]::-webkit-input-placeholder,
.tbs-home-contact input[type="url"]::-webkit-input-placeholder,
.tbs-home-contact input[type="password"]::-webkit-input-placeholder,
.tbs-home-contact input[type="search"]::-webkit-input-placeholder,
.tbs-home-contact input[type="number"]::-webkit-input-placeholder,
.tbs-home-contact input[type="tel"]::-webkit-input-placeholder,
.tbs-home-contact input[type="range"]::-webkit-input-placeholder,
.tbs-home-contact input[type="date"]::-webkit-input-placeholder,
.tbs-home-contact input[type="month"]::-webkit-input-placeholder,
.tbs-home-contact input[type="week"]::-webkit-input-placeholder,
.tbs-home-contact input[type="time"]::-webkit-input-placeholder,
.tbs-home-contact input[type="datetime"]::-webkit-input-placeholder,
.tbs-home-contact input[type="datetime-local"]::-webkit-input-placeholder,
.tbs-home-contact input[type="color"]::-webkit-input-placeholder,
.tbs-home-contact textarea::-webkit-input-placeholder,
.tbs-home-contact .form-check::-webkit-input-placeholder {
    color: #000 !important;
}

.tbs-home-contact input[type="text"]:-ms-input-placeholder,
.tbs-home-contact input[type="email"]:-ms-input-placeholder,
.tbs-home-contact input[type="url"]:-ms-input-placeholder,
.tbs-home-contact input[type="password"]:-ms-input-placeholder,
.tbs-home-contact input[type="search"]:-ms-input-placeholder,
.tbs-home-contact input[type="number"]:-ms-input-placeholder,
.tbs-home-contact input[type="tel"]:-ms-input-placeholder,
.tbs-home-contact input[type="range"]:-ms-input-placeholder,
.tbs-home-contact input[type="date"]:-ms-input-placeholder,
.tbs-home-contact input[type="month"]:-ms-input-placeholder,
.tbs-home-contact input[type="week"]:-ms-input-placeholder,
.tbs-home-contact input[type="time"]:-ms-input-placeholder,
.tbs-home-contact input[type="datetime"]:-ms-input-placeholder,
.tbs-home-contact input[type="datetime-local"]:-ms-input-placeholder,
.tbs-home-contact input[type="color"]:-ms-input-placeholder,
.tbs-home-contact textarea:-ms-input-placeholder,
.tbs-home-contact .form-check:-ms-input-placeholder {
    color: #000 !important;
}

.tbs-home-contact input[type="text"],
.tbs-home-contact input[type="email"],
.tbs-home-contact input[type="url"],
.tbs-home-contact input[type="password"],
.tbs-home-contact input[type="search"],
.tbs-home-contact input[type="number"],
.tbs-home-contact input[type="tel"],
.tbs-home-contact input[type="range"],
.tbs-home-contact input[type="date"],
.tbs-home-contact input[type="month"],
.tbs-home-contact input[type="week"],
.tbs-home-contact input[type="time"],
.tbs-home-contact input[type="datetime"],
.tbs-home-contact input[type="datetime-local"],
.tbs-home-contact input[type="color"],
.tbs-home-contact textarea,
.tbs-home-contact .form-check {
    margin-top: 1rem !important;
}

.home .tbs-home-contact input[type="text"],
.home .tbs-home-contact input[type="email"],
.home .tbs-home-contact input[type="url"],
.home .tbs-home-contact input[type="password"],
.home .tbs-home-contact input[type="search"],
.home .tbs-home-contact input[type="number"],
.home .tbs-home-contact input[type="tel"],
.home .tbs-home-contact input[type="range"],
.home .tbs-home-contact input[type="date"],
.home .tbs-home-contact input[type="month"],
.home .tbs-home-contact input[type="week"],
.home .tbs-home-contact input[type="time"],
.home .tbs-home-contact input[type="datetime"],
.home .tbs-home-contact input[type="datetime-local"],
.home .tbs-home-contact input[type="color"],
.home .tbs-home-contact textarea,
.home .tbs-home-contact .form-check {
    margin-top: 0 !important;
}

.tbs-home-contact .form-check,
.home .tbs-home-contact .form-check {
    margin-bottom: 1rem !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 15px;
    font-weight: normal;
    display: block;
    text-transform: capitalize;
}

.ekko-lightbox button.close {
    color: #ffffff;
    opacity: 0.9;
}

.ekko-lightbox .modal-dialog {
    bottom: 100px;
}


/*css for Hire Us To Get Started! all pages form*/


/*end*/


/*css for Services page*/

.page.type-page .entry-content .vc_custom_heading {
    padding-top: 15px !important;
}

.content-area .entry-title {
    display: none;
}

.section-subpage-title {
    border-bottom: 3px solid #5AC6C6;
    width: max-content;
    padding-bottom: 5px;
}

.entry-content .section-subpage-title {
    margin: 32px auto;
}

.section-subpage-white-title {
    border-bottom: 3px solid #ffffff;
    width: max-content;
    padding-bottom: 5px;
}

.entry-content .section-subpage-white-title {
    margin: 0 auto;
}


/*~css for Solutions For Every Company for common section~*/

.latest-blogs .owl-stage-outer .item.common-blog img {
    min-height: 220px;
    max-height: 220px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.company-solution .cards {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(214, 214, 214, 0.5);
    /*padding: 12px;*/
    min-height: 270px;
}

.tbs-custom-btn {
    border: 2px solid #5AC6C6 !important;
    background-color: #5AC6C6 !important;
    color: #FFFFFF;
    padding: 12px 50px !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

.tbs-custom-btn:hover {
    border: 2px solid #5AC6C6;
    background-color: #FFFFFF !important;
    color: #5AC6C6;
}

.tbs-rare-btn {
    background-color: #5ac6c6;
    color: #FFFFFF !important;
    padding: 12px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.tbs-rare-btn:after {
    animation: shine 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.9) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.tbs-rare-btn:active:after {
    opacity: 0;
}

.tbs-rare-btn:hover {
    color: #ffffff;
}

.latest-blogs .cards {
    background-color: #FFFFFF;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px 0px 20px rgba(214, 214, 214, 0.5);
    padding: 12px;
    min-height: 285px;
}


/*css for Techcnology Section page*/


/*Css for android development page*/

.img-content-content-img figure.wpb_wrapper.vc_figure,
.img-content-content-img .vc_single_image-wrapper.vc_box_border_grey,
.img-content-content-img img.vc_single_image-img.attachment-large {
    width: 100%;
}

.img-content-content-img .wpb_content_element.img-fluid {
    margin-bottom: 0;
}


/*please Remove this class if some thing Problem in Feature*/

.wpb_content_element {
    margin-bottom: 0;
}

.img-content-content-img .vc_column-inner {
    padding: 0;
}

.Common-contectus .vc_column-inner,
.related-services .vc_column-inner,
.related-projects .vc_column-inner {
    padding: 0 !important;
}

.related-company-solution .cards {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(214, 214, 214, 0.5);
    padding: 12px;
    min-height: 215px;
    padding: 45px 20px;
}


/*end*/


/*css for make our process section*/

.our-process-common .row .col-12:not(:first-child) .cards::before {
    content: url(../images/icons/right-arrow.png);
    position: absolute;
    left: 0;
    top: 18%;
    color: #FFFFFF;
}

p,
a {
    font-size: 15px;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
}

ul li {
    font-size: 15px;
}


/*end*/
/*css for techcronus 365 blogs*/
.tbs-avtar-text{
    font-size: 13px !important;
}
/* .tbs-365-avtar-img {
    background-color: #FFFFFF;
    padding: 5px 5px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
} */
.tbs-365-avtar .avatar{
    background-color: #FFFFFF;
    padding: 5px 5px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.tbs-365-avtar {
    border-radius: 18px;
    background: #5ac6c6;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(90,198,198,1);
    -moz-box-shadow: 0px 0px 11px -2px rgba(90,198,198,1);
    box-shadow: 0px 0px 11px -2px rgba(90,198,198,1);
}
.tbs-365-avtar-details {
    color: #FFFFFF;
    font-family: Lato-Regular !important;
    font-weight: 600;
    position: relative;
    top: 20px;
}
/*end css for techcronus 365 blogs*/

/*css for blogs detail page*/
.blogs-custom-sidebar .widget:last-child {
    display: block !important;
    padding-bottom: 20px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.blogs-custom-sidebar li.widget.widget_tag_cloud .tagcloud a.tag-cloud-link {
    font-family: Lato-Regular !important;
    font-weight: lighter !important;
}

.tbs-blog-prev a,
.tbs-blog-next a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.tbs-blog-prev a:hover,
.tbs-blog-next a:hover {
    color: #5AC6C6;
}

.tbs-blog-prev a:focus,
.tbs-blog-next a:focus {
    outline: none;
    box-shadow: none;
}

.single-post .feature-image-custom {
    display: none;
}

.blogs-static-banner .entry-header {
    position: absolute;
    top: 35%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

.page-template-default .vc_column-inner {
    padding: 0;
}

.custom-blog-structure {
    background-color: #ffffff;
}

.site-featured-image figure.post-thumbnail {
    margin: 0;
}


/*.tbs-post-content {
    background-color: #f8f8f8;
}*/

.blogs-catch-content {
    padding: 20px 30px;
}

.blogs-catch-content .Tbs-post-date {
    background-color: #5ac6c6c6;
    width: max-content;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 500;
}

.Tbs-post-category-type {
    padding-left: 5px;
    font-weight: 400;
}

h6.TalkToAn-Expert {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px;
}

.Tbs-post-category-type:hover {
    color: #5ac6c6 !important;
}


/*css for blogs sidebar*/

.blogs-custom-sidebar .widget.widget_text:first-child {
    padding: 0 !important;
    margin-bottom: 0;
}

.blogs-custom-sidebar .widget {
    list-style-type: none;
    padding: 30px 20px 10px !important;
    margin-bottom: 0;
}

.blogs-custom-sidebar .widget.widget_tag_cloud {
    list-style-type: none;
    padding: 30px 20px 20px !important;
    margin-bottom: 0;
}

.tbs-custom-casestudies-widgets {
    padding: 0 20px 20px !important;
    margin-bottom: 0;
}

.blogs-custom-sidebar .categories {
    padding: 25px 30px !important;
    list-style-type: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.blogs-custom-sidebar .widget .textwidget .emaillist label {
    font-size: 0 !important;
}

.blogs-custom-sidebar .widget .textwidget .emaillist .es-field-wrap {
    margin-bottom: 5px !important;
}

.blogs-custom-sidebar .categories ul {
    padding-left: 0;
}

.blogs-custom-sidebar .categories ul li {
    list-style-type: none;
    font-weight: 400;
}

.blogs-custom-sidebar .categories ul li a {
    font-size: 15px;
    font-family: Lato-Regular;
    color: #101010;
    text-decoration: none;
}

.blogs-custom-sidebar .categories ul li a:hover {
    color: #5ac6c6;
}

.blogs-custom-sidebar .textwidget ul:last-child {
    margin: 0;
}

.blogs-custom-sidebar .textwidget ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

.blogs-custom-sidebar {
    background-color: #f8f8f8;
    height: max-content;
}


/*.blogs-custom-sidebar .widget.widget_text{
    list-style-type: none;
    padding: 25px 30px;
}*/

img.sidebar-portfolio-image {
    border-radius: 6px;
    width: 100% !important;
    height: 100px !important;
}

.tbs-custom-casestudies-widgets .tbs-widget-case {
    border-radius: 6px;
}

.blogs-custom-sidebar .widget .widgettitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.blogs-custom-sidebar .widget ul li a {
    color: #000000;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    text-shadow: none;
    box-shadow: none;
}

.blogs-custom-sidebar .widget ul li a:hover,
.blogs-custom-sidebar .widget ul li a:focus {
    color: #5AC6C6;
    text-decoration: none;
    outline: none;
}

.blogs-custom-sidebar .widget .tagcloud a {
    border: 2px solid #959595;
    padding: 2px 6px 3px !important;
    border-radius: 50px;
    color: #101010;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    font-size: 13px !important;
    display: -webkit-inline-box;
    margin-bottom: 5px;
}

.blogs-custom-sidebar .widget .tagcloud a:hover {
    color: #5AC6C6;
    border-color: #5AC6C6;
}

.latest-blogs-news .cards .footer-title-text:hover {
    color: #5ac6c6;
}

.blogs-custom-sidebar .widget ul li .post-date {
    display: block;
    font-size: 15px;
    color: #101010;
    font-weight: 500;
}

.site-banner-featured-image figure.post-thumbnail img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    border-radius: 8px;
}

.talk-to-expert {
    background-color: #5ac6c6;
    border-radius: 8px;
}

.talk-to-expert-content {
    padding: 25px 15px 0 15px;
}

.talk-to-expert-content .form-group {
    margin-bottom: 0.8rem !important;
}

.talk-to-expert input[type="text"],
.talk-to-expert input[type="email"],
.talk-to-expert input[type="number"],
.talk-to-expert input[type="tel"],
.talk-to-expert textarea {
    border-radius: 25px !important;
    background-color: #5AC6C6 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.talk-to-expert input[placeholder="Your Email"],
.talk-to-expert input[placeholder="Your Name"],
.talk-to-expert input[placeholder="Phone Number"],
.talk-to-expert input[placeholder="Your Message"] {
    color: #ffffff !important;
}

input[type="submit"].btn-expert-form {
    border-radius: 35px;
    padding: 10px 10px;
    width: 100%;
    font-size: 15px;
    color: #5ac6c6;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
}

input[type="submit"].btn-expert-form:focus {
    box-shadow: none;
    outline: none;
}

.widget_search .tbs-search-form .searchfield {
    border-radius: 18px;
    width: 100%;
}

.widget_search .tbs-search-form label {
    width: 100%;
}

.widget_search .tbs-search-form .tbs-search {
    position: absolute;
    right: 2px;
    bottom: -5px;
    color: #DDD;
}

.widget_search .tbs-search-form .tbs-search:hover {
    background-color: transparent;
}

.tbs-post-content .blogs-catch-content .wpb_text_column.wpb_content_element p a {
    color: #5ac6c6;
}

.tbs-post-content .blogs-catch-content .wpb_text_column.wpb_content_element p a:hover {
    color: #5ac6c6;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.emaillist label {
    width: 100% !important;
}

.emaillist label input.es_txt_email {
    width: 100% !important;
    border: 0 !important;
    background-color: transparent;
    border-bottom: 2px solid #DDD !important;
    border-radius: 0 !important;
}

input.es_required_field.es_txt_email::-webkit-input-placeholder,
input.es_required_field.es_txt_email:-ms-input-placeholder,
input.es_required_field.es_txt_email::placeholder {
    color: #000 !important;
}

.emaillist label input.es_txt_email:focus {
    border-color: #5AC6C6 !important;
}

.emaillist .es_subscription_form_submit {
    border-radius: 2em;
    padding: 10px 18px;
    background-color: #5ac6c6;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.emaillist .es_subscription_form_submit:hover {
    color: #5AC6C6;
}

.emaillist .es_subscription_form_submit:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}


/*css for blog Listing page*/

.blog-listing-page .blogs-catch-content .Post-title,
.blog-listing-page .blogs-catch-content .row {
    display: none;
}

.blog-listing-page .blogs-catch-content {
    padding: 0 20px;
}

.post-template-default.single.single-post .blogs-catch-content {
    padding: 0 20px 0 0;
}

.tbs-subpage-img img {
    width: 100%;
}


/*.post-template-default.single.single-post .TBS-blog-details {*/


/*padding: 0 20px 0 0;*/


/*}*/

.tbs-custom-blogs .vc_gitem-col .vc_custom_heading.vc_gitem-post-data-source-post_title h4 {
    /*font-size: 1rem;*/
    /*text-transform: capitalize;*/
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}

body.blog .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    width: 45%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

body.blog .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    width: 55%;
}

body.archive .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    width: 45%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

body.archive .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    width: 55%;
}

.vc_gitem_row .vc_gitem-col {
    /*padding: 0 10px;*/
    padding: 0 10px 0 20px;
}

.tbs-custom-blogs .vc_gitem-col .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
    margin-bottom: 0;
}

.tbs-custom-blogs .vc_gitem-row-position-top .vc_gitem-col .vc_gitem-post-data.vc_gitem-post-data-source-post_date p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date p {
    text-transform: uppercase;
}

.tbs-custom-blogs .vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
    margin-right: 0;
}

.tbs-custom-blogs .vc_column-inner.vc_custom_1559111018224 {
    padding-top: 15px;
}

.tbs-custom-blogs .vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
    padding-right: 0;
    padding-bottom: 15px;
}

.tbs-custom-blogs .vc_gitem-col .vc_gitem-post-data {
    margin-bottom: 10px !important;
}

.tbs-custom-blogs .vc_gitem-col .vc_btn3-container.vc_btn3-left a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    color: #5ac6c6;
    background-color: transparent;
    padding: 0;
    text-transform: capitalize;
}

.tbs-custom-blogs .vc_grid-pagination .vc_grid-pagination-list {
    padding: 15px 0 5px 0;
}

.tbs-custom-blogs .vc_gitem-col .vc_btn3-container {
    margin-bottom: 10px;
}

.tbs-custom-blogs .vc_gitem-zone.vc_gitem-zone-b.vc-gitem-zone-height-mode-auto.vc_gitem-is-link a.vc_gitem-link.vc-zone-link {
    border-radius: 8px;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink::after {
    content: url('../images/icons/fa-angle-right.png');
    padding-left: 8px;
}

ul.vc_grid-pagination-list.vc_grid-pagination_square.vc_grid-pagination-color-turquoise li.vc_grid-page a {
    cursor: pointer;
}

.tbs-absolute-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}


/*css for enterprice solutions*/

.ekko-lightbox .modal-content .modal-header {
    padding: 0;
}

.ekko-lightbox .modal-content .modal-header h4 {
    display: none;
}

.ekko-lightbox .modal-content .modal-header .close {
    padding: 0;
}

.ekko-lightbox .modal-dialog {
    max-width: 900px !important;
}

.ekko-lightbox .modal-body {
    padding: 0;
}

.ekko-lightbox .modal-content {
    border: 0;
}


/*.ekko-lightbox .modal-content .modal-header button.close span{
}*/

.vc_column-inner {
    padding-top: 0 !important;
}

.enterprice-solution .vc_column-inner {
    padding: 0;
}


/*css for about techcronus page*/

.about-content.our-vision {
    left: 50%;
}

.itoutsourcing-content.our-mission {
    top: 41%;
    left: 23%;
}

.ballpark-content.core-values {
    top: 41%;
    left: 23%;
}

.related-company-solution.key-offerings .cards {
    min-height: 225px;
}


/*css for Main Primary menu*/

.TBS-primary-menu .tbs-section-services .tbs-subsection-web_development,
.TBS-primary-menu .tbs-section-services .tbs-subsection-mobile_development,
.TBS-primary-menu .tbs-section-services .tbs-subsection-hire_developers,
.TBS-primary-menu .tbs-section-ES .tbs-subsection-ECS,
.TBS-primary-menu .tbs-section-ES .tbs-subsection-PC,
.TBS-primary-menu .tbs-section-technologies .tbs-subsection-opensource,
.TBS-primary-menu .tbs-section-technologies .tbs-subsection-microsoft,
.TBS-primary-menu .tbs-section-technologies .tbs-subsection-mobile {
    display: inline-block;
    float: left;
}

.TBS-primary-menu .tbs-header-menu li ul.sub-menu {
    background-color: #000000;
    color: #5ac6c6;
}

.TBS-primary-menu .tbs-header-menu li ul.sub-menu li {
    list-style-type: none;
    list-style: none;
}

.text-read_more-link {
    color: #5ac6c6 !important;
    font-weight: bold;
    text-decoration: none;
}

.text-read_more-link:hover {
    color: #000;
}


/*services section in menu*/

.ContactusMap {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.submenu-expand svg {
    display: none;
}

.ContactHeadTitle .wpb_wrapper p strong.HeadTitle {
    font-size: 20px !important;
}

.TBS-primary-menu .tbs-header-menu .tbs-section-services ul.sub-menu.main_submenu,
.TBS-primary-menu .tbs-header-menu .tbs-section-ES ul.sub-menu.main_submenu,
.TBS-primary-menu .tbs-header-menu .tbs-section-technologies ul.sub-menu.main_submenu,
.TBS-primary-menu .tbs-header-menu .tbs-section-aboutus ul.sub-menu.main_submenu {
    top: 50px !important;
}

.tbs-section-ES,
.tbs-section-services,
.tbs-section-technologies,
.tbs-section-aboutus,
.tbs-section-contactus,
.tbs-section-portfolio,
.tbs-section-itoutsourcing {
    padding: 10px 15px;
}

.tbs-section-services.current-menu-item:hover,
.tbs-section-ES.current-menu-item:hover,
.tbs-section-technologies.current-menu-item:hover,
.tbs-section-aboutus.current-menu-item:hover {
    background-color: #000000;
    height: 50px;
    padding: 10px 15px;
    border-radius: 6px 6px 0 0;
    border-bottom: 4px solid #5ac6c6;
}

.tbs-section-services:hover,
.tbs-section-ES:hover,
.tbs-section-technologies:hover,
.tbs-section-aboutus:hover {
    background-color: #000000;
    height: 50px;
    padding: 10px 15px;
    border-radius: 6px 6px 0 0;
    border-bottom: 4px solid #5ac6c6;
}

.tbs-section-technologies ul.sub-menu.main_submenu {
    left: -634px !important;
}

.tbs-section-contactus {
    border: 1px solid #5ac6c6;
    background-color: #5ac6c6;
    border-radius: 8px;
}

.owl-carousel.owl-customer-speaks .owl-dots {
    position: absolute;
    bottom: -25px;
    left: 46.5%;
    z-index: 1;
    text-align: center;
}

.owl-carousel.owl-customer-speaks .owl-dots .owl-dot.active {
    background-color: #5AC6C6;
}

.owl-carousel.owl-customer-speaks .owl-dots .owl-dot {
    background-color: rgba(0, 0, 0, 0.4);
    /*height: 10px;*/
    /*width: 10px;*/
    /*border-radius: 100%;*/
}


/*css for services-menu section*/


/*.TBS-primary-menu .tbs-header-menu .tbs-section-services .sub-menu {
    position: absolute;
    top: 40px;
}*/


/*end*/


/*css for aboutus section caraar page*/

.tbs-career-points p {
    margin-bottom: 10px;
}

.tbs-career .tbs-career-points a.apply-btn {
    color: #FFFFFF;
    border: 2px solid #5ac6c6;
    padding: 10px 20px;
    background-color: #5ac6c6;
    text-decoration: none;
}

.tbs-career .tbs-career-points a.apply-btn:hover {
    color: #5ac6c6;
    border: 2px solid #5ac6c6;
    padding: 10px 20px;
    background-color: #FFFFFF;
    text-decoration: none;
}

.tbs-career .tbs-career-points a.apply-btn:focus {
    box-shadow: none;
    outline: none;
}

.tbs-career .tbs-career-points {
    border: 2px solid #5ac6c6;
    padding: 8px 10px;
}

.tbs-career .tbs-career-points .vc_toggle_content {
    margin-bottom: 0;
}

.career-tbs-family .card:hover {
    -webkit-box-shadow: 0 0 17px 0 rgba(195, 193, 193, 1);
    -moz-box-shadow: 0 0 17px 0 rgba(195, 193, 193, 1);
    box-shadow: 0 0 17px 0 rgba(195, 193, 193, 1);
    z-index: 999;
    position: relative;
    opacity: 1;
}


/*end*/


/*css for ballpark estimation page*/


/*#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child{
    margin-bottom: auto;
}*/

.tbs_backend_integration .radio {
    width: 90% !important;
}

.tbs_backend_integration_arrow .arrow-fllw {
    margin-bottom: 90px !important;
}

.ballpark-design-required .radio {
    width: 30% !important;
}

.buttonizer-button .buttonizer_1552305781614:hover .text {
    background-color: #1d9bdb !important;
}

.buttonizer-button a.buttonizer_head.onlyone i.fa.fa-calculator {
    font-size: 20px !important;
}

.buttonizer-button[label-style="mirrored"] .buttonizer_head .text {
    font-size: 16px;
    background-color: #85cae6;
    font-variant-caps: petite-caps;
    border-radius: 1em;
    text-transform: capitalize;
}

.page-id-10257 .md-text-container.md-align-center {
    padding-top: 0;
}

div#fld_2408430_1-wrap div,
div#fld_4725989_1-wrap div,
div#fld_6943919_1-wrap div,
div#fld_9392764_1-wrap div,
div#fld_5333567_1-wrap div,
div#fld_3280367_1-wrap div {
    margin-left: 0 !important;
}

.caldera-grid .alert {
    margin-bottom: 0px;
    text-align: center;
}

div#fld_2235174_1-wrap div .radio-inline:nth-child(2) {
    width: auto;
}

div#fld_2408430_1-wrap,
div#fld_4725989_1-wrap,
div#fld_6943919_1-wrap {
    width: 30%;
    display: inline-block;
    padding: 3px;
}

div#fld_9392764_1-wrap,
div#fld_5333567_1-wrap,
div#fld_3280367_1-wrap {
    width: 30%;
    display: inline-block;
    padding: 3px;
}


/*.site-logo .custom-logo-link .custom-logo {
    max-width: 200px;
}*/

img.custom-logo,
img.custom-logo1.logo-black {
    max-width: 200px;
}

.site-logo .custom-logo-link1 .custom-logo1.logo-black {
    max-width: 200px !important;
}

.site.tbs-header.tbs-stickey-header .custom-logo-link {
    display: none;
}

.site.tbs-header .custom-logo-link1 {
    display: none;
}

.site.tbs-header.tbs-stickey-header .custom-logo-link1 {
    display: block;
}

.col-sm-12.single span#conditional_fld_7346589_1 div p span.arrow-fllw {
    margin-bottom: 70px;
}

.col-sm-12.single span#conditional_fld_9176319_1 div p span.arrow-fllw {
    margin-bottom: 130px;
}

.caldera-grid .checkbox-inline,
.caldera-grid .radio-inline {
    margin-left: 10px;
}

.entry .entry-content .wp-block-separator,
.entry .entry-content #CF5c4ffc75c3f36_1 hr {
    margin-bottom: 0;
}

.arrow-fllw {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.arrow-fllw img {
    width: 27px;
    height: 12px;
}

.single.ballpark-rotate-arrow .arrow-fllw {
    background-color: #5ac6c6;
    transform: rotate(90deg);
}

textarea.add_info:focus {
    border-color: #5AC6C6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

textarea.add_info {
    width: 92%;
    border: 1px solid rgb(127, 127, 127);
    border-radius: 5px;
    font-size: 15px;
    padding: 6px 12px;
}

.caldera-grid hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.caldera-grid .single {
    min-height: 0;
}

.col-sm-12.single span#conditional_fld_8835477_1 div#fld_8835477_1-wrap {
    margin-bottom: 25px !important;
}

div#fld_9427546_1-wrap {
    margin-bottom: 25px;
}

div#fld_8976711_1-wrap {
    margin-bottom: 25PX;
}

.col-sm-12.single div p {
    font-size: 20px !important;
    margin: 10px 0;
    font-weight: 600 !important;
}

div.caldera-grid input[type=text],
div.caldera-grid input[type=email],
div.caldera-grid input[type=number] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #ccc !important;
    font-weight: 600;
    background-color: transparent;
    box-shadow: none !important;
    border-radius: 0 !important;
}

div.caldera-grid input[type=text]:focus,
div.caldera-grid input[type=email]:focus,
div.caldera-grid input[type=number]:focus {
    border-bottom: 2px solid #5AC6C6 !important;
}

form#CF5c4ffc75c3f36_1 {
    font-size: 15px;
}

form#CF5c4ffc75c3f36_1 .col-sm-12.single .form-group div input.btn.btn-default {
    color: #FFF;
    padding: 10px 0;
    margin: 30px 70px;
    border-radius: 8px;
    font-weight: 600;
    display: block;
    border: 2px solid #5AC6C6;
    background-color: #5ac6c6;
    width: 150px;
    height: 50px;
    font-size: 15px;
    text-transform: uppercase;
}

form#CF5c4ffc75c3f36_1 .col-sm-12.single .form-group div input.btn.btn-default:hover {
    background-color: #ffffff;
    color: #5AC6C6;
    border-color: #5AC6C6;
}

div.caldera-grid input[type=radio] {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 3px;
    left: 12px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

div.caldera-grid input[type=radio]:focus {
    outline: none;
}

.caldera-grid input[type=checkbox] {
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 3px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.caldera-grid input[type=checkbox] {
    outline: none;
}

span.caldera-forms-conditional-field div p {
    font-size: 20px !important;
    margin: 10px 0;
    font-weight: 600 !important;
}

form#CF5c4ffc75c3f36_1 .form-group div {
    margin-left: 10px !important;
}

span.caldera-forms-conditional-field label.checkbox-inline {
    width: 29%;
}

.caldera-grid .checkbox-inline+.checkbox-inline {
    margin-left: 10px;
    margin-top: 5px;
}

.col-sm-12.single .form-group .radio {
    width: 29%;
    display: inline-block;
}

span.caldera-forms-conditional-field .form-group label.radio-inline {
    width: 30%;
    display: inline-block;
    margin-left: 10px;
}

.caldera-grid .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0;
}

.estimation-div {
    background-color: #f7f7f7;
    padding: 25px;
}


/*End*/


/*css for contact us page*/

.page-id-46 .entry-content {
    margin-top: 0 !important;
}

.ContactUsPageDetail .screen-reader-response {
    display: none;
}

.form-container-modern .ajax-loader {
    position: absolute;
    top: 12px;
    left: 97%;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input__field.input__field--hoshi {
    height: 70px;
    resize: none;
    margin: 7px 0;
}

.form-container-modern input[type="tel"],
.form-container-modern input[type="text"],
.form-container-modern input[type="email"],
.form-container-modern input[type="file"],
.form-container-modern textarea {
    border: 2px solid #DDD;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
}

.form-container-modern input[type="tel"]:hover,
.form-container-modern input[type="text"]:hover,
.form-container-modern input[type="email"]:hover,
.form-container-modern input[type="file"]:hover,
.form-container-modern textarea:hover {
    border-color: #5AC6C6;
}

.form-container-modern input[type="tel"]:focus,
.form-container-modern input[type="text"]:focus,
.form-container-modern input[type="email"]:focus,
.form-container-modern input[type="file"]:focus,
.form-container-modern textarea:focus {
    border-color: #5AC6C6;
}

.input.input--hoshi .wpcf7-form-control-wrap select {
    border: 0;
    width: 100%;
}

.input__label-content,
select .label-field {
    font-size: 15px;
    font-weight: bold;
}

.label-field,
.wpcf7-select.input__field--hoshi {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}

.HeadOffice .vc_column-inner .wpb_text_column.wpb_content_element .wpb_wrapper {
    line-height: 25px;
}

.HeadOfficePhone .vc_column-inner .wpb_text_column.wpb_content_element .wpb_wrapper {
    line-height: 25px;
}

.HeadOfficeEmail .vc_column-inner .wpb_text_column.wpb_content_element .wpb_wrapper {
    line-height: 25px;
}

strong.HeadTitle {
    font-size: 18px;
}

img.HeadImage {
    width: 20px;
}

a.MailForBusiness {
    color: #000000;
    text-decoration: none !important;
}

.form-container-modern input {
    width: 100%;
}

.form-container-modern .wpcf7-select.input__field--hoshi {
    margin-top: 0;
}

.form-container-modern label.input__label.input__label--hoshi.input__label--hoshi-color {
    display: none;
}

body.page.page-id-46 div.wpcf7 .ajax-loader {
    margin-left: 1px;
}


/*.form-container-modern input#tbs-contct-field {*/


/*display: none;*/


/*}*/

.Select-Intrust span.label-field {
    font-size: 18px;
}

.form-container-modern .new_Btn {
    display: none;
}

.upload span.input.input--hoshi.input input#tbs-contct-field {
    zoom: 0.7;
    padding-bottom: 6px;
    border-bottom: 3px solid #DDD;
}

.upload span.input.input--hoshi.input input#tbs-contct-field:hover,
.upload span.input.input--hoshi.input input#tbs-contct-field:focus {
    border-bottom: 3px solid #5AC6C6 !important;
    outline: none !important;
}


/*.form-container-modern .new_Btn {
    border-bottom: 2px solid #DDD;
    padding-bottom: 10px;
}

.form-container-modern .new_Btn:hover {
    border-bottom: 2px solid #5AC6C6;
}*/

.form-container-modern .Select-Intrust {
    border-bottom: 2px solid #DDD;
}

.form-container-modern .Select-Intrust select:focus {
    box-shadow: none;
    outline: none;
}

.form-container-modern .Select-Intrust select {
    font-weight: normal;
}

.form-container-modern textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input__field.input__field--hoshi {
    height: 46px !important;
}

.form-container-modern span.PrintFileName {
    font-size: 12.5px;
    letter-spacing: 0.6px;
    position: relative;
    left: 20px;
}

.form-container-modern .Select-Intrust:hover {
    border-bottom: 2px solid #5AC6C6;
}

.form-container-modern .upload p {
    display: none;
}

.form-container-modern a.ChooseFileBtn {
    background: #F8F8F8;
    border: 1px solid rgba(149, 149, 149, 0.4);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
}


/*Mega menu*/


/* Add the following to your stylesheet */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* CSS Code for portfolio */

.portfolio-carousel .wpb_images_carousel.portfolio-Vertical-Slider img {
    margin-bottom: 20px;
}

.Technology-value {
    font-size: 16px;
    margin-bottom: 20px;
}

.Industry-value {
    font-size: 16px;
    margin-bottom: 20px;
}

.Industry-value.text-capitalize {
    text-transform: capitalize;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 25px !important;
    line-height: 25px !important;
    width: 25px !important;
}

.addtoany_list a.a2a_button_facebook:after {
    content: 'Facebook';
    font-size: 16px;
    margin-right: 10px;
    margin-left: 2px;
    color: #000000;
    position: relative;
    bottom: 6px;
}

.addtoany_list a.a2a_button_facebook:hover {
    text-decoration: none;
}

.addtoany_list a.a2a_button_twitter:after {
    content: 'Twitter ';
    font-size: 16px;
    margin-right: 10px;
    margin-left: 2px;
    color: #000000;
    position: relative;
    bottom: 6px;
}

.addtoany_list a.a2a_button_twitter:hover {
    text-decoration: none;
}

.addtoany_list a.a2a_button_pinterest:after {
    content: 'Pinterest';
    font-size: 16px;
    margin-right: 10px;
    margin-left: 2px;
    color: #000000;
    position: relative;
    bottom: 6px;
}

.addtoany_list a.a2a_button_pinterest:hover {
    text-decoration: none;
}

.addtoany_list a.a2a_button_linkedin:after {
    content: 'LinkedIn';
    font-size: 16px;
    margin-right: 10px;
    margin-left: 2px;
    color: #000000;
    position: relative;
    bottom: 6px;
}

.addtoany_list a.a2a_button_linkedin:hover {
    text-decoration: none;
}

.tbs-portfolio .portfolio-Button {
    margin: 0 auto;
    display: inline-block;
    max-width: 1250px;
    /*display: flex;
    max-width: 1215px !important;
    overflow-x: scroll;*/
}

.tbs-portfolio .portfolio-Button li {
    float: left;
    list-style: none;
    margin-bottom: 20px;
}

.tbs-portfolio .portfolio-Button li a {
    margin: 5px;
    padding: 5px 10px;
    font-size: 16px;
    color: #000000;
    background: #EFEFEF;
    border-radius: 50px;
}

.tbs-portfolio .portfolio-Button a:hover {
    background: #5BC6C6;
    color: #ffffff;
    cursor: pointer !important;
}

.tbs-portfolio .portfolio-Button .active {
    background-color: #5BC6C6;
    color: #fff;
}

.portfolio-List .portfolio-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-List .portfolio-content .porfolio-title {
    letter-spacing: 0.3px;
}

.portfolio-List .portfolio-content .porfolio-description {
    letter-spacing: 0.6px;
    font-weight: normal;
    line-height: 25px;
}

.portfolio-List .portfoilo-technology-list {
    padding: 15px;
    margin-right: 10px;
    background-color: #5BC6C6;
    color: #fff;
    border-radius: 50px;
}

.portfolio-List .portfoilo-technology-list i {
    color: #fff;
    font-size: 25px;
}

ul.portfoilo-technology-ul {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.portfoilo-technology-ul li {
    display: inline;
    margin: 0 3px;
}

.technology-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 10px auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
    background-color: #5BC6C6;
}

.technology-circle li i {
    margin: 0;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
}

.technology-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

a.portfolio-view-project {
    border: 3px solid #5BC6C6;
    box-sizing: border-box;
    border-radius: 2em;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    color: #5BC6C6;
    font-weight: 600;
    text-decoration: none;
}

a.portfolio-view-project:hover {
    background-color: #5AC6C6;
    color: #FFFFFF;
}

.main-portfolio .loading {
    background-color: #5BC6C6;
}


/* CSS for blog pages */
    /*custom font size for blog inner page*/
    h2.custom-blog-title-h2 {
        font-size: 26px !important;
    }
    h3.custom-blog-title-h3 {
        font-size: 22px !important;
    }
    h4.custom-blog-title-h4 {
        font-size: 20px !important;
    }
    h6.custom-blog-title-h6 {
        font-size: 18px !important;
    }
    /*end*/

.blog .blog-no-background-sub .vc_grid-item-mini {
    background-color: #ffffff !important;
    margin-bottom: 40px;
}

.blog .blog-no-background-sub .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    border-radius: 15px !important;
}

.archive .blog-no-background-sub .vc_grid-item-mini {
    background-color: #ffffff !important;
    margin-bottom: 40px;
}

.archive .blog-no-background-sub .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    border-radius: 15px !important;
}

.CalltoActionDiv {
    padding: 20px !important;
}

.CalltoActionDiv header h2 {
    font-size: 20px;
    margin-bottom: 0 !important;
    position: relative;
    top: 9px;
}

.CalltoActionDiv header h2 {
    font-size: 20px;
    margin-bottom: 0 !important;
    position: relative;
    top: 9px;
}

.top-to-bottom #btn-top-to-bottom:hover {
    background-color: rgba(90, 198, 198, 0.7);
}

.top-to-bottom #btn-top-to-bottom:hover i {
    color: #000000;
}

.top-to-bottom #btn-top-to-bottom {
    background-color: rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    border-radius: 2em;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    color: #FFFFFF;
    border: 3px solid rgba(255, 255, 255, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

.Popup-banner-chicago .wpb_single_image .vc_figure {
    width: 100% !important;
}

.top-to-bottom #btn-top-to-bottom i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}


/*.top-to-bottom #btn-top-to-bottom i.fas.fa-chevron-up:hover {*/


/*cursor: pointer;*/


/*color: #5ac6c6;*/


/*}*/

.top-to-bottom #btn-top-to-bottom.show {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-animation: blink normal 1.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation: blink normal 1.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation: blink normal 1.5s infinite ease-in-out;
    /* IE */
    animation: blink normal 1.5s infinite ease-in-out;
    /* Opera */
}

@keyframes blink {
    0% {
        background-color: rgba(90, 198, 198, 1)
    }
    50% {
        background-color: rgba(90, 198, 198, 0.5)
    }
    100% {
        background-color: rgba(90, 198, 198, 1)
    }
}

@-webkit-keyframes blink {
    0% {
        background-color: rgba(90, 198, 198, 1)
    }
    50% {
        background-color: rgba(90, 198, 198, 0.5)
    }
    100% {
        background-color: rgba(90, 198, 198, 1)
    }
}

.privacy-polict span.wpcf7-list-item-label {
    font-size: 0;
}

.privacy-polict span.wpcf7-not-valid-tip {
    white-space: nowrap;
    position: relative;
    top: 100px;
    right: 30px;
}

div.wpcf7 .screen-reader-response {
    position: unset !important;
    overflow: unset !important;
    clip: unset !important;
    height: auto !important;
    width: auto !important;
    margin: 0 0 15px 0 !important;
    padding: unset !important;
    border: none !important;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

div.wpcf7 .screen-reader-response ul {
    display: none;
}

.carousel-wrap.owl-main-slider .owl-carousel .owl-item img {
    height: 100vh;
}

.carousel-wrap.owl-main-slider .owl-carousel .owl-item video {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    opacity: .4;
}

.carousel-wrap.owl-main-slider .owl-carousel .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(55, 56, 56, 1);
    height: 100vh;
}


/*.about-effect:hover .about-effect-img {*/


/*transform: scale(1.03);*/


/*-ms-transform: scale(1.03);*/


/*-webkit-transform: scale(1.03);*/


/*transform: scale(1.03);*/


/*}*/

.about-effect-content:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(255, 255, 255, 0);
    right: -10px;
    bottom: -10px;
    border-radius: 8px !important;
    transition: background .3s ease-in;
    -ms-transition: background .3s ease-in;
}

.about-effect:hover .about-effect-content:before {
    background: rgba(255, 255, 255, .6);
    border-radius: 8px !important;
}

.about-effect-content p,
.about-effect-content a {
    z-index: 999999;
    position: relative;
}


/*home page Banner of chicago*/

div#popmake-2361 {
    padding: 0;
}

.pum-theme-2356 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    left: 100%;
    right: auto;
}

.tbs-home-contact-main span.wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 0;
}

.tbs-home-contact-main .select-services span.wpcf7-list-item {
    width: 50%;
    margin: 0 0 0.3em 0;
}


/*.service-filter input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 20px;
    margin-top: 0!important;
    width: 100%;
    border: none!important;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.15, #5ac6c6),
            color-stop(0.15, #D4D4D4)
    );
}

.service-filter input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #ffffff;
    border: 3px solid #5ac6c6;
    height: 30px;
    width: 30px;
    border-radius:50%;
}*/

.service-filter input[type="range"] {
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 20px;
    cursor: pointer;
    margin-top: 0 !important;
    width: 100%;
    border: none !important;
    border-radius: 0;
    /* iOS */
    padding: 0;
}

.service-filter input[type="range"]::-webkit-slider-runnable-track {
    background: #ddd;
}


/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 */

.service-filter input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    box-shadow: -100vw 0 0 100vw #5ac6c6;
    border: 3px solid #5ac6c6;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.service-filter input[type="range"]::-moz-range-track {
    height: 10px;
    background: #ddd;
}

.service-filter input[type="range"]::-moz-range-thumb {
    background: #fff;
    height: 40px;
    width: 20px;
    border: 3px solid #999;
    border-radius: 0 !important;
    box-shadow: -100vw 0 0 100vw dodgerblue;
    box-sizing: border-box;
}

.service-filter input[type="range"]::-ms-fill-lower {
    background: dodgerblue;
}

.service-filter input[type="range"]::-ms-thumb {
    background: #fff;
    border: 2px solid #999;
    height: 40px;
    width: 20px;
    box-sizing: border-box;
}

.service-filter input[type="range"]::-ms-ticks-after {
    display: none;
}

.service-filter input[type="range"]::-ms-ticks-before {
    display: none;
}

.service-filter input[type="range"]::-ms-track {
    background: #ddd;
    color: transparent;
    height: 40px;
    border: none;
}

.service-filter input[type="range"]::-ms-tooltip {
    display: none;
}

.tbs-home-contact-main .select-services span.wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 18px;
}

.privacy-policy span.wpcf7-not-valid-tip {
    position: relative;
    top: 105px !important;
    white-space: nowrap;
    right: 30px;
}

.main.widgettitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px 20px 0 !important;
}

.Loadingnofound {
    -webkit-animation: rotation 20s infinite linear;
}


/* CSS Start for News and Events page */

.owl-news-event {
    margin-top: 30px;
}

.tbs-latest-news-content-div {
    background: #5AC6C6;
}

.content-news-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
    width: 90%;
    color: #ffffff;
}

.owl-news-event .owl-nav {
    display: inline-flex !important;
    position: absolute;
    left: 56%;
    bottom: 4%;
}

.owl-news-event .owl-dots {
    display: none !important;
}

.owl-news-event .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: table;
}

.owl-news-event .owl-nav .owl-prev:hover {
    background: rgba(35, 33, 33, 0.3);
}

.owl-news-event .owl-nav .owl-next:hover {
    background: rgba(35, 33, 33, 0.3);
}

.owl-news-event .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    display: table;
}

.owl-news-event h6.tbs-latest-news-h6 {
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.owl-news-event h6.tbs-latest-news-p {
    letter-spacing: 0.3px;
}

.owl-news-event .owl-nav i {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/*css for Mozila firefox*/

@-moz-document url-prefix() {
    .footer-main-title .footer-title-text {
        font-weight: bold;
    }
    .moz-font-weight {
        font-weight: 600;
    }
    h6 {
        font-weight: bold;
    }
    .tbs-portfolio .portfolio-Button li a:hover {
        cursor: pointer;
    }
    .portfolio-Button .portfolio-Item .portfolio-Link {
        cursor: pointer;
    }
}


/*end*/


/* CSS for yamm mega menu */

.site-branding-desktop .submenu_cover {
    background: #FFFFFF;
    transition: all 0.2s linear 0s;
    position: absolute;
    display: inline-block;
    padding: 0;
    /*top: 100%;*/
    box-shadow: 0 0 20px rgba(0, 0, 0, .30);
    border-radius: 10px;
    margin: 0 auto;
    width: 0;
    height: 0;
    transform: translateX(50%) scaleY(0.9) scaleX(0.9);
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% 0
}

.site-branding-desktop .submenu_cover.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(50%) scaleY(1) scaleX(1);
    overflow: hidden;
    /*-webkit-box-shadow: 6px 6px 8px 0px rgba(90, 198, 198, 0.75);*/
    /*-moz-box-shadow: 6px 6px 8px 0px rgba(90, 198, 198, 0.75);*/
    /*box-shadow: 6px 6px 8px 0px rgba(90, 198, 198, 0.75);*/
}

.site-branding-desktop .submenu ul {
    padding-left: 0
}

.site-branding-desktop .submenu {
    float: left;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    transition: all 0s;
}

.site-branding-desktop .submenu.active_submenu {
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 15px 20px;
}

.site-branding-desktop .submenu>li li {
    /*padding-right: 10px;*/
    /*padding-left: 10px*/
    list-style: none !important;
}

.site-branding-desktop .submenu>li li.margin-li-left-menu {
    margin-left: 25px;
}

.site-branding-desktop .submenu>li .title {
    font-size: 18px !important;
    line-height: 28px;
}

.site-branding-desktop .submenu>li span {
    display: inline-block;
    /*font-weight: bold;
    text-transform: uppercase*/
}

.site-branding-desktop .submenu>li span,
.site-branding-desktop .submenu>li span a {
    /*color: #5AC6C6 !important;*/
    color: #000000 !important;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 5px;
    box-shadow: none;
    text-shadow: none;
}

.site-branding-desktop .submenu li {
    line-height: 1;
    margin-bottom: 5px
}

.site-branding-desktop .submenu>li a {
    color: #666666;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    border-bottom: 2px solid #eee;
    display: inline-block;
    padding: 8px 0;
    box-shadow: none;
    text-shadow: none;
}

.site-branding-desktop .submenu>li a:hover,
.site-branding-desktop .submenu>li a:focus,
.site-branding-desktop .submenu>li a:active {
    border-color: #5AC6C6;
    color: #5AC6C6;
    text-decoration: none;
}

.site-branding-desktop .submenu>li i {
    margin-right: 5px;
    width: 35px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    border: 2px solid #5AC6C6;
    border-radius: 50%;
    height: 35px;
    line-height: 33px;
    vertical-align: middle;
    background: #5AC6C6;
}

.site-branding-desktop .navbar .module.left>div {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.site-branding-desktop .submenu>li {
    min-width: 200px;
    display: inline-block;
    vertical-align: top;
    /*padding: 8px 10px;*/
    padding: 8px 20px
}

.site-branding-desktop .submenu>li.menu_custom_solutions {
    min-width: 440px;
}

.site-branding-desktop .submenu>li.menu_mobile_app_design {
    min-width: 265px;
}

.site-branding-desktop .submenu>li.menu_web_development {
    min-width: 237px;
}

.site-branding-desktop .submenu>li.menu_cloud_services {
    min-width: 480px;
}

.site-branding-desktop #menu-main-menu .submenu_arrow {
    position: absolute;
    height: 6px;
    width: 16px;
    left: auto;
    bottom: 11px;
    right: 0;
    margin: auto;
    content: "";
    background: transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    transition: all 0.2s linear 0s;
    opacity: 0;
    visibility: hidden
}


/*.site-featured-image {*/


/*margin-bottom: 30px;*/


/*}*/

.site-branding-desktop #menu-main-menu .submenu_arrow.active {
    opacity: 1;
    visibility: visible
}

.site-branding-desktop #company_menu.active_submenu {
    width: 765px
}

.site-branding-desktop #services_menu.active_submenu {
    width: 570px
}

.site-branding-desktop #solutions_menu.active_submenu {
    width: 730px
}

.site-branding-desktop #enterprise_menu.active_submenu {
    width: 725px
}

.site-branding-desktop #ourwork_menu.active_submenu {
    width: 180px
}

.site-branding-desktop #resources_menu.active_submenu {
    width: 510px
}

.site-branding-desktop .submenu>li a.Company-Career {
    border-bottom: 0;
    color: #000000 !important;
}

.site-branding-mobile {
    display: none;
}

.site-branding-desktop {
    display: block;
}


/*New Menu css start*/

.site-branding-desktop .bg-dark {
    background: transparent !important;
    background-color: transparent !important;
}

.site-branding-desktop nav.bg-dark .nav-utility,
nav.bg-dark .nav-bar {
    border-bottom: none;
}

.site-branding-desktop .nav-bar .module,
.nav-bar .module-group {
    height: 55px;
}

.site-branding-desktop .module {
    display: inline-block;
    padding: 0 0;
}

.top-header-menu ul {
    margin-bottom: 0;
}

.site-branding-desktop .module.left,
.module-group.left {
    float: left;
}

.site-branding-desktop .module.right,
.module-group.right {
    float: right;
}

.site-branding-desktop .module.right,
.module-group.right {
    float: right;
    width: 100%;
}

.site-branding-desktop a.menu-last-link {
    position: absolute !important;
    right: 0;
    height: auto !important;
    background-color: #5AC6C6;
    border-color: #5AC6C6;
    border-radius: 6px;
    padding: 10px;
    color: #ffffff !important;
    font-size: 15px;
    top: 6px;
    display: inline-block !important;
    overflow: hidden;
}

.site-branding-desktop a.menu-last-link:after {
    animation: shine 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.9) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.site-branding-desktop a.menu-last-link:active:after {
    opacity: 0;
}

.site-branding-desktop a.menu-last-link:hover,
.site-branding-desktop a.menu-last-link:focus {
    text-decoration: none;
}

.site-branding-desktop .has-dropdown::after {
    color: #fff;
}

.site-branding-desktop .has-dropdown::after {
    color: #fff;
}

.site-branding-desktop .has-dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    content: "\f107";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}


/*.menu > li:nth-last-child(2) > ul ul {left: auto;right: 100%;}*/

.site-branding-desktop .menu>li>ul>li a:hover,
.menu li ul li.current_page_item a {
    transform: translate3d(5px, 0px, 0px);
    opacity: 1;
}

.site-branding-desktop .menu li {
    text-transform: capitalize;
    list-style: none;
}

.site-branding-desktop .menu>li>ul li a {
    text-transform: capitalize;
    padding: 4px 24px;
}

.site-branding-desktop .menu>li {
    margin-right: 32px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

.site-branding-desktop .menu>li:last-child {
    margin-right: 0;
}

.site-branding-desktop .has-dropdown {
    padding-right: 18px;
}

.site-branding-desktop nav.bg-dark .menu>li>a,
.site-branding-desktop nav.bg-dark .module.widget-handle i,
.site-branding-desktop nav.bg-dark .nav-utility {
    color: #b5b7bb;
    font-weight: normal;
    opacity: 1;
}

.site-branding-desktop nav.bg-dark .menu>li>a.active:after {
    position: absolute;
    content: "";
    bottom: 6px;
    width: 65%;
    height: 6px;
    background: #5AC6C6;
    border-top-right-radius: 10px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
}

.site-branding-desktop nav.bg-dark .menu>li>a.PortfolioHover:hover:after {
    position: absolute;
    content: "";
    bottom: 6px;
    width: 65%;
    height: 6px;
    background: #5AC6C6;
    border-top-right-radius: 10px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
}

.site-branding-desktop nav.bg-dark .menu>li>a.menu_active {
    color: #ffffff !important;
}

.site-branding-desktop nav.bg-dark .menu>li>a.menu_active:after {
    position: absolute;
    content: "";
    bottom: 6px;
    width: 65%;
    height: 6px;
    background: #5AC6C6;
    border-top-right-radius: 10px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
}

.site-branding-desktop .menu li a {
    font-weight: 100;
    color: #292929;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}

.site-branding-desktop .menu>li ul {
    width: 300px;
    padding: 8px 0;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -1px;
}

.site-branding-desktop .has-dropdown>ul {
    background-color: #292929;
    padding-top: 0 !important;
}

.site-branding-desktop .mega-menu {
    width: auto !important;
    white-space: nowrap;
    line-height: 24px;
}

.site-branding-desktop .mega-menu ul {
    position: relative !important;
    left: auto !important;
    padding: 0 !important;
}

.site-branding-desktop .mega-menu>li {
    width: 290px !important;
    overflow: hidden;
    display: inline-block;
}

.site-branding-desktop .mega-menu .title {
    color: #5AC6C6 !important;
    display: inline-block;
    padding: 6px 24px;
    font-size: 15px !important;
    font-weight: 400;
}

.site-branding-desktop .nav-bar a {
    display: inline-block;
    height: 55px;
}

.site-branding-desktop .navbar-brand {
    padding: 8px 15px !important;
}

.site-branding-desktop .menu {
    width: 100%;
    height: 55px;
    font-family: 'Lato-Regular' !important;
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.site-branding-desktop .menu.inline-block {
    width: auto;
}

.site-branding-desktop .menu li a {
    font-weight: 100;
    color: #292929;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
    letter-spacing: 0.6px !important;
    font-size: 18px !important;
    padding: 0 16px;
    text-shadow: none;
    box-shadow: none;
}

.site-branding-desktop .menu li a:hover {
    opacity: 1 !important;
    text-decoration: none;
    color: #ffffff !important;
}

.site-branding-desktop .menu>li {
    margin-right: 0 !important;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    list-style: none;
}

.carousel-wrap.owl-main-slider {
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
}

.site-branding-desktop .menu>li:last-child {
    margin-right: 0;
}

.site-branding-desktop .menu>li:last-child>ul {
    right: 0;
}

.site-branding-desktop .menu>li:last-child>ul ul {
    left: auto;
    right: 100%;
}

.site-branding-desktop .menu>li ul {
    width: 290px;
    padding: 8px 0;
    position: absolute;
    z-index: 999;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -1px;
}

.site-branding-desktop .menu>li>ul>li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
}

.site-branding-desktop .menu>li>ul>li i,
.site-branding-desktop .menu>li>ul>li em,
.site-branding-desktop .menu>li>ul>li e {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
}

.site-branding-desktop .menu>li>ul>li i.fa-mobile {
    font-size: 20px !important;
    vertical-align: text-bottom;
}

.site-branding-desktop .menu>li>ul>.has-dropdown:after {
    color: #fff;
    top: 5px;
    right: 24px;
    content: "\f105";
    font-family: FontAwesome;
}

.site-branding-desktop .menu>li>ul li a {
    color: #fff;
    height: auto;
    padding: 6px 24px;
}

.site-branding-desktop .menu>li>ul>li>ul {
    left: 100%;
    top: 0;
}

.site-branding-desktop .menu>li:hover>ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.site-branding-desktop .menu>li>ul>li:hover>ul,
.site-branding-desktop .has-dropdown:hover .mega-menu ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

@media only screen and (min-width: 992px) {
    .site-branding-desktop .menu .mega-menu>li:nth-child(even) {
        background-color: #323232
    }
}

@media all and (max-width: 991px) {
    .site-branding-desktop nav.fixed {
        position: absolute !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .site-branding-desktop nav.outOfSight {
        transform: translate3d(0, 0px, 0) !important;
        -webkit-transform: translate3d(0, 0px, 0) !important;
        -moz-transform: translate3d(0, 0px, 0) !important;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }
    .site-branding-desktop .nav-bar,
    .site-branding-desktop .nav-bar .module-group,
    .site-branding-desktop .nav-bar .module {
        height: auto;
        overflow: hidden;
    }
    .site-branding-desktop .nav-open {
        max-height: 10000px !important;
        height: auto !important;
    }
    .site-branding-desktop .nav-open .mobile-toggle {
        border-bottom: 1px solid #ccc;
    }
    .site-branding-desktop .nav-bar .module {
        padding: 0 16px;
    }
    .site-branding-desktop .nav-bar .module-group {
        width: 100%;
        padding: 0;
        max-height: calc(100vh - 55px);
        overflow: scroll;
        border-top: 1px solid #444;
    }
    .site-branding-desktop .nav-bar .module-group .module {
        display: block;
        float: none;
        width: 100%;
    }
    .site-branding-desktop nav.nav-centered .logo {
        margin: 24px 0 16px 0;
        max-height: 40px;
    }
    .site-branding-desktop .menu {
        height: auto;
    }
    .site-branding-desktop .menu.inline-block {
        width: 100%;
    }
    .site-branding-desktop .menu a {
        height: auto;
        line-height: 24px;
        padding: 4px 0;
    }
    .site-branding-desktop .menu li a {
        padding: 5px 0
    }
    .site-branding-desktop .menu li {
        line-height: 24px;
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .site-branding-desktop .menu>li ul {
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        left: 0;
    }
    .site-branding-desktop .menu>li>ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
    }
    .site-branding-desktop .menu>li>ul>li>ul {
        left: 0;
        display: none;
        padding: 0;
    }
    .site-branding-desktop .menu>li>ul li a,
    .site-branding-desktop .mega-menu .title {
        padding: 4px 16px;
    }
    .site-branding-desktop .has-dropdown .has-dropdown li {
        padding-left: 18px;
    }
    .site-branding-desktop .has-dropdown {
        padding-right: 0;
    }
    .site-branding-desktop .mega-menu {
        margin-left: 0 !important;
    }
    .site-branding-desktop .mega-menu li {
        width: 100% !important;
    }
    .site-branding-desktop .toggle-sub>ul,
    .site-branding-desktop .toggle-sub .mega-menu ul {
        display: block !important;
    }
    .site-branding-desktop .module.widget-handle {
        border-left: none;
        border-top: 1px solid #ccc;
        line-height: 40px;
        min-height: 40px;
    }
    .site-branding-desktop .module.widget-handle .menu {
        line-height: 40px;
    }
    .site-branding-desktop .module.widget-handle .menu li {
        line-height: 40px;
    }
    .site-branding-desktop .module.widget-handle i {
        line-height: 40px;
    }
    .site-branding-desktop .module.widget-handle .title {
        display: inline-block;
        position: relative;
        bottom: 3px;
        margin-left: 8px;
    }
    .site-branding-desktop .widget-handle .function {
        width: 100%;
        position: relative;
        opacity: 1;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        visibility: visible;
        margin-top: 0;
        display: none;
        box-shadow: none !important;
    }
    .site-branding-desktop .toggle-widget-handle .function {
        display: block !important;
    }
    .site-branding-desktop .widget-handle .cart .label {
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        top: 18px;
    }
    .site-branding-desktop .mobile-toggle {
        border-left: 1px solid #ccc !important;
        border-bottom: none !important;
    }
    .site-branding-desktop .mobile-toggle i {
        line-height: 53px !important;
    }
    .site-branding-desktop .mobile-toggle.absolute-xs {
        position: absolute;
        top: 0;
    }
    .site-branding-desktop nav.nav-centered .mobile-toggle {
        width: 100%;
    }
    .site-branding-desktop nav.bg-dark .module.widget-handle {
        border-top: 1px solid #444;
    }
    .site-branding-desktop nav.bg-dark .mobile-toggle {
        border-left: 1px solid #444 !important;
    }
    .site-branding-desktop nav.bg-dark .nav-open .mobile-toggle {
        border-bottom: 1px solid #444;
    }
}

@media only screen and (min-width: 992px) {
    .site-branding-desktop .menu .mega-menu>li:nth-child(even) {
        background-color: #323232
    }
    .site-branding-desktop #menu-main-menu .mega-menu>li>ul {
        height: 350px;
        overflow: hidden;
    }
    .site-branding-desktop #menu-main-menu .mega-menu>li:hover>ul {
        overflow-y: auto;
    }
}

@media only screen and (max-width: 991px) {
    .site-branding-desktop #hpSliderContainer.start {
        margin: 0 !important;
    }
    .site-branding-desktop .nav-bar .module.left,
    .nav-bar .module.left #menu-main-menu {
        padding: 0;
    }
    .site-branding-desktop .nav-bar .module>ul>li {
        padding: 0 16px;
    }
    .site-branding-desktop .nav-bar .module>ul>li:nth-child(even),
    .nav-bar .module>ul>li:nth-child(even) ul {
        background-color: #323232
    }
    .site-branding-desktop .navbar-brand.desktop {
        height: 55px !important;
    }
    .site-branding-desktop .has-dropdown::after {
        right: 18px;
        top: 5px
    }
    .site-branding-desktop .navbar-brand.desktop {
        display: block !important;
    }
    .site-branding-desktop .visible-sm #menu-main-menu .appi-cta a {
        width: 100%;
        background: #5AC6C6;
        text-align: center;
        border-radius: 3px;
        color: #fff !important;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1167px) {
    .site-branding-desktop .mobile-toggle.visible-sm {
        display: none !important;
    }
    .site-branding-desktop .module {
        padding: 0 10px;
    }
    .site-branding-desktop .has-dropdown {
        padding-right: 15px;
    }
    .site-branding-desktop .module.left {
        width: auto;
    }
    .site-branding-desktop .navbar-brand.desktop {
        margin: 0 auto;
        width: auto;
        float: none;
    }
    .site-branding-desktop .nav-bar {
        height: auto !important;
        max-height: auto !important;
    }
    .site-branding-desktop .module-group.right {
        width: auto;
    }
    .site-branding-desktop .menu>li {
        margin: 0;
        width: auto;
    }
    .site-branding-desktop #menu-main-menu {
        padding: 0;
    }
}

@media only screen and (min-width: 1168px) and (max-width: 1200px) {
    .module {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
    .site-branding-desktop .menu li a {
        padding: 0 10px;
    }
}

.site-branding.site-branding-desktop {
    position: relative;
    top: 15px;
}

.tbs-stickey-header .site-branding.site-branding-desktop {
    position: unset !important;
    top: auto;
}

.site-branding-desktop .nav-bar {
    display: flex;
    /*border-bottom: 1px solid #ccc;
    height: 55px;
    line-height: 53px;
    max-height: 55px;*/
}

.site-branding-desktop .mega-menu .title a {
    color: #5AC6C6;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    opacity: 1;
}

.site-branding-desktop .navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border: 0
}

.site-branding-desktop .navbar-fixed-top,
.site-branding-desktop .navbar-fixed-bottom {
    z-index: 999 !important;
    padding: .5rem 0;
}


/*css for portfolio download pdf*/

.portfolio-description-content span.Industry-value {
    text-transform: inherit;
}

.email-download {
    display: none;
}

button.req_quat_btn {
    border: 2px solid #5ac6c6;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    color: #FFFFFF;
    background-color: #5AC6C6;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 8px;
}

button.req_quat_btn:hover {
    background-color: #FFFFFF;
    border: 2px solid #5ac6c6;
    color: #5AC6C6;
}

.industry-techcnology-downloadpdf .download_pdf_label {
    font-size: 15px;
    display: table-caption;
}

.industry-techcnology-downloadpdf .ebd_results a.ebd_link:after {
    content: 'Download';
    visibility: visible;
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    border: 2px solid #5ac6c6;
    padding: 10px 20px;
    border-radius: 8px;
    bottom: 47px;
    left: 260px;
    color: #5ac6c6;
    background-color: #FFFFFF;
}

.industry-techcnology-downloadpdf .wpcf7-response-output {
    display: none !important;
}

.industry-techcnology-downloadpdf .ebd_results a.ebd_link {
    color: #FFFFFF;
    font-weight: 500;
    background-color: #5ac6c6;
    border: 2px solid #5ac6c6;
    font-size: 0;
    padding: 15px 13px;
    position: relative;
    top: 11px;
    visibility: hidden;
}

.industry-techcnology-downloadpdf .ebd_results a.ebd_link:hover {
    background-color: #FFFFFF;
    border: 2px solid #5ac6c6;
    color: #5AC6C6;
}

.download_pdf input[type="submit"]:focus {
    outline: none;
}

.download_pdf input[type="submit"] {
    border: 2px solid #5ac6c6;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    color: #FFFFFF;
    background-color: #5AC6C6;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 8px;
}

.download_pdf input[type="submit"]:hover {
    background-color: #FFFFFF;
    border: 2px solid #5ac6c6;
    color: #5AC6C6;
}

.site-header.featured-image .custom-logo-link:hover,
.site-header.featured-image .custom-logo-link:active,
.site-header.featured-image .custom-logo-link:focus {
    box-shadow: none;
}


/*New Menu css end*/


/* Button Animation shine effect start */

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}


/* Button Animation shine effect end */

/*Halloween Css*/
span#hollowId {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}
span#hollowId img {
    border-radius: 10px;
}

.pum-container.popmake.pum-responsive.pum-responsive-large.responsive.size-large.active.custom-position {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

button.pum-close.popmake-close {
    padding: 10px !important;
    line-height: 0 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 20px !important;
    top: 5px !important;
    right: 5px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background-color: #000000 !important;
}