﻿/*
Theme Name:  Anomica Child Theme
Description: Child theme for the Anomica theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    anomica
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
.common_txtclr p, body, input[type=color], input[type=date], input[type=datetime-local], 
input[type=datetime], input[type=email], input[type=month], 
input[type=number], input[type=password], input[type=search], 
input[type=tel], input[type=text], input[type=time], input[type=url], 
input[type=week], select, textarea{
    color:#212121 !important;
}

.contact-form-btn2 input[type=submit]:hover,
input[type=submit]:hover{
    background:#055ea0 !important;
    color:#fff !important;
}

a:hover{
    color:#055ea0;
}

.bottom-footer-inner a:hover{
    color:#fff;
}

#site-header-menu #site-navigation div.nav-menu>ul>li.current-menu-item>a:before,
#site-header-menu #site-navigation div.nav-menu>ul>li.menu-item-has-children.current-menu-item>a:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

#site-header-menu #site-navigation div.nav-menu>ul>li.current-menu-item>a {
    color:#055ea0;
}

.careerpagefull_sec {}

.custom_title h2 {
    color: #212121;
    /*text-align: left;*/
    text-align:center;
    font-size: 34px;
}

.custom_title h2 em {
    color: #2E99D4;
    font-size: 16px;
    font-style: normal;
    display: block;
}

.discuss_btn a {
    background: #263045;
    padding: 13px 25px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 0;
    display: inline-block;
}

.careerpagefull_sec p a,
.careerpagefull_sec p a:hover {
    color: #2E99D4;
    text-decoration: none;
}

.careerpagefull_sec p a:hover {
    color:#055ea0;
}

.careerspagelist_sec ul {
    padding: 0;
    margin: 0;
}

.careerspagelist_sec ul li {
    list-style: none;
    margin: 0 0 20px 0;
    border: 1px solid rgb(98, 107, 107, 0.3);
    background-color: rgb(255, 255, 255);
    width: 100%;
    position: relative;
}

.careerspagelist_sec ul li:hover {
    border: 1px solid rgb(98, 107, 107, 0.3);
    background-color: rgb(255, 255, 255);
    box-shadow: 3.5px 6.062px 8px 0px rgba(98, 107, 107, 0.3);
    width: 100%;
}

.careerspagelist_sec ul li a {
    display: block;
    padding: 20px 30px;
}

.careerspagelist_sec ul li a:hover{
    color:#055ea0;
}

.careerspagelist_sec ul li i.tm-anomica-icon-right-open-big {
    position: absolute;
    top: 40%;
    right: 15px;
    font-size: 24px;
    color: #b0b5b5;
}

.careerspagelist_sec ul li h5 {
    font-size: 16px;
    line-height: 18px;
    color: #212121;
    margin-bottom: 10px;
    font-weight:600;
}

.careerspagelist_sec ul li p {
    margin-bottom: 0;
    color: #212121;
}

.careerspagelist_sec ul li:hover h5 {
    color:#055ea0;
}

.careerspagelist_sec ul li:hover p {
    color: #212121;
}

.careerdetailspagefull_sec h5 {
    font-size: 24px;
    color: #2E99D4;
    font-weight: 500;
}

.careerdetailspagefull_sec h5 em {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #212121;
    font-weight: 400;
}

.careerdetailspagefull_sec h6 {
    font-size: 18px;
    color: #212121;
    font-weight: 500;
    padding-top:10px;
}

.careerdetailspagefull_sec ul {
    padding:5px 0 0px 30px;
    margin: 0 0 25px 0;
}

.careerdetailspagefull_sec ul li {
    margin: 0 0 12px 0;
    position: relative;
}

.careerdetailspagefull_sec ul li::marker {
    color: #2E99D4;
    font-size: 18px;
}

.careerdetailspagefull_sec ul li span,
.careerdetailspagefull_sec ul li em{
    display: inline-block;
    vertical-align: top;
    font-style:normal;
}

.careerdetailspagefull_sec ul li span:first-child,
.careerdetailspagefull_sec ul li em:first-child{
    width:200px;
    color:#212121;
}

.careerdetailspagefull_sec .career_applyform ul li label.error,
.careerdetailspagefull_sec ul li span .wpcf7-form-control-wrap label.error {
    position: absolute;
}

.careerdetailspagefull_sec ul li span input[type="file"] {
    display: block !important;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.careerdetailspagefull_sec ul li label#custom-input-file-error {
    position: absolute;
    bottom: -75px;
    left: 0;
}

.career_applyform {
    max-width: 840px;
    margin: 0 auto;
    padding: 0;
}

.career_applyform h3 {
    color: #212121;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    /* padding-bottom: 20px; */
    margin-top:0 !important;
}

.careerdetailspagefull_sec .career_applyform ul {
    padding: 0 3px 0 0;
    margin: 0 -15px;
}

.careerdetailspagefull_sec .career_applyform ul li {
    margin-bottom: 15px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
    list-style: none;
    padding: 0 15px;
}

.careerdetailspagefull_sec .career_applyform ul li.full_row {
    width: 100%;
    display: flex;
    align-items: center;
}

.careerdetailspagefull_sec .career_applyform ul li label {
    font-size: 15px;
    color: #212121;
    font-weight: 400;
    margin-bottom:0;
}

.careerdetailspagefull_sec .career_applyform ul li select,
.careerdetailspagefull_sec .career_applyform ul li input[type=url],
.careerdetailspagefull_sec .career_applyform ul li input[type=tel],
.careerdetailspagefull_sec .career_applyform ul li input[type=email],
.careerdetailspagefull_sec .career_applyform ul li input[type=number],
.careerdetailspagefull_sec .career_applyform ul li input[type=password],
.careerdetailspagefull_sec .career_applyform ul li input[type=text] {
    border: 1px solid rgb(98, 107, 107, 0.1);
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 50px;
}


.careerdetailspagefull_sec .career_applyform ul li.notice_period_main select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: #fff url('.../../images/down-arrow.png') 97% center no-repeat;
}

.careerdetailspagefull_sec .career_applyform ul li select span,
.careerdetailspagefull_sec .career_applyform ul li span span.selection,
.careerdetailspagefull_sec .career_applyform ul li span span,
.careerdetailspagefull_sec .career_applyform ul li select span span {
    background: #fff;
    border: 0;
    width: 100%;
    height: inherit;
    display: block;
}
.careerdetailspagefull_sec .career_applyform ul li span span.wpcf7-not-valid-tip{
    background: transparent;
}

#reset_career_form,
#reset_career_form:hover,
.careerapply_clear em,
.careerapply_clear em:hover {
    cursor: pointer !important;
    padding:10px 30px;
    background: #212121;
    color: #fff;
    margin-right: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
}

#reset_career_form,
#reset_career_form:hover {
    padding:10px 30px;
    border-radius:5px;
}

.careerdetailspagefull_sec .career_applyform ul li.full_row p {
    margin: 0;
}

.careerdetailspagefull_sec .career_applyform ul li.full_row.pt-20 {
    padding-top: 20px;
    padding-bottom: 0px;
    display: -webkit-inline-box;
}

.careerdetailspagefull_sec .career_applyform ul li.full_row input[type="submit"] {
    background: #2E99D4;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    border-radius:5px;
    padding:10px 30px 10px;
}

.careerdetailspagefull_sec .career_applyform ul li.full_row input[type="submit"]:hover{
    background:#055ea0;
}

.careerapplyform_main {
    background-color: #f3f3f3;
    margin-bottom: 40px;
    padding: 40px;
    display: inline-block;
    width: 100%;
}
.careerapplyform_main .wpcf7 form .wpcf7-response-output{
    text-align: center;
}

.no_openings {
    text-align: center;
}

.no_openings ul li h5 {
    margin-bottom: 0px;
}

.wpcf7-form label.error {
    color: #900 !important;
    font-size: 11px !important;
}

.sfi-js .sfi-wrapper {
    position: relative;
    border: none;
    background: #ffffff;
    font-size: 14px;
    width: 100% !important;
    color: #999;
    outline: none;
    position: relative;
    /*overflow: hidden;*/
}

.sfi-js .sfi-wrapper .sfi-filename {
    width: 100%;
    overflow: hidden;
    height: 46px;
    padding: 0 100px 0 14px;
    display: block;
    font-size: 14px;
    line-height: 46px;
    color: #797979;
    text-align: left;
    z-index: 10;
    position: relative;
    border: 0px dashed #ccc;
    border-right: none;
    width: 100%;
    float: left;
}

.sfi-js .sfi-wrapper .sfi-trigger {
    background: #212121;
    border: 0;
    width: 100px;
    height: 46px;
    line-height: 46px;
    display: block;
    float: right;
    margin-left: -100px;
    position: relative;
    z-index: 12;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.sfi-js .sfi-wrapper.sfi-error .sfi-filename,
.sfi-js .sfi-wrapper.sfi-error .sfi-trigger {
    border-color: red;
}

.sfi-js .sfi-wrapper.sfi-error .sfi-filename {
    color: red;
}

.sfi-js .sfi-wrapper.sfi-valid .sfi-filename,
.sfi-js .sfi-wrapper.sfi-valid .sfi-trigger {
    border-color: #2E99D4;
}

.sfi-js .sfi-wrapper.sfi-valid .sfi-filename {
    color: #2E99D4;
}

.sfi-js .sfi-wrapper.sfi-disabled .sfi-filename,
.sfi-js .sfi-wrapper.sfi-disabled .sfi-trigger {
    border-color: #ccc;
}

.sfi-js .sfi-wrapper.sfi-disabled .sfi-filename {
    color: #212121;
}

.notice_period_main .select2 {
    display: none !important;
}

.notice_period_main .select2-hidden-accessible {
    height: 50px !important;
    position: unset !important;
    padding: 9px 15px !important;
    width: 100% !important;
}

.leadership_team_list .themetechmount-box-title a {
    pointer-events: none;
}

#totop.top-visible {
    bottom: 80px;
}

.themetechmount-sidebar-true .site-main{
    padding-top:60px;
}

.tm-titlebar-main{
    padding: 50px 0;
}
.tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
    height: auto;
}

.top-0{
    top:0 !important;
}

.pt-15{
    padding-top:15px;
}

.pressrelease_list{
    width: 100%;
}
.pressrelease_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pressrelease_list ul li {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0px;
    border-bottom: 1px solid #ddd;
}

.pressrelease_list ul li:last-child{
    border-bottom:0;
}

.pressrelease_list ul li h5{
    margin:0 0 0px 0;
    padding: 0 0 5px 0px;
    font-size: 16px;
    line-height:18px;
    color: #000;
    font-weight:600;
}

.pressrelease_list ul li p{
    margin:0 0 0px 0;
    padding: 0 0 0 0px;
    font-size:13px;
    color: #777;
}

.pressrelease_list ul li h5 a{
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px 0 0;
    background: url(images/newtab_arrow.png) right bottom 3px no-repeat;
}

.custom-height{
    height: 250px !important;
    object-fit: cover;
}

.tm-header-style-classicinfo .site-header.tm-bgcolor-custom:not(.is_stuck):after{
    background-color:transparent !important;
}

.tm-header-style-classicinfo .site-header .site-header-menu:before{
    background-color:transparent !important;
}

.themetechmount-ratting-star{
    display:none;
}

.informationtechnology_serv.vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner>.wpb_wrapper{
    background:#fff;
}

/*#enhancedtextwidget-6 p{
    font-size:13px;
    line-height:20px;
}

.sidebar .widget:first-child {
    margin-top: 20px;
    margin-bottom: 0;
}*/

.grecaptcha-badge{
    z-index:9;
}

.getquote_btn {
    margin: -7px 0 0 0;
}

.getquote_btn a{
    padding:8px 15px 9px 15px !important;
    font-weight:600;
    font-size: 15px !important;
    border-radius:5px !important;
}

.getquote_btn a:hover{
    background:#055ea0 !important;
}

.required_text {
    color: #f00 !important;
}

.citewhite_clr h2 cite{
    color:#fff !important;
}

.themetechmount-box-team.themetechmount-teambox-view-style-one .themetechmount-box-content {
    margin: 0px 4px 5px;
    padding:15px 0 20px;
}

#nav_menu-2, #nav_menu-3{
    float:left;
    width:50%;
    margin:55px 0 0 0;
    padding-left:20px;
}

.homeservices_list .tm-cta3-description{
    min-height:80px;
}

.contact-form-btn2{
    position: relative;
}

.contact-form-btn2 input[type=submit] {
    border-radius:5px !important;
    background:#2E99D4;
}

.contact-form-btn2 input[type=submit]:hover{
    background:#055ea0;
}

.contact-form-btn2 .wpcf7-spinner{
    position: absolute;
    top:20px;
}
.itsrv_icon img{
    width:120px;
    height:95px;
}

.themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text,
.themetechmount-testimonial-box-view-style-4 .themetechmount-box-desc blockquote {
    color: #212121;
    font-size:1em;
    line-height: 1.6em;
}

.tm-mmenu-active-color-custom #site-header-menu #site-navigation div.nav-menu > ul > li > a:before, 
.tm-mmenu-active-color-custom .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item > a:before{
    background:#055ea0 !important;
}

.archive article a,
.tax-services_category article a,
.archive article a:hover,
.tax-services_category article a:hover{
    color:#212121 !important;
}

.tm-textcolor-dark .tm-vc_cta3-content-header h2, 
.tm-textcolor-dark h1, .tm-textcolor-dark h2, 
.tm-textcolor-dark h3, .tm-textcolor-dark h4, 
.tm-textcolor-dark h5, .tm-textcolor-dark h6, h2.tm-custom-heading.tm-textcolor-dark, 
h3.tm-custom-heading.tm-textcolor-dark, h4.tm-custom-heading.tm-textcolor-dark, 
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a,
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper, 
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a:hover {
    color: #212121 !important;
}

.footer .tm-textcolor-white {
    color:#fff;
}

.themetechmount-boxes-testimonial .themetechmount-box-author {
    padding-bottom:30px;
}

.homeconnectwithus_bg .vc_custom_1634578055328 > .tm-col-wrapper-bg-layer{
    background-size:100% !important;
}

.homeconnectwithus_bg img{
    margin:0 auto;
}

.faqs_sec .vc_tta-panel-heading .vc_tta-panel-title a,
.faqs_sec .vc_tta-panel-heading .vc_tta-panel-title a span{
    color:#212121 !important;
}

.faqs_sec .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a,
.faqs_sec .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span{
    color:#fff !important;
}

.themetechmount-service-box-style2:hover .themetechmount-serviceboxbox-readmore a,
.faqs_sec .vc_tta-panel-heading:hover,
.faqs_sec .vc_tta-panel-heading .vc_tta-panel-title a:hover{
    background:#055ea0 !important;
    border-color:#055ea0 !important;
    color:#fff;
}

.faqs_sec .vc_tta-panel-heading:hover a span,
.faqs_sec .vc_tta-panel-heading .vc_tta-panel-title a:hover span{
    color:#fff !important;
}

.breadcrumb-wrapper-inner span:last-child span{
    color:#2E99D4;
}

.tm-sbox.tm-sbox-iconalign-without-icon .tm-cta3-description p{
    color:#212121 !important;
}

.themetechmount-box-service:hover .tm-btn-icon-arrow:before {
    color: #fff;
}

.careerdetailspagefull_sec .career_applyform ul li em{
    width:auto;
}

.homeconnectwithus_bg .wpb_single_image.vc_align_center{
	height:100%;
}

.homeconnectwithus_bg .wpb_single_image .vc_figure{
	height:100%;
	display: flex;
	align-items: center;
	text-align:center;
	justify-content:center;
	margin:0 auto; 
}

.load.position-relative{
    position:relative;
}

.load.position-relative .wpcf7-spinner{
    position: absolute;
    top: 22px;
    right:5%;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.init .wpcf7-response-output, 
.wpcf7 form.resetting .wpcf7-response-output, 
.wpcf7 form.submitting .wpcf7-response-output {
    float:left;
    width:100%;
}
.wpcf7 .tm-inquiry-form input[type="text"], 
.wpcf7 .tm-inquiry-form input[type="email"], 
.wpcf7 .tm-inquiry-form textarea{
    color:#fff !important;
}
#primary #main{
    padding-bottom:0;
}
.ps_services_about .tm-cta3-content-wrapper {
    width: 100% !important;
}
body.themetechmount-sidebar-right .site-content-wrapper #primary.content-area,
body.themetechmount-sidebar-right.tm-empty-sidebar .site-content-wrapper #primary.content-area{
    padding-right:15px!important;
    padding-left:15px!important;
}
.themetechmount-boxes.themetechmount-boxes-service.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner>div.themetechmount-boxes-row-wrapper {
    margin-left: 0;
    margin-right: 0;
}
body.search .search-form input[type="search"],
.tm-sresult-form-wrapper .search-form input[type="search"],
body.search .tm-sresult-form-wrapper .search-form .search-field{
    color:#fff !important;
}
.tm-sresults-settings-wrapper a.tm-sresult-btn-active,
.tm-sresult-form-wrapper .search-form input[type=submit]:hover{
    background: #055ea0 !important;
    color: #fff !important;
}
/* New Styles */
.no_pad_btm .themetechmount-box-heading-wrapper{
    padding-bottom: 0 !important;
}

.tm-titlebar h1.entry-title, .tm-titlebar .breadcrumb-wrapper, .tm-titlebar .breadcrumb-wrapper a{
    text-transform: none !important;
   /* word-break: break-all; */
}
.ps_request_quote_form .wpcf7 input[type="tel"]{
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.ps_contact_form .wpcf7 .tm-contact-form-2 input[type="tel"]{
    padding: 17px 24px 16px;
    border: 2px solid #ebebeb;
}
.tm-sresult-form-wrapper .search-form:after{
    top: 0;
}
/* New Styles End*/

@media only screen and (min-device-width:1300px) and (max-device-width:1400px) {
    #rev_slider_9_1_forcefullwidth, 
    #rev_slider_9_1_wrapper, 
    #rev_slider_9_1{
        height:620px !important;
    }

    #rev_slider_9_1{
        max-height:620px !important;
    }
}
@media screen and (min-width:1366px) {
    .ps_testimonials .slick-list{
        max-width: 65%;
        margin: 0 auto;  
    }
}
@media screen and (max-width:1100px) {
    .tm-header-overlay .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
        padding-top: 0px !important;
    }

    .tm-anomica-icon-right-open-big:before {
        margin: 0;
    }

    .post-type-archive-careers #content.site-content.container {
        width: 100%;
    }

    .post-type-archive-careers .site-content-inner #primary {
        padding-right: 15px !important;
    }

    .site-main {
        padding-top: 0;
    }

    .tm-header-overlay .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
        padding-top: 0 !important;
    }

    .home #primary #main.site-main,
    .home .site-content-wrapper {
        /*padding-top: 80px;*/
        padding-top:0px;
    }

    #primary #main.site-main {
        padding-top:40px;
    }
    article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
        padding: 0 0px 8px;
    }
    article.themetechmount-box-blog-classic.tm-no-featured-content {
        margin-bottom:20px;
    }
    .footer .widget {
        margin:30px 0 30px;
    }
    #nav_menu-2, #nav_menu-3 {
        margin:30px 0 0 0;
    }
    #enhancedtextwidget-6 .textwidget.widget-text:after{
        display:none;
    }
    .tm-header-overlay .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
        padding-top: 0;
    }
    .post-type-archive-careers #primary .site-main .vc_custom_heading,
    .careerspagelist_sec{
        padding:0 30px;
    }
}

@media screen and (max-width:980px) {
    .careerspagelist_sec ul li a {
        padding: 20px 40px 20px 20px;
    }

    .custom_title h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .careerdetailspagefull_sec .site-main,
    .post-type-archive-careers.themetechmount-sidebar-true .site-main {
        padding-top: 35px;
    }

    .career_applyform h3 {
        font-size: 26px;
    }

    .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
        height:200px !important;
    }
    .site-content-wrapper #sidebar-left.sidebar, 
    .site-content-wrapper #sidebar-right.sidebar {
        padding-top: 0;
        padding-bottom: 20px;
        margin-top: 10px;
    }
    body.themetechmount-page-full-width #content .site-main .entry-content>.wpb_row:first-child {
        margin-top: 0;
    }
    .informationtechnology_serv.vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner>.wpb_wrapper{
        width:98%;
    }
    
    article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
        padding: 0 0px 8px;
    }
    .wpcf7 .tm-commonform textarea {
        min-height:100px;
        height:100px;
    }
    /*.gm-style .gm-style-iw-a {
        width: 100%;
    }*/
    .post-type-archive-careers #primary .site-main .vc_custom_heading{
        padding:0px;
    }
    .careerspagelist_sec{
        width:98%;
        padding:0;
    }
}

@media screen and (max-width:767px) {
    .informationtechnology_serv.vc_row-o-equal-height.vc_row-flex>.vc_column_container>.vc_column-inner>.wpb_wrapper{
        width:100%;
    }
    #nav_menu-3 h3{
        display:none;
    }
    .careerdetailspagefull_sec .career_applyform ul li.full_row input[type="submit"],
    #reset_career_form, #reset_career_form:hover {
        padding:8px 25px;
    } 
    .contact_applyform ul {
        padding:0;
    } 
    .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h6{
        margin-top:0px;
    }
    .leadership_team_list{
    	text-align:center;
    }
}

@media screen and (max-width:500px) {
    .banner_info h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .careerspagelist_sec ul li a {
        padding: 15px 40px 15px 15px;
    }

    .careerdetailspagefull_sec .site-main,
    .post-type-archive-careers .themetechmount-sidebar-true .site-main {
        padding-top: 20px;
    }

    .careerspagelist_sec ul li i.tm-anomica-icon-right-open-big {
        right: 6px;
    }

    .careerspagelist_sec ul li a {
        padding: 15px 30px 15px 15px;
    }

    .custom_title {
        margin-bottom: 20px;
    }
    .careerapplyform_main{
        padding: 20px;
    }

    .careerdetailspagefull_sec ul li span.wpcf7-form-control-wrap {
        margin-bottom: 0;
    }

    .career_applyform ul li label {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .careerdetailspagefull_sec .career_applyform ul li {
        width: 100%;
        display: block;
        vertical-align: top;
        margin-left: 0;
        padding: 0 15px;
    }

    .careerdetailspagefull_sec .career_applyform ul li.full_row {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }

    .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
        height:160px !important;
    }

    .home .site-content-wrapper {
        /*padding-top: 60px;*/
    }
    .tm-titlebar-main {
        padding: 30px 0;
    }
    .mob-pt-20{
        padding-top:20px !important;
    }
    .mob-pt-40{
        padding-top:40px !important;
    }
    .pressrelease_list ul li h5{
        font-size:15px;
        line-height:17px;
    }
    body.wpb-js-composer .vc_tta.vc_tta-style-outline.vc_tta.vc_general .vc_tta-panel-title>a {
        padding:15px 40px 15px 20px;
    }
    article.themetechmount-box-blog-classic.tm-no-featured-content {
        margin-bottom:0px;
    }
    /*.career_applyform h3 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .careerapplyform_main {
        margin-bottom: 20px;
    }*/
    .wpcf7 .tm-commonform textarea {
        min-height:80px;
        height:80px;
    }
    .themetechmount-sidebar-true .site-main,
    #primary #main.site-main {
        padding-top:20px !important;
    }
    #nav_menu-2{
        padding-left:0px;
    }
    #nav_menu-3{
        padding-left:15px;
    }
    .mobile-text-center{
        text-align:center;
    }
    .careerdetailspagefull_sec ul li em{
        display: block;
        width:100%;
    }
    .careerdetailspagefull_sec .career_applyform ul li em {
	    display:inline-block;
	}
	#nav_menu-2{
        margin:0px 0 0 0;
    }
    #nav_menu-3 {
        margin:45px 0 0 0;
    }
}

@media screen and (max-width:400px) {
    #nav_menu-2, #nav_menu-3{
        float:none;
        width:100%;
        margin:0px 0 0 0;
        padding-left:0px;
    }
    .homeconnectwithus_bg img {
	    max-width: 90%;
	}
}
.tm-sresults-settings-wrapper{
display: none !important;
}
.servicescategory{
	text-align:center;
}
.servicescategory h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    color: #212121;
    position:relative;
}

.servicescategory h2:after {
    display: block;
    content: "";
    position: absolute;
    width: 52px;
    height: 4px;
    left: 50%;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color:#2e99d4;
    margin-left: -21px;
    top: auto;
    bottom: -20px;
}

.tm-careers-featured-wrapper img{
    display: none;
}
