/*
Theme Name:  Labpeak Child Theme
Description: Child theme for the Labpeak theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    labpeak
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
-------------------------------------------------------------- */



/*++++++++++++++++++++++++++++++++++++++++cd-timeline start+++++++++++++++++++++++++++++++++++++++++++++*/
p{
	text-align: justify;
}

.cd-timeline {
    overflow: hidden;
    padding: 2em 0;
    padding: var(--space-lg) 0;
    color: hsl(207, 10%, 55%);
    color: var(--cd-color-3);
    background-color: hsl(205, 38%, 93.45%);
    background-color: hsl(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*1.05));
    font-family: 'Droid Serif', serif;
    font-family: var(--font-primary)
}

.cd-timeline h2 {
    font-family: 'Open Sans', sans-serif;
    font-family: var(--font-secondary);
    font-weight: 700
}

.cd-timeline__container {
    position: relative;
    padding: 1.25em 0;
    padding: var(--space-md) 0
}

.cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    /*background: hsl(205, 38%, 89%);*/
    background: #f5f5f5;
}

@media (min-width: 64rem) {
    .cd-timeline__container::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.cd-timeline__block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin: 5em 0;
}

.cd-timeline__block:last-child {
    margin-bottom: 0
}

@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.cd-timeline__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px hsl(0, 0%, 100%), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 4px var(--color-white), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05)
}

.cd-timeline__img img {
    width: 24px;
    height: 24px
}

@media (min-width: 64rem) {
    .cd-timeline__img {
        width: 60px;
        height: 60px;
        -ms-flex-order: 1;
        order: 1;
        margin-left: calc(5% - 30px);
        will-change: transform
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__img {
        margin-right: calc(5% - 30px)
    }
}

.cd-timeline__img--location {
    background-color: #7AC254;
}

.cd-timeline__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-left: 1.25em;
    /*background: hsl(0, 0%, 100%);*/
    background: #f5f5f5;
    border-radius: 0.25em;
    padding: 15px;
    box-shadow: 0 3px 0 hsl(205, 38%, 89%);
}

.cd-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #f5f5f5;
}

.cd-timeline__content h2 {
    color: hsl(206, 21%, 24%);
    color: var(--cd-color-1)
}

@media (min-width: 64rem) {
    .cd-timeline__content {
        width: 45%;
        -ms-flex-positive: 0;
        flex-grow: 0;
        will-change: transform;
        margin: 0;
        /*font-size: 0.8em;
        --line-height-multiplier: 1.2*/
    }

    .cd-timeline__content::before {
        top: 24px
    }

    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        right: auto;
        left: 100%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        /*border-left-color: hsl(0, 0%, 100%);*/
        border-left-color: #f5f5f5;
    }
}

.cd-timeline__date {
    color: #7AC254;
    font-weight: 600;
    font-size: 26px;
}

@media (min-width: 64rem) {
    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 120%;
        top: 20px
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__date {
        left: auto;
        right: 120%;
        text-align: right
    }
}

@media (min-width: 64rem) {

    .cd-timeline__img--hidden,
    .cd-timeline__content--hidden {
        visibility: hidden
    }

    .cd-timeline__img--bounce-in {
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s
    }

    .cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
        -webkit-animation-name: cd-bounce-2-inverse;
        animation-name: cd-bounce-2-inverse
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

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

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

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

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/*++++++++++++++++++++++++++++++++++++++++cd-timeline end+++++++++++++++++++++++++++++++++++++++++++++*/

#site-header-menu #site-navigation div.nav-menu>ul>li>a {
    padding: 0px 12px 0px 12px;
    border-left: 1px solid #eff1f5;
}

#site-header-menu #site-navigation div.nav-menu>ul>li:last-child a {
    /*    border-right:1px solid #eff1f5;*/
}

.themetechmount-box-service.themetechmount-service-box-view-without-image .tm-service-iconbox {
    background-color: #7cc355;
}

.themetechmount-box-title h4 a,
.themetechmount-box-service .themetechmount-box-bottom-content .themetechmount-box-title h4 {
    color: #393b95 !important;
}

.custom.tparrows {
    background: #393b95 !important;
    background: rgba(57, 59, 149, 0.5) !important;
}

.custom.tparrows.rs-touchhover {
    background: #393b95 !important;
}

#rev_slider_11_1_forcefullwidth rs-module .rs-layer em {
    color: #7cc355;
    font-style: normal;
}

.green-subhead h4.tm-custom-heading {
    color: #7cc355 !important;
}

.green-subhead h2.tm-custom-heading {
    color: #393b95 !important;
    text-transform: none !important;
}

.slick-track {
    display: flex !important;
    height: 100%;
}

.slick-slide {
    display: flex !important;
    height: auto !important;
    margin-bottom: 0;
    object-fit: cover;
}

.themetechmount-box-blog {
    /*    height:100% !important;*/
    display: flex;
}

.slick-slider .themetechmount-box-blog .post-item {
    display: flex;
}

.wpcf7 .tm-getin-touch-form input[type=tel] {
    border: 1px solid #ecf6fd;
    background-color: #f5f9fd;
}

.themetechmount-topbar-inner {
    line-height: 39px;
}

.top-contact {
    font-size: 13px;
    line-height: 39px;
}

.tm-topbar-content .tm-wrap-cell div:before,
.tm-topbar-content .tm-wrap-cell .tm-align-right>div:last-child:after,
.tm-topbar-content .tm-wrap-cell .top-contact li:before {
    top: 10px;
}

.themetechmount-topbar-wrapper .social-icons li>a {
    height: 39px;
    line-height: 39px;
}

.provenstability_bg .tm-col-bgimage-yes .wpb_wrapper {
    height: 380px;
}

.provenstability_bg h4 {
    padding: 0;
    margin: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.first-footer-inner .tm-lefticon-box .flaticon-placeholder.tm-skincolor,
.first-footer-inner .tm-lefticon-box .fa-phone.tm-skincolor,
.first-footer-inner .tm-lefticon-box .flaticon-email.tm-skincolor {
    color: #7cc355 !important;
}

.footer a {
    color: #8093a8;
}

ul.tm-recent-post-list>li>a,
.footer a:hover {
    color: #393b95;
}


.abouttimeline .cool-timeline.one-sided {
    max-width: 850px;
    padding-left: 50px;
}

.abouttimeline .cool-timeline.one-sided .timeline-post .timeline-meta,
.abouttimeline .cool-timeline.one-sided .timeline-post.even .timeline-meta {
    width: 80px !important;
    height: 80px;
    line-height: 50px !important;
    text-align: center !important;
    background: #7cc355;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    left: 60px !important;
}

.abouttimeline .cool-timeline.white-timeline .timeline-post.odd .timeline-meta .meta-details,
.abouttimeline .cool-timeline.one-sided .timeline-post .timeline-meta .meta-details,
.abouttimeline .cool-timeline.one-sided .timeline-post.even .timeline-meta .meta-details {
    color: #fff;
}

.abouttimeline .clean-skin-tm .cool-timeline.one-sided .timeline-post.even .timeline-meta {
    margin: 0 !important;
}

.abouttimeline .cool-timeline-wrapper {
    max-width: 100% !important;
    margin: 0px 0;
}

.abouttimeline .cool-timeline:before {
    height: 94%;
    top: 50px;
}

.abouttimeline .cool-timeline.one-sided:before {
    left: 12% !important;
}

.clean-skin-tm .cool-timeline.white-timeline .timeline-post .timeline-content h2.content-title,
.abouttimeline .cool-timeline.white-timeline .timeline-post.odd .icon-color-white,
.abouttimeline .cool-timeline.one-sided.white-timeline .timeline-post .icon-color-white,
.abouttimeline .cool-timeline.white-timeline .timeline-post.even .icon-color-white,
.abouttimeline .cool-timeline.one-sided.white-timeline .timeline-post.even .icon-color-white {
    display: none !important;
}

.abouttimeline .cool-timeline.one-sided .timeline-post,
.abouttimeline .cool-timeline.one-sided .timeline-post.even {
    margin-left: 10% !important;
    display: flex;
    align-items: center;
}

.abouttimeline .ultimate-style .timeline-post .timeline-content .content-details {
    padding: 20px 15px !important;
}

.abouttimeline .clean-skin-tm .cool-timeline .timeline-post {
    margin-bottom: 30px;
}

.clean-skin-tm .cool-timeline .timeline-post.clean-skin .timeline-content {
    position: relative;
}

/* .abouttimeline .clean-skin-tm .cool-timeline .timeline-post.clean-skin .timeline-content:after,
.abouttimeline .clean-skin-tm .cool-timeline .timeline-post.clean-skin .timeline-content:before {
    content: '';
    display: table;
    clear: both;
    position: absolute;
} */

/* .abouttimeline .cool-timeline.one-sided .timeline-post.even .timeline-content:after,
.abouttimeline .clean-skin-tm .cool-timeline .timeline-post.clean-skin .timeline-content:after {
    clear: both;
    content: "";
    display: table;
    width: 6px;
    height: 6px;
    background: #7AC254;
    position: absolute;
    top: 26px;
    left: 25px;
    right: auto;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #ffffff, inset 0 2px 0 rgb(0 0 0 / 8%), 0 0 0 0 rgb(0 0 0 / 5%);
    border: 6px solid transparent;
    border-right-color: transparent;
} */

/* .abouttimeline .cool-timeline.one-sided .timeline-post.even .timeline-content:before,
.abouttimeline .clean-skin-tm .cool-timeline .timeline-post.clean-skin .timeline-content:before {
    top: 17px;
    left: -34px !important;
    right: auto;
    border-color: transparent;
    border-right-color: transparent;
    background: url(//sanzymebiologics.com/wp-content/themes/sanzyme-child/images/timeline_lftborder.png) repeat-x !important;
    width: 8%;
    height: 3px;
} */

.abouttimeline .cool-timeline .timeline-post .timeline-content .ctl_info {
    padding-left: 40px;
}

.abouttimeline .cool_timeline .timeline-main-title {
    display: none;
}

#mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0px;
}

@media (min-width: 1200px) {
    #site-header-menu #site-navigation div.nav-menu>ul>li {
        margin: 0 0px 0 -4px;
    }

    .site-footer .tm-container-for-footer>div>.row .widget-area:not(:first-child):after {
        left: 0;
    }

    #site-header-menu #site-navigation div.nav-menu>ul>li>a,
    .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item>a {
        padding: 0px 6px 0px 6px;
    }
}

/*my css*/
.tm-servicebox-hoverstyle.mws_sec .tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only) {
    padding: 38px !important;
}
.tm-servicebox-hoverstyle.mws .tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only) {
    padding: 41px;
}
.hhw a {
    color: #362d87;
}
.footer_logo {
    margin-bottom: 5px;
}

#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu li.mega-current-menu-item>a {
    background-color: #fff;
}

li.mega-bbs a.mega-menu-link {
    color: #75b728 !important;
    font-weight: bold !important;
}

li.mega-pss a.mega-menu-link {
    color: #222 !important;
    font-weight: normal !important;
}

li.mega-brs a.mega-menu-link {
    color: #75b728 !important;
    font-weight: bold !important;

}

li.mega-wsp a.mega-menu-link {
    color: #222 !important;
    font-weight: normal !important;
}

.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item>a {
    padding: 0px 10px 0px 10px;
}

.tm-dmenu-active-color-custom #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu li.mega-menu-item:hover>a,
.tm-dmenu-active-color-custom #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu li:hover>a,
.tm-dmenu-active-color-custom .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal ul.mega-sub-menu li:hover>a {
    color: #362d87;
    font-weight: bold;
    background: #fff;
}

.is_stuck.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li>ul.mega-sub-menu {
    border: 0.5px #ebebeb solid;

}

.tm-dmenu-sep-grey .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-item:after {
    border-right-color: rgba(0, 0, 0, 0.0);
}

#mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns>ul.mega-sub-menu>li.mega-menu-item {
    width: 100%;
}

.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu li>a {
    /*-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
}

.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li.mega-menu-item ul.mega-sub-menu {
    box-shadow: 0 0px 0px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10) inset;
}

.tm-dmenu-sep-grey .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li:not(.mega-menu-megamenu) ul.mega-sub-menu>li {
    border: none;

}

.border-line {
    border-left: 5px solid #ff0000;
}

.widget_nav_menu li a:before {
    top: 5;
}

/*.wpmm-sub-menu-wrap {
    height: 420px !important;
}*/
.tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
    height: 140px;
}

.themetechmount-box-blog .tm-post-format-icon-wrapper {
    display: none;
}

/*#site-header-menu #site-navigation ul ul li.bcs .wpmm-sub-menu-wrapper{
	font-weight: normal;
}
#site-header-menu #site-navigation ul ul li.bcs {
    font-weight: bold;
	cursor: pointer;
}
#site-header-menu #site-navigation ul ul li.bcp {
    font-weight: normal;
	cursor: pointer;
	top: -250px;
}
#site-header-menu #site-navigation ul ul li.bcpf {
    font-weight: normal;
	cursor: pointer;
	top: -240px;
}
#site-header-menu #site-navigation ul ul li.ea {
    font-weight: normal;
	cursor: pointer;
	top: -160px;
    left: 25%;
}

.wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title{
	cursor:normal;
}*/
.picon {
    border: 1px solid #fff;
    border-radius: 5px;
    width: 30%;
    margin: 15px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

h2.hdn {
    font-size: 18px;
    margin-bottom: 0px;
}

img.fsimg {
    margin: 0 auto;
}

.tm-servicebox-hoverstyle .tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only) {
    padding: 30px 30px 30px 30px;
}

.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    top: 78%;
    border: 1px solid #ccc;
}
.vc_custom_1687510559491{
	margin-top: 0px !important;
}
	h3.soln {
    margin-bottom: 0px;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 20px;
}
.tm-topbar-content .tm-wrap-cell .top-contact li:before{
	width: 0px;
}
.my_team.tm-sbox.tm-sbox-iconalign-without-icon .tm-cta3-description p {
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
}
.my_team.tm-sbox.tm-sbox-iconalign-without-icon .tm-vc_cta3-container {
    margin-bottom: 0px;
}
a.email_info {
    color: #fff;
    font-weight: 600;
}
a.email_info:hover {
    color: #fff;
    
}
p.infop {
    text-align: center;
    padding: 12px;
    font-size: 14px;
}
.tm-topbar-content .tm-wrap-cell div.gtranslate_wrapper:before {
    width: 0px;
}
@media (max-width: 991px){
	h3.soln {
    margin-bottom: 0px;
    padding-top: 20px;
    font-size: 18px;
    padding-bottom: 20px;
	min-height: auto;
}
.site-main{
	padding-top: 0px;
}
}
@media (max-width: 767px) {
	.wrap_text{
		width: 96%;
    margin: 0 8px;
	}
	
	.my_team.tm-sbox.tm-sbox-iconalign-without-icon .tm-cta3-description p{
        font-size: 12px;
    text-align: center;
    line-height: 20px;
    }
    h3.tm-custom-heading.meet_sec{
        text-align: center !important;
    }
    h3.tm-custom-heading.sc_head{
        text-align: center !important;
    }
    .outline{
        width: 96%;
    margin: 0px 8px;
    }
	.intab1_row.vc_row.vc_column-gap-10{
		display: block !important;
	}
	.pa_sec{
		margin-top: 20px;
	}
	.pe_sec1{
		margin-top: 20px;
	}
	.intab_row.vc_row.vc_column-gap-10{
		display: block !important;
	}
	.firstrow.tm-row.tm-responsive-custom-57242225 {
    padding-top: 0px !important;
}
	.pd_sec{
	width: 84% !important;
    margin: 0 auto;
	}
	.map_img {
    width: 100% !important;
    padding: 20px 0;
}
	.fs_sec p {
    min-height: auto !important;
}
	.pet_img{
		width: 100%;
	}
	.pos_img {
    width: 100% !important;
}
	ul.tm-list.tm-list-style-icon.points_sec{
		padding-left: 20px;
	}
	.ps_fs{
		display: flex;
	}
	.tm-topbar-content .tm-wrap-cell div.gtranslate_wrapper {
    right: 25px!important;
    width: 40%;
    padding-left: 0px;
}
	.site-header-main.tm-wrap{
		margin: 0 0px;
	}
	.tm-topbar-content .tm-wrap-cell{
		display: flex;
	}
	.tm-wrap-cell:not(.tm-align-right) .top-contact li:first-child, .tm-topbar-content .tm-wrap-cell .top-contact li{
		padding-right: 0px;
		padding-left: 8px;
	}
	.tm-servicebox-hoverstyle.mws .tm-sbox .tm-vc_btn3-container.tm-vc_btn3-inline{
		bottom: -25px;
	}
	.nb_sec {
    display: flex;
	}
	.nb_sec .tm-vc_btn3 {
    padding: 10px;
	}
    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h3 {
        font-size: 20px;
    }

    h3.faqc {
        font-size: 15px;
    }

    .site-footer-w .first-footer-inner {
        padding-top: 30px;
    }

    .tm-quicklink-box {
        padding-bottom: 20px;
    }

    .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu>li {
        padding-top: 20px;
    }

    .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .righticon i {
        font-size: 20px;
        cursor: pointer;
        display: block;
        line-height: 0px;

    }

    #mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        float: right;
        display: none;
    }

    #mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        width: 100%;
    }
}
@media (max-width: 360px) {
	.tm-topbar-content .tm-wrap-cell div.gtranslate_wrapper{
		width: 41%;
		
	}
	ul.top-contact{
		padding-left: 0px !important;
	}
	.tm-topbar-content .tm-wrap-cell .top-contact li{
		padding-left: 5px;
	}
}
@media (max-width: 320px) {
    #mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        width: 100%;
    }

    #site-header-menu {
        position: absolute;
        top: 30px;
        right: 0px;
        z-index: 9999;
    }

    .wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .dashicons {
        font-size: 26px;
        margin-top: -60px;
        position: absolute;
        right: 10px;
    }

    .main-navigation {
        clear: both;
        background: #fff;
        margin-top: 70px;
    }

    .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
        padding: 0px 0px 0px;
        color: #fff;
    }

    .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock,
    .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
        padding: 0px 0px 0px;
        /*color: #fff;*/
    }
}

.container .cards {
    padding-left: 0px;
    padding-right: 25px;
}

.row.rd {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 35px;
}

.row.rds {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    left: 15%;
}

.title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.contentt {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.contentt .contentt-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.contentt:hover .content-overlay {
    opacity: 1;
}

.contentt-image {
    width: 100%;
}

.contentt-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.contentt:hover .contentt-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.contentt-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.contentt-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

h3.faqc {
    color: #fff;
    text-align: center;
}

a.info {
    color: #75b728;
}

a.info:hover {
    color: #fff;
}

.cbtn {
    font-size: 20px;
    padding: 13px 40px 13px 40px;
}

/* img.faqimg { 
    display: inline;
    float: right;
    margin-left: 15px;
}*/

.faq_section ul li {
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 16px;
    color: #222222;
    list-style: none;
    float: left;
    /* margin-bottom: 30px; */
    width: 100%;
    position: relative;
    padding-left: 85px;
}

.faq_section ul li h5 {
    font-size: 23px;
    font-weight: bold;
}

.faq_section em {

    width: 65px;
    height: 65px;
    background: #76C04E;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 65px;
    font-size: 26px;
    color: #fff;
    margin-right: 15px;
    position: absolute;
    top: 25px;
    left: 0;
}

.faq_section p {
    color: #362d87;
}

.gp_sec {
    width: 100%;
    min-height: 60px;
    padding: 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.countries h4 {
    margin: 0px;
    font-weight: 500;
    line-height: 40px;
}

.countries ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.countries ul li {
    margin-bottom: 30px;
}

.map {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.col_cont {
    width: 30%;
}

.col_map {
    width: 70%;
}

.pet_img {
    /* width: 275px; */
    max-width: 100%;
    margin: 0 auto;
}

.tm_box {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.services_section ul {
    list-style: none;
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
    padding: 0px;
}

.services_section li {
    font-size: 16px;
}

img.icon_1 {
    max-width: 100%;
    width: 60px;
}

.snz_section ul {
    display: flex;
    list-style: none;
    align-items: center;
    grid-column-gap: 10px;
    padding: 0;
    margin: 0;
}

.outline {
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 10px 0px;
}

img.about_img1 {
    position: relative;
    width: 350px;

}

img.about_img2 {
    position: absolute;
    transform: translate(50px, -50px);
    top: 120px;
    right: 50px;
    width: 250px;
    align-items: center;
    display: flex;
}

img.about_img3 {
    position: relative;
    width: 400px;
    float: right;
	top: -100px;
}
.text_wid {
    width: 95%;
}
.sp_img {
    width: 300px;
    margin: 0 auto;
    margin-top: -30px;
}
.map_img {
    width: 400px;
    margin: 0 auto;
}
img.about_img4 {
    position: absolute;
    transform: translate(50px, -50px);
    top: 180px;
    left: -100px;
    width: 305px;
    align-items: center;
    display: flex;
}

img.icon_img {
    width: 15px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.green-subhead .themetechmount-box-bottom-content {
    min-height: 290px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #393b95;
}

.qf .inside.tm-fid-view-lefticon:not(.tm-fid-no-bg) h4 {
    font-size: 22px;
    line-height: 22px;
}

.qf .inside.tm-fid-view-lefticon h3 {
    font-size: 13px;
    line-height: 30px;
}

.qf .tm-fid.inside.tm-fid-with-icon.tm-fid-view-lefticon.tm-fid-with-bg {
    height: 100px;
}

.qf .inside.tm-fid-view-lefticon h3 span {
    padding: 0 0px 0 0px;
}

.p_sec ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
}

/* img.p_img {
    width: 400px;
} */
.p_sec li {
    font-weight: 500;
    font-size: 20px;
}

.timeline-meta::after {
    content: "--------------";
    position: absolute;
    top: 10px;
    right: -70px;
    color: #7cc355;
    font-weight: 600;
}

.mi_img {
    min-height: 130px;
}

.about_resp {
    padding-top: 50px;
    padding-bottom: 30px;
}

img.p_simg {
    padding-bottom: 40px;
}
.ar_img{
    width: 100%;
    margin: 0 auto;
}
.fs_sec p {
    min-height: 105px;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
	/*.tm-topbar-content .tm-wrap-cell div.gtranslate_wrapper{
		top: 6px !important;
    right: 20px !important;
	}*/
	.pd_sec{
		min-height: auto !important;
    padding: 48px 0px !important;
	}
	.aqua_sec p {
    font-size: 12px !important;
    letter-spacing: 0 !important ;
}
	.tm-topbar-content .tm-wrap-cell div.gtranslate_wrapper{
		right: 20px !important;
	}
	.ps_fs{
		display: flex;
		padding-top: 20px;
	}
	p.pem{
		
	}
	h4.pstl_e{
		
	}
	h4.pstl{
		
	}
	.exs_sec h2.tm-custom-heading{
		font-size: 18px !important;
	}
	.picon{
		width: 15% !important;
	}
    .sust_img {
        width: 300px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .about_resp {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    img.about_img1 {
        width: auto;
    }

    img.about_img2 {
        /* position: inherit;
        transform: translate(45px, 0px);
        width: 200px; */
        position: relative;
        transform: translate(45px, 0px);
        width: 65%;
        right: 0;
        top: 0;
    }

    img.about_img3 {}

    img.about_img4 {
        /* position: inherit;
            transform: translate(20px, 0px); */
        position: relative;
        transform: translate(45px, 0px);
        width: 65%;
        right: 0;
        top: 0;
    }

    .green-subhead .themetechmount-box-bottom-content {}

    .tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {}

    .qf .inside.tm-fid-view-lefticon:not(.tm-fid-no-bg) h4 {}

    .qf .inside.tm-fid-view-lefticon h3 {
        font-size: 10px !important;
        line-height: 15px !important;
    }

    .qf .tm-fid.inside.tm-fid-with-icon.tm-fid-view-lefticon.tm-fid-with-bg {
        margin-bottom: 20px;
    }

    .qf .inside.tm-fid-view-lefticon h3 span {}

    .abouttimeline .cool-timeline.one-sided .timeline-post,
    .abouttimeline .cool-timeline.one-sided .timeline-post.even {
        display: block;
        margin-left: 0px !important;
        display: block;
        padding: 0px !important;
    }

    .timeline-meta {
        position: absolute !important;

    }

    .abouttimeline .cool-timeline.one-sided .timeline-post .timeline-meta {
        left: -5px !important;
    }

    .abouttimeline .cool-timeline.one-sided .timeline-post .timeline-meta,
    .abouttimeline .cool-timeline.one-sided .timeline-post.even .timeline-meta {
        left: -5px !important;
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 100%;
    }

    .footer .first-footer .widget-area.col-sm-4 {
        width: 100%;
    }

    .first-footer-inner {
        padding: 40px 0px;
    }

    .tm-quicklink-box {
        padding-bottom: 20px;
    }

    .tm-quicklink-box.f_03 {
        padding-bottom: 0px;
    }
}

/* customize style css */
.in-col a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.in-col a:hover {
    color: #fff;
}

ul.certified li.ps {
    list-style: none;
    padding-bottom: 30px;
    font-size: 17px;
}

ul.certified {
    padding-left: 0px !important;
}

@media (max-width: 1200px) {
    .tm-header-icons {
        top: 0 !important;
        right: 52px !important;
    }
}

.tm-header-icons {
    position: absolute;
    right: 0;
    top: -63px;
}

h4.textp {
    min-height: 150px;
    top: 100px;
    position: relative;
}

.in-col {
    transition: all 300ms ease;
}

.in-col:hover {
    /*transition: .5s ease-in-out;*/
    /*transform: scale(1.05);*/
    margin-top: -5px;
}

.soln {
    min-height: 125px;
    padding-top: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.tm-footer2-left {
    color: #362d87;
}

.tm-titlebar-wrapper:not(.tm-titlebar-align-default).tm-bgcolor-grey .entry-title-wrapper .entry-title:before {
    background-color: #18336c !important;
}

.tm-textcolor-dark ul.tm-recent-post-list>li .post-date {
    color: #362d87;
}

.footer a {
    color: #362d87;
}

.tm-col-bgimage-yes .tm-bg-layer-inner {
    opacity: .35;
}

.testing123 {
    min-height: 180px;
    padding-top: 140px;
    padding-bottom: 140px;
    margin-bottom: 0px;
}

.carousel-slider .owl-nav.disabled {
    display: block;
}

.footer_logo {
    margin-bottom: 5px;
}

#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu li.mega-current-menu-item>a {
    background-color: #fff;
}

li.mega-bbs a.mega-menu-link {
    color: #75b728 !important;
    font-weight: bold !important;
}

li.mega-pss a.mega-menu-link {
    color: #222 !important;
    font-weight: normal !important;
}

li.mega-brs a.mega-menu-link {
    color: #75b728 !important;
    font-weight: bold !important;
}

li.mega-wsp a.mega-menu-link {
    color: #222 !important;
    font-weight: normal !important;
}

.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item>a {
    padding: 0px 10px 0px 10px;
}

.tm-dmenu-active-color-custom #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu li.mega-menu-item:hover>a,
.tm-dmenu-active-color-custom #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu li:hover>a,
.tm-dmenu-active-color-custom .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal ul.mega-sub-menu li:hover>a {
    color: #362d87;
    font-weight: bold;
    background: #fff;
}

.is_stuck.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li>ul.mega-sub-menu {
    border: 0.5px #ebebeb solid;

}

.tm-dmenu-sep-grey .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-item:after {
    border-right-color: rgba(0, 0, 0, 0.0);
}

#mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns>ul.mega-sub-menu>li.mega-menu-item {
    width: 100%;
}

.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu li>a {
    /*-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
}

.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li.mega-menu-item ul.mega-sub-menu {
    box-shadow: 0 0px 0px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10) inset;
}

.tm-dmenu-sep-grey .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li:not(.mega-menu-megamenu) ul.mega-sub-menu>li {
    border: none;

}

.border-line {
    border-left: 5px solid #ff0000;
}

.widget_nav_menu li a:before {
    top: 5;
}

/*.wpmm-sub-menu-wrap {
    height: 420px !important;
}*/
.tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
    height: 140px;
}

.themetechmount-box-blog .tm-post-format-icon-wrapper {
    display: none;
}

/*#site-header-menu #site-navigation ul ul li.bcs .wpmm-sub-menu-wrapper{
	font-weight: normal;
}
#site-header-menu #site-navigation ul ul li.bcs {
    font-weight: bold;
	cursor: pointer;
}
#site-header-menu #site-navigation ul ul li.bcp {
    font-weight: normal;
	cursor: pointer;
	top: -250px;
}
#site-header-menu #site-navigation ul ul li.bcpf {
    font-weight: normal;
	cursor: pointer;
	top: -240px;
}
#site-header-menu #site-navigation ul ul li.ea {
    font-weight: normal;
	cursor: pointer;
	top: -160px;
    left: 25%;
}

.wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title{
	cursor:normal;
}*/
ul.tm-list.tm-list-style-icon.points_sec{
	    padding-left: 40px;
    margin-top: -20px;
    margin-bottom: -15px;
}
.picon {
    border: 1px solid #fff;
    border-radius: 5px;
    width: 30%;
    margin: 15px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.picon.mws {
    width: 50%;
}
.cicon {
    border: 1px solid #fff;
    border-radius: 5px;
    width: 45%;
    margin: 0px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

h2.hdn {
    font-size: 18px;
    margin-bottom: 0px;
}

img.fsimg {
    margin: 0 auto;
}

.tm-servicebox-hoverstyle .tm-sbox .tm-vc_general.tm-vc_cta3:not(.tm-cta3-only) {
    padding: 30px 30px 30px 30px;
}

.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    top: 78%;
    border: 1px solid #ccc;
}

.ptex {
    margin-bottom: 10px;
}

.snz_align {
    display: flex;
    align-items: center;
}

.footer .social-icons li>a {
    color: #362d87;
}
.text_in {
    font-size: 28px;
}
.evnt_txt{
    margin: 0;
    padding: 20px;
    border-top: 2px #cccccc solid;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.evnt_img{
    margin: 0;
}
.pe_sec {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    padding: 0px !important;
}
.pe_sec1 {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    padding: 0px !important;
}
.pe_sec1 .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.pe_sec .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.tab_row.vc_row.vc_column-gap-10 {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 30px;
}
.intab_row.vc_row.vc_column-gap-10 {
    margin-left: 5px;
    margin-right: 5px;
    grid-column-gap: 30px;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}
.intab1_row.vc_row.vc_column-gap-10 {
    margin-left: 5px;
    margin-right: 5px;
    grid-column-gap: 30px;
    display: flex;
}
.pa_sec .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.pa_sec {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    padding: 0px !important;
}
.ns_sec .themetechmount-box-desc {
    min-height: 325px;
}
.nss {
    margin-top: -25px !important;
}
a.finfo{
    color: #75b728;
}
.exs_sec .tm-vc_btn3-container.tm-vc_btn3-inline {
    margin-bottom: 0px;
}
.exs_sec .tm-vc_general.tm-vc_btn3.tm-vc_btn3-style-text.tm-vc_btn3-color-skincolor:hover {
    color: #7cc355;
}
.exs_sec section.tm-vc_cta3-container {
    min-height: 335px;
}
.exs_sec h2.tm-custom-heading {
    text-align: left;
    min-height: 50px;
}
.exs_sec .tm-cta3-desc-btn-wrapper {
    text-align: left;
}
.exs_sec .tm-cta3-content-wrapper {
    min-height: 100px;
}
h4.pstl {
    font-size: 18px;
    color: #7cc355;
    line-height: 0px;
    min-height: 35px;
}
h4.pstl_e {
    font-size: 18px;
    color: #7cc355;
    line-height: 26px;
    margin-bottom: 0;
    position: relative;
    top: -15px;
}
p.pem {
    min-height: 85px;
}
.pos_img {
    width: 430px;
    margin: 0 auto;
}
.snzimg {
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.picon p{
    color:#fff;
}
.pallet_img {
    width: 315px;
    /* margin: 0 auto; */
}
.gumm_img {
    /*width: 300px;*/
    margin: 0 auto;
}
.slide_resp{
display: none;
}
.pd_sec {
    background-color: #75b728;
    color: #fff;
    min-height: 292px;
    padding: 50px 0px 50px 30px;
}
.pd_sec h4{
    color: #fff;
}
.highlight_sec span.tm-list-li-content {
    font-weight: 400;
    font-size: 15px;
}

@media (max-width: 768px) {
    /* .logo_sec{
        display: block;
        } */
		h3.soln{
			font-size: 15px !important;
    padding-bottom: 20px;
    line-height: 20px !important;
    padding-top: 20px !important;
		}
	ul.top-contact{
		padding-left: 10px;
	}
    .slide_resp{
    display: none;
    }
    img.icon_1{

    }
    .pallet_img{
        width: 100%;
    }
    .btn_cn {
        padding-bottom: 20px;
    }
    .snzimg {
        width: 200px;
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-bottom: 40px;
    }
    
    .col_cont{
        width: 100%;
    }
    .col_map{
        width: 100%;
        padding-top: 25px;
    }
    .text_in {
        font-size: 20px;
        padding-top: 0px;
    }
    body.themetechmount-page-full-width #content .site-main .entry-content .wpb-content-wrapper>.wpb_row:first-child{
        margin-top: 10px;
    }
    .snz_section ul {
        display: block;
    }
    img.snzimg {
        width: 200px;
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-bottom: 20px;
    }
    .tm-titlebar-align-allleft .tm-titlebar-main {
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tm-titlebar h1.entry-title {
        font-size: 25px;
    }

    .tm-titlebar-wrapper:not(.tm-titlebar-align-default) .entry-title-wrapper .entry-title:before {
        width: 3px;
    }

    .soln {
        min-height: auto;
        padding: 0px;
        margin-bottom: 0px;
    }

    .tm-servicebox-hoverstyle .vc_row .wpb_column .vc_column-inner {
        width: 100%;
        margin: 0 auto;
    }

    h3.tm-custom-heading.soln.vc_custom_1681736432638 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .services_type .tm-vc_general.tm-vc_cta3.tm-vc_cta3-align-left.tm-vc_cta3-icon-size-md.tm-vc_cta3-icons-withouticon.tm-vc_cta3-actions-bottom {
        padding: 10px 15px 50px 15px;
    }

    .break-991-colum.tm-servicebox-hoverstyle .tm-sbox .tm-vc_btn3-container.tm-vc_btn3-inline {
        bottom: 0px;
    }

    .snz_align {
        display: block;
        align-items: center;
    }
	h2.hdn{
		font-size: 18px !important;
	}
    ul.certified li.ps {
        list-style: none;
        padding-bottom: 30px !important;
        font-size: 17px;
    }

    .headerlogo img {
        max-height: 30px;
    }

    h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    /*h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }*/

    h3.faqc {
        font-size: 15px !important;
    }

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

    .ptex {
        margin-bottom: 10px;
    }

    .first-row {
        display: flex;
    }

    .site-footer-w .first-footer-inner {
        padding-top: 30px;
    }

    .tm-quicklink-box {
        padding-bottom: 20px;
    }

    .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-megamenu>ul.mega-sub-menu>li {
        padding-top: 20px;
    }

    .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .righticon i {
        font-size: 20px;
        cursor: pointer;
        display: block;
        line-height: 0px;

    }

    #mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        float: right;
        display: none;
    }

    #mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        width: 100%;
    }
}

@media (max-width: 1024px) {
	.tm-topbar-content .tm-wrap-cell div.gtranslate_wrapper{
		right: 25px !important;
	}
		.pd_sec {
    min-height: 256px;
    padding: 48px 0px;
}
	.site-main{
		padding-top: 0px;
	}
	/*.container{
		padding-left: 0px;
	}*/
	p.pem{
		min-height: 104px;
	}
    ul.certified li.ps {
        list-style: none;
        padding-bottom: 30px;
        font-size: 17px;
    }
	
}

@media (max-width: 320px) {
    /* .logo_sec{
        display: block;
        } */
    .slide_resp{
    display: none;
    }
	/*ul.top-contact{
		display: none;
	}*/
    #mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        width: 100%;
    }

    .container .cards {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row.rd {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 35px;
    }

    .row.rds {
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
        left: 15%;
    }

    .title {
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 10px;
        letter-spacing: 0;
    }

    .contentt {
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: auto;
        overflow: hidden;
    }

    .col-md-4 {
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 0px;
    }

    .contentt .contentt-overlay {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .contentt:hover .content-overlay {
        opacity: 1;
    }

    .contentt-image {
        width: 100%;
    }

    .contentt-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s
    }

    .contentt:hover .contentt-details {
        top: 50%;
        left: 50%;
        opacity: 1;
    }

    .contentt-details h3 {
        color: #fff;
        font-weight: 500;
        letter-spacing: 0px;
        margin-bottom: 0.5em;
        text-transform: uppercase
    }

    .contentt-details p {
        color: #fff;
        font-size: 0.8em;
    }

    .fadeIn-bottom {
        top: 80%;
    }

    .cbtn {
        font-size: 20px;
        padding: 13px 40px 13px 40px;
    }
}
.tm-topbar-content .tm-wrap-cell div.gtranslate_wrapper {
    position: absolute;
    top: 5px;
    right: 140px;
}
.tm-topbar-content .tm-wrap-cell div.gtranslate_wrapper:before {
	
}
.tm-topbar-content .tm-wrap-cell div .gt_selected {
    padding-left: 0px;
}
.tm-topbar-content .tm-wrap-cell div .gt_option {
    padding-left: 0px;
}
.tm-topbar-content .tm-wrap-cell div .gt_switcher {
    padding-left: 0px;
}
.gt_selected a:hover {
    background: #ffffff;
    color: #362d87 !important;
}
.gt_selected a{
	padding: 5px 5px !important;
}
.aqua_sec {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
}
.aqua_sec p{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.p_sec .vc_row.container {
    flex-direction: row-reverse;
    display: flex;
}
/* customize style css */

/*my css ends*/