.tm-header-style-classic3 #site-header-menu #site-navigation div.nav-menu > ul > li:before, 
.tm-header-style-classic3 .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item:before {
    width:6px;
    height:6px;
    left:-8px;
    display: block;
    border:none;
	background-color: var(--tm-skincolor-bg);
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tm-header-style-classic3 #site-header-menu #site-navigation div.nav-menu > ul > li:first-child:before, 
.tm-header-style-classic3 .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item:first-child:before {
	content:unset;	
}
.tm-header-style-classic3 #site-header-menu #site-navigation div.nav-menu > ul > li > a .righticon {
	display:inline-block;
}
.tm-header-style-classic3 #site-header-menu #site-navigation div.nav-menu > ul > li > a .righticon i {
	color: inherit;
}
.tm-header-style-classic3 .tm-header-menu-position-center .tm-header-icons {
    z-index: 2;
}

.prt-section-hili-dot {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    color: transparent;
    width: auto;
}
.prt-section-hili-dot:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 2px;
    margin: auto;
    background-color: currentColor;
    box-shadow: 0 0 .25em .325em currentColor;
    border-radius: 50%;
}

.themetechmount-servicebox-stylesix .themetechmount-post-item>.themetechmount-box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 28px;
}
.themetechmount-servicebox-stylesix .themetechmount-post-item {
    background-color: #1a1a1c;
}

.themetechmount-servicebox-stylesix .tm-post-featured-link-wrapper {
    width: 160px;
    height: 160px;
    border-radius: 50%;
	background-position: center center;
}
.themetechmount-servicebox-stylesix .tm-featured-wrapper img {
    border-radius: 50%;
}
.themetechmount-servicebox-stylesix .themetechmount-box-img-left {
    width: 190px;
    min-width: 190px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 50%;
    height: 190px;
    background-size: cover;
    background-position: center;
}

.themetechmount-servicebox-stylesix .themetechmount-box-img-left .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    min-width: 190px;
    background-size: cover;
    background-position: center;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform .5s ease-in-out;
    border-radius: 50%;
}

.themetechmount-servicebox-stylesix .tm-post-featured-link-wrapper, 
.themetechmount-servicebox-stylesix .tm-featured-outer-wrapper {
    display: block;
}
.themetechmount-servicebox-stylesix .themetechmount-box-content {
   padding: 15px 0px 0px 0px;
}


@media (min-width: 1360px) {
.container {
    width: 1330px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px;
}
}

@media (max-width: 991px) {
.themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 30px;
}
}

.tm-marquebox-style2,
.tm-marquebox-style1 {
    width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style2:hover,
.tm-marquebox-style1:hover {
    animation-play-state: paused !important;
}
.tm-marquebox-style2 ul.marquebox-list li,
.tm-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    margin-left:65px;
    margin-right:65px;
    font-size: 110px;
    line-height: 110px;
    text-align: center;
    letter-spacing:2px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}
.tm-marquebox-style1 ul.marquebox-list li:nth-child(even) {
 -webkit-text-stroke: 0px;
 color: #fff;
}
.tm-marquebox-style1 ul.marquebox-list li:before {
    position: absolute;
    content: '';
    left: -103px;
    height: 17px;
    width: 65px;
    border: 1px solid #fff;
    bottom: 17px;
}

.tm-marquebox-style2 ul.marquebox-list li {
    font-size: 26px;
    list-height:30px;
    -webkit-text-stroke: 0px;
    color:#000;
    margin-left:35px;
    margin-right:35px;
	line-height:50px;
}


@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.tm-marquebox-style2 ul.marquebox-list li:before {
    position: absolute;
    content: '*';
    left: -69px;
    width: 67px;
    bottom: -9px;
    font-size: 45px;
}







.tm-fid-view-style4 {
    display: table;
    text-align: left;
    padding: 0;
        vertical-align: middle;
}
.tm-fid-view-style4 .tm-fld-contents,
.tm-fid-view-style4 .tm-fid-left {
    display: table-cell;
}
.tm-fid-view-style4 .tm-fld-contents {
    padding-left: 20px;
    vertical-align: middle;
}
.tm-fid-view-style4 .tm-fid-left {
    width: max-content;
    max-width: 40%;
}
.inside.tm-fid-view-style4 h4 {
    font-size: 64px;
    line-height: 65px;
        font-weight: bold;
            width: max-content;
}
.inside.tm-fid-view-style4 h4>span:not(.tm-number-rotate) {
    margin-left: -11px;
}
.elementor-column-gap-wide .themetechmount-boxes-portfolio.themetechmount-boxes-col-one .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 45px;
}
.elementor-column-gap-wide .themetechmount-boxes-portfolio.themetechmount-boxes-col-one .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper:last-child {
    margin-bottom:0px;
}

.tm-rotating-text text {
    fill: #000000;
    letter-spacing:5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.tm-rotating-text {
width: 114px !important;
    height: 114px !important;
}



.tm-playicon .elementor-icon {
    margin-bottom: -7px;
}


.tm-testimonial-style10 .themetechmount-post-item-inner {
    display: flex;
	padding-bottom: 35px;
}
.tm-testimonial-style10 .themetechmount-box-author {
    text-align: center;
    padding-right: 70px;
    margin-right: 70px;
    border-right: 1px solid rgba(255, 255, 255,0.16);
    padding-top: 20px;
	padding-bottom:40px;
    position: relative;
	width: max-content;
}
.tm-testimonial-style10 .themetechmount-box-author img {
    min-width:172px;
    height:172px;
    border-radius: 50%;
}
.tm-testimonial-style10 .themetechmount-box-author .themetechmount-author-name {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top:9px;
}
.tm-testimonial-style10 .themetechmount-box-author .themetechmount-box-footer {
	color: rgba(255, 255, 255, 0.59);
}
.tm-testimonial-style10 .themetechmount-box-img {
	padding-top: 45px;
}
.tm-testimonial-style10 blockquote {
    border: none;
    border-left-width: 4px;
    color: #fff;
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    margin:0px;
    background-color: transparent;
    padding: 55px 0px 30px;
    line-height: 40px;
}
.themetechmount-element-testimonialbox-style-10 .slick-arrow {
    left:320px;
	bottom:50px;
    top: auto;
}
.themetechmount-element-testimonialbox-style-10 .slick-arrow.slick-next {
    left: 390px;
}
.tm-social-namestyle .social-icons a i {
	display:none;
}
.tm-social-namestyle .social-icons a span.tm-socialname {
	display:block;
}
.tm-social-namestyle .social-icons a {
    width: max-content !important;
	font-weight:bold;
	border: none !important;
}
.footer .widget .tm-social-namestyle ul > li {
    padding: 0px 30px 12px 0;
}
.tm-footerstyle-style1 .col-sm-12.tm-footer2-left, 
.tm-footerstyle-style1 .col-sm-12.tm-footer2-right {
    text-align: left;
}
.footer .bottom-footer-text .bottom-footer-inner .tm-social-namestyle .social-icons li:not(:last-child) {
    margin-right: 15px;
}
.elementor-element.tm-social-namestyle .social-icons li > a {
    font-size: 18px;
}
.elementor-element.tm-social-namestyle .social-icons li {
    padding-right: 20px;
}
.elementor-element.tm-social-namestyle .social-icons li:last-child {
    padding-right: 20px;
}
.themetechmount-box-portfolio a.themetechmount_pf_link i {
    padding-left: 3px;
}
.themetechmount-portfolio-box-view-overlay-style3 .tm-post-iconbox {
    font-size: 19px;
}
.tm-textcolor-white .elementor-element.tm-social-namestyle .social-icons li > a:not(:hover) {
    color: #fff;
}
.tm-footerstyle-style1 .tm-footer2-left, .tm-footerstyle-style1 .tm-footer2-right {
    padding-top:15px;
    padding-bottom:15px;
    font-size: 18px;
}
h5.tm_letswork {
	font-size: 64px;
	line-height: 74px;
	margin-bottom: 0;
}
.tm_letswork  a {
    position: relative;
    z-index:1;
    display: block;
    width: max-content;
}
.tm_letswork a:after {
    content: "";
    background:var(--tm-skincolor-bg);
    width: 0;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: 7px;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.tm_letswork a:hover:after {
    opacity: 1;
    left: 0;
    width: 100%;
}
.footer.tm-footerstyle-style1 .footer-rows .first-footer .first-footer-inner {
    padding:85px 0 110px;
}

@media (max-width:1350px) {
	.tm-container-for-footer {
	    width: 100%;	
	}
}

.tm-header-style-classic3 .themetechmount-fbar-btn  .tm-fbar-open-icon i{
    background-color: rgb(255 255 255 / 10%);
    width: 57px;
    height: 57px;
    display: inline-block;
    line-height: 57px;
    border-radius: 50%;
}
.tm-header-style-classic3 #site-header-menu .kw-phone .tm-header-icon a, .tm-header-style-classic3 #site-header-menu #site-navigation .tm-header-icon a,
.tm-header-style-classic3 #site-header-menu #site-navigation .themetechmount-fbar-btn a {
    font-size: 18px;
}
.tm-header-style-classic3 .site-header-main.container-fullwide .themetechmount-fbar-btn {
    padding-right: 0;
    margin-left: 23px;
}
.tm-header-style-classic3 .tm-header-icons .tm-header-wc-cart-link a, .tm-header-style-classic3 .tm-header-icons .tm-header-search-link a {
    background-color: transparent !important;
}
.tm-header-style-classic3 .tm-header-icons:before {
    content:unset;
}

.widget_nav_menu ul {
counter-reset: item;
}
.widget_nav_menu li.tm-number-style:before {
    content: "0" counters(item, ".") "";
    counter-increment: item;
    font-size: 22px;
    font-weight: bold;
    top: 10px;
    position: absolute;
}
.footer .widget_nav_menu li.tm-number-style a:before {
    content: "";
    top: 0px;
    left: 0px;
    color: inherit;
    width: 45px;
    height:2px;
    background-color:#7a7a7a;
	transition: all 0.3s ease-in-out;
}
.footer .widget_nav_menu li.tm-number-style a {
    padding-left:93px;
    font-size: 38px;
    font-weight: bold;
}
.footer .widget_nav_menu li.tm-number-style {
    position: relative;
    margin-bottom: 37px;
    padding-bottom: 0;
}
.footer .widget_nav_menu li.tm-number-style:last-child {
    margin-bottom: 0px;
}
.footer .widget_nav_menu li.tm-number-style:hover:before {
	color: var(--tm-skincolor-bg);
}
.footer .widget_nav_menu li.tm-number-style a:hover:before {
	background-color: var(--tm-skincolor-bg);
	width:75px;
}		
.tm-quickicons-box * {
    margin-bottom: 0px;
}
.tm-quickicons-row .col-md-12 {
	width:max-content;
}
}
.tm-rotate-hover a svg {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tm-rotate-hover:hover a {
    transform: rotate(45deg) !important;
    transform-style: preserve-3d;
}
	
	
	
.elementor-section.tm-hoverbg-style1 .elementor-background-overlay {
    -webkit-animation: triangle_r 20s infinite cubic-bezier(.14,.36,.59,.9);
    -ms-animation: triangle_r 20s infinite cubic-bezier(.14,.36,.59,.9);
    animation: triangle_r 20s infinite cubic-bezier(.14,.36,.59,.9);	
}
@-webkit-keyframes triangle_r {
0%   {  
-webkit-transform: rotate(7deg) rotateZ(0deg) translate3d(2%,5%,0) rotateZ(0deg);
-ms-transform: rotate(7deg) rotateZ(0deg) translate3d(2%,5%,0) rotateZ(0deg);
transform: rotate(7deg) rotateZ(0deg) translate3d(2%,5%,0) rotateZ(0deg);
}

25% {
-webkit-transform: rotate(3deg) rotateZ(90deg) translate3d(2%,5%,0) rotateZ(-90deg);
-ms-transform: rotate(3deg) rotateZ(90deg) translate3d(2%,5%,0) rotateZ(-90deg);
transform: rotate(3deg) rotateZ(90deg) translate3d(2%,5%,0) rotateZ(-90deg);
}

50% { 
-webkit-transform: rotate(6deg) rotateZ(180deg) translate3d(2%,5%,0) rotateZ(-180deg);
-ms-transform: rotate(6deg) rotateZ(180deg) translate3d(2%,5%,0) rotateZ(-180deg);
transform: rotate(6deg) rotateZ(180deg) translate3d(2%,5%,0) rotateZ(-180deg);
}

75% { 
-webkit-transform: rotate(9deg) rotateZ(270deg) translate3d(2%,5%,0) rotateZ(-270deg);
-ms-transform: rotate(9deg) rotateZ(270deg) translate3d(2%,5%,0) rotateZ(-270deg);
transform: rotate(9deg) rotateZ(270deg) translate3d(2%,5%,0) rotateZ(-270deg);
}

100% {  
-webkit-transform: rotate(7deg) rotateZ(360deg) translate3d(2%,5%,0) rotateZ(-360deg);
-ms-transform: rotate(7deg) rotateZ(360deg) translate3d(2%,5%,0) rotateZ(-360deg);
transform: rotate(7deg) rotateZ(360deg) translate3d(2%,5%,0) rotateZ(-360deg);
}
}

@-ms-keyframes triangle_r {
  0%   {  
  -webkit-transform: rotate(7deg) rotateZ(0deg) translate3d(2%,5%,0) rotateZ(0deg);
	-ms-transform: rotate(7deg) rotateZ(0deg) translate3d(2%,5%,0) rotateZ(0deg);
	transform: rotate(7deg) rotateZ(0deg) translate3d(2%,5%,0) rotateZ(0deg);
}

  25% {
  -webkit-transform: rotate(3deg) rotateZ(90deg) translate3d(2%,5%,0) rotateZ(-90deg);
	-ms-transform: rotate(3deg) rotateZ(90deg) translate3d(2%,5%,0) rotateZ(-90deg);
	transform: rotate(3deg) rotateZ(90deg) translate3d(2%,5%,0) rotateZ(-90deg);
  }

  50% { 
  -webkit-transform: rotate(6deg) rotateZ(180deg) translate3d(2%,5%,0) rotateZ(-180deg);
	-ms-transform: rotate(6deg) rotateZ(180deg) translate3d(2%,5%,0) rotateZ(-180deg);
	transform: rotate(6deg) rotateZ(180deg) translate3d(2%,5%,0) rotateZ(-180deg);
}

75% { 
  -webkit-transform: rotate(9deg) rotateZ(270deg) translate3d(2%,5%,0) rotateZ(-270deg);
	-ms-transform: rotate(9deg) rotateZ(270deg) translate3d(2%,5%,0) rotateZ(-270deg);
	transform: rotate(9deg) rotateZ(270deg) translate3d(2%,5%,0) rotateZ(-270deg);
}

  100% {  
  -webkit-transform: rotate(7deg) rotateZ(360deg) translate3d(2%,5%,0) rotateZ(-360deg);
	-ms-transform: rotate(7deg) rotateZ(360deg) translate3d(2%,5%,0) rotateZ(-360deg);
	transform: rotate(7deg) rotateZ(360deg) translate3d(2%,5%,0) rotateZ(-360deg);
  }
}

  @keyframes triangle_r {
	  0%   {  
	  -webkit-transform: rotate(7deg) rotateZ(0deg) translate3d(2%,5%,0) rotateZ(0deg);
		-ms-transform: rotate(7deg) rotateZ(0deg) translate3d(2%,5%,0) rotateZ(0deg);
		transform: rotate(7deg) rotateZ(0deg) translate3d(2%,5%,0) rotateZ(0deg);
	}

	  25% {
	  -webkit-transform: rotate(3deg) rotateZ(90deg) translate3d(2%,5%,0) rotateZ(-90deg);
		-ms-transform: rotate(3deg) rotateZ(90deg) translate3d(2%,5%,0) rotateZ(-90deg);
		transform: rotate(3deg) rotateZ(90deg) translate3d(2%,5%,0) rotateZ(-90deg);
	  }

	  50% { 
	  -webkit-transform: rotate(6deg) rotateZ(180deg) translate3d(2%,5%,0) rotateZ(-180deg);
		-ms-transform: rotate(6deg) rotateZ(180deg) translate3d(2%,5%,0) rotateZ(-180deg);
		transform: rotate(6deg) rotateZ(180deg) translate3d(2%,5%,0) rotateZ(-180deg);
	}

	75% { 
	  -webkit-transform: rotate(9deg) rotateZ(270deg) translate3d(2%,5%,0) rotateZ(-270deg);
		-ms-transform: rotate(9deg) rotateZ(270deg) translate3d(2%,5%,0) rotateZ(-270deg);
		transform: rotate(9deg) rotateZ(270deg) translate3d(2%,5%,0) rotateZ(-270deg);
	}

	  100% {  
	  -webkit-transform: rotate(7deg) rotateZ(360deg) translate3d(2%,5%,0) rotateZ(-360deg);
		-ms-transform: rotate(7deg) rotateZ(360deg) translate3d(2%,5%,0) rotateZ(-360deg);
		transform: rotate(7deg) rotateZ(360deg) translate3d(2%,5%,0) rotateZ(-360deg);
	  }
  }


.tm-hover-skincolor a:hover {
	color: var(--tm-skincolor-bg) !important;	
}
.prt-glowbox-hover:hover .prt-hover-shadowbox .elementor-widget-container {
  box-shadow: 0 2px 10px var(--tm-skincolor-bg);
  border-color:var(--tm-skincolor-bg);
}


.ts-animation-style1 .vc_single_image-wrapper,
.ts-animation-style2 .vc_single_image-wrapper,
.ts-animation-style1 .elementor-widget-container,
.ts-animation-style2 .elementor-widget-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.ts-animation-style1 .vc_single_image-wrapper img,
.ts-animation-style2 .vc_single_image-wrapper img,
.ts-animation-style1 .elementor-widget-container img,
.ts-animation-style2 .elementor-widget-container img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.ts-animation-style1.active .vc_single_image-wrapper,
.ts-animation-style2.active .vc_single_image-wrapper,
.ts-animation-style1.active .elementor-widget-container,
.ts-animation-style2.active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.ts-animation-style1.active .vc_single_image-wrapper img,
.ts-animation-style2.active .vc_single_image-wrapper img,
.ts-animation-style1.active .elementor-widget-container img,
.ts-animation-style2.active .elementor-widget-container img {
    transform: scale(1) translate(0px, 0px);
}

.ts-animation-style1 .vc_single_image-wrapper,
.ts-animation-style1 .elementor-widget-container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.ts-animation-style1 .vc_single_image-wrapper img,
.ts-animation-style1 .elementor-widget-container img {
    transform: scale(1.5) translate(-100px, 0px);
}

.ts-animation-style2 .vc_single_image-wrapper,
.ts-animation-style2 .elementor-widget-container {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.ts-animation-style2 .vc_single_image-wrapper img,
.ts-animation-style2 .elementor-widget-container img {
    transform: scale(1.5) translate(100px, 0px);
}

@media (max-width: 1350px) {
.tm-marquebox-style1 ul.marquebox-list li {
    font-size: 80px;
    line-height: 80px;
}
.themetechmount-element-testimonialbox-style-10 .slick-arrow {
    bottom: 20px;
}
.prt-hover-shadowbox.tm-leftbox.elementor-hidden-tablet {
    left: -20% !important;
}
.prt-hover-shadowbox.tm-rightbox.elementor-hidden-tablet {
    right: -20% !important;
}
}
@media(max-width:1200px) {
h5.tm_letswork {
    font-size: 54px;
    line-height: 64px;
}
.footer .widget_nav_menu li.tm-number-style a {
    padding-left: 83px;
    font-size: 28px;
	word-break: break-all;
}
.prt-hover-shadowbox.elementor-hidden-tablet {
	display:none;
}
.elementor-section.tm-hoverbg-style1 .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.elementor-reverse-laptop>.elementor-container>.tm-order-1 {
    order: 1 !important;
}
.elementor-reverse-laptop>.elementor-container>.tm-order-2 {
    order: 2 !important;
}
.elementor-reverse-laptop>.elementor-container>.tm-order-3 {
    order: 3 !important;
}
}
@media(max-width:991px) {
.tm-marquebox-style1 ul.marquebox-list li {
    font-size: 60px;
    line-height: 60px;
    margin-left: 55px;
    margin-right: 55px;
}
.tm-marquebox-style1 ul.marquebox-list li:before {
	left: -93px;
	height: 8px;
	width: 55px;
	bottom: 8px;
}
}
@media only screen and (min-width:1024px) and (max-width:1600px) {
.tm-customsize-1600px .elementor-heading-title {
	font-size: 80px !important;
    line-height: 90px !important;	
}
}
@media only screen and (min-width:1024px) and (max-width:1200px) {
#tm-break-1200px .elementor-column{
	width:100% !important;
}
.elementor-section.elementor-section-boxed#tm-break-1200px > .elementor-container {
    display: block;
}
.tm-customsize-1600px .elementor-heading-title {
    font-size: 65px !important;
    line-height: 75px !important;
}
}
@media(max-width:991px) {
.tm-footerstyle-style1 .tm-footer2-left, .tm-footerstyle-style1 .tm-footer2-right {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}
.tm-footerstyle-style1 .bottom-footer-inner {
	padding: 15px 0;
}
.footer .widget_nav_menu li.tm-number-style a {
    padding-left: 65px;
    font-size: 22px;
}
.footer .widget_nav_menu li.tm-number-style a:hover:before {
    width: 45px;
}
.tm-quickicons-row .tm-quickicons-box {
	padding-bottom: 15px;
}
.tm-quickicons-row .col-xs-12:last-child .tm-quickicons-box {
	padding-bottom:0px;
}
h5.tm_letswork {
    font-size: 44px;
    line-height: 54px;
}
.footer.tm-footerstyle-style1 .footer-rows .first-footer .first-footer-inner {
    padding: 85px 0 70px;
}
.elementor-spacer-inner.tm-hide-991 {
	display: none;
}
.site-footer .tm-footerstyle-style1 .first-footer .tm-container-for-footer > div > .row .widget-area .widget {
    margin-bottom: 35px;
}
.themetechmount-portfolio-box-view-overlay-style3 .themetechmount-post-item-inner {
    display: inline-block;
}
.tm-pf-single-content-wrapper {
    padding-bottom: 30px;
}
}
@media(max-width:767px) {
	.themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
		text-align: center;
		padding-bottom:80px;
	}
	.tm-testimonial-style10 .themetechmount-box-author {
		width: 100%;
		display: block;
		text-align: center;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.tm-testimonial-style10 .themetechmount-post-item-inner {
		display: block;
		text-align: center;
	}
	.tm-testimonial-style10 .themetechmount-box-author img {	
		margin: 0 auto;
	}
	.tm-testimonial-style10 .themetechmount-box-img {
		padding-top: 0;
	}
	.elementor-column-gap-wide .themetechmount-boxes-portfolio.themetechmount-boxes-col-one .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
		margin-bottom: 15px;
	}
	.footer.tm-footerstyle-style1 .footer-rows .first-footer .first-footer-inner {
		padding: 35px 0 35px;
	}
	.themetechmount-element-testimonialbox-style-10 .slick-arrow {
		left: 0;
		bottom: 0;
		right: 60px;
		margin: auto;
	}
	.themetechmount-element-testimonialbox-style-10 .slick-arrow.slick-next {
		left: 60px;
		bottom: 0;
		right: 0;
		margin: auto;
	}
	section.error-404 {
		padding: 80px 0px;
	}
	section.error-404 h1 {
		font-size: 70px;
	}
	section.error-404 .tm-big-icon {
		font-size: 100px;
	}
}
@media(max-width:680px) {
.tm-marquebox-style1 ul.marquebox-list li {
    font-size: 40px;
    line-height: 40px;
    margin-left: 40px;
    margin-right: 40px;
}
.tm-marquebox-style1 ul.marquebox-list li:before {
    left: -62px;
    height: 6px;
    width: 40px;
    bottom: 8px;
}
.tm-marquebox-style2 ul.marquebox-list li {
    font-size: 22px;
}	
}
@media(max-width:550px) {
.themetechmount-element-testimonialbox-style-10 .slick-arrow {
	display:none !important;
}	
h5.tm_letswork {
    font-size:28px;
    line-height:38px;
    word-break: break-all;
}
.tm_letswork a {
    width: auto;
    word-break: break-all;
}
.themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
    padding-bottom:20px;
}
}

.tm-form-contact-3 input[type="submit"] {
    padding: 20px 28px;
    margin-top:6px !important;
    border: none;
    width: 100%;
    background-color: var(--wc-content-bg);
    color: var(--tm-darkcolor-bg) !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    border-radius: 50px;
}
.tm-form-contact-3 .wpcf7-form-control-wrap .wpcf7-list-item-label {
    font-weight: 500;
    color: var(--tm-blackish-btn);
}
.tm-form-contact-3 input[type="submit"]:hover {
    background-color: var(--tm-skincolor-bg) !important;
}
.tm-form-contact-3 .field-group .wpcf7-form-control-wrap .wpcf7-form-control {
    padding-left: 0;
}
.tm-form-contact-3 .wpcf7-form-control-wrap .wpcf7-list-item {
    margin-left: 0;
}
.tm-form-contact-3 input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.3);
}
.themetechmount-box-blog.themetechmount-blog-box-view-right-image .post-item>.themetechmount-box-content, .themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item>.themetechmount-box-content, .sidebar.widget-area .widget.boldman_contact_widget, .themetechmount-box-topimage-style2 .themetechmount-box-desc, .sidebar.widget-area .widget.widget_tag_cloud, .widget.boldman_all_post_list_widget li a, .widget .search-form .search-field, .ttm-pricetable-column-w .ttm-featured-title, .themetechmount-box-testimonial.themetechmount-testimonial-box-view-style6 .themetechmount-box-content:before, .themetechmount-box-team.themetechmount-teambox-view-overlay, .comment-list a.comment-reply-link:hover, .wpcf7 .tm-commonform input[type="submit"]:hover, .themetechmount-box-team.themetechmount-teambox-view-overlay:hover .themetechmount-box-content, .themetechmount-ptables-w .ttm-pricetable-column-w.tm-ptablebox-featured-col, .themetechmount-ptables-w .ttm-pricetable-column-w {
    background-color: var(--tm-darkcolor-bg);
}
#totop.top-visible {
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 37px;
}
#totop .tm-boldman-icon-angle-up:before {
    content: '\e826';
    transform: rotate(-45deg);
    transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#totop.top-visible:hover .tm-boldman-icon-angle-up:before {
	transform: rotate(-90deg);
}
.themetechmount-boxes-row-wrapper .slick-prev:before {
    content: '\e834';
}
.themetechmount-boxes-row-wrapper .slick-next:before {
    content: '\e826';
}
.tm-faq-style1 .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
}
.footer .tm-textcolor-white .social-icons a {
    color: rgba(248, 252, 255,1);
}
.tm-icon-hover-effect.elementor-widget .elementor-icon-list-icon i{
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
.elementor-element.tm-social-namestyle .social-icons li > a:hover,
.themetechmount-portfolio-box-view-overlay-style3 .themetechmount-box-content .tm-post-descbox>a:hover,
.tm-icon-hover-effect.elementor-widget .elementor-icon-list-item:hover .elementor-icon-list-icon i{
	color: var(--tm-skincolor-bg) !important;	
}
.themetechmount-portfolio-box-view-overlay-style3 .themetechmount-post-item {
    cursor: auto;
}

.single-post.themetechmount-fullwide:not(.themetechmount-sidebar-true ) .tm-container-for-content {
	max-width:980px;
    margin: 0 auto;
}
.post.themetechmount-box-blog-classic .tm-box-post-date {
	display:none;
}
#tribe-events .tribe-events-content p, article.post .entry-content p {
    margin-bottom: 25px;
}
.tm-blog-classic-box-content h1, .tm-blog-classic-box-content h2, .tm-blog-classic-box-content h3, .tm-blog-classic-box-content h4, .tm-blog-classic-box-content h5, .tm-blog-classic-box-content h6 {
	    margin-bottom: 25px;
}
.tm-blog-classic-box-content .wp-block-image figcaption {
    margin-bottom: 0;
	text-align: center;
}
.tm-blog-classic-box-content ol {
    padding-left: 15px;	
}
.single-post .tm-post-prev-next-buttons {
    display: none;
}
.tm-blog-classic-box-content .wp-block-image {
    margin: 0;
}
.themetechmount-box-topimage .themetechmount-box-content h4 {
    font-size: var(--h4-heading-fontsize);
    line-height: var(--h4-heading-lineheight);
}
body.tm-search-on .site-content-wrapper {
    z-index: 0;
}
.tm-search-overlay .tm-site-searchform input[type="search"] {
    border-radius: 2em;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.tm-search-overlay .tm-site-searchform button {
    border-radius: 2em;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.archive .site-main>.row.themetechmount-boxes-row-wrapper {
    padding-bottom: 50px;
}
.themetechmount-box-portfolio.themetechmount-portfolio-box-view-overlay-style3 .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 30px;
	display: inline-block;
}


.tm-fid-without-icon.tm-fid-view-style5 .tm-fid-inner {
    font-size: 110px;
    line-height: 74px;
    font-weight: 700;
    transition: all .6s;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px #5e5d5d;
    color: transparent;
    position: relative;
}
.tm-fid-without-icon.tm-fid-view-style5 .tm-fid-inner span {
    margin-left: -25px;
}
.tm-fid-without-icon.tm-fid-view-style5 {
    text-align: left;
    margin-bottom: 0;
}
.tm-fid-without-icon.tm-fid-view-style5 .tm-fld-contents {
    position: absolute;
    top: auto;
    bottom: 32px;
    left: auto;
    right: 27%;
    text-align: left;
}
@media(max-width:1200px) {
.tm-fid-without-icon.tm-fid-view-style5 .tm-fld-contents{
    left: auto;
    right: 0;
    }
}

@media(max-width:1024px) {
.tm-fid-without-icon.tm-fid-view-style5 .tm-fld-contents {
    left: auto;
    right: 47%;
}
}
@media(max-width:991px) {
.tm-fid-without-icon.tm-fid-view-style5 .tm-fld-contents {
    left: auto;
    right: 29%;
}

}
@media(max-width:767px) {
.tm-fid-without-icon.tm-fid-view-style5 .tm-fld-contents {
    left: auto;
    right: 43%;
}
}
@media(max-width:479px) {
.tm-fid-without-icon.tm-fid-view-style5 .tm-fld-contents {
    left: auto;
    right: 20%;
}
}
.tm-form-contact-3 textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,0.3) !important;
}
.tm-form-contact-3 input[type="submit"] {
    padding: 20px 28px;
    margin-top:6px !important;
    border: none;
    width: 100%;
    background-color: var(--wc-content-bg);
    color: var(--tm-darkcolor-bg) !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    border-radius: 50px;
    transition: all .5s ease;
}
.tm-accidion-style1 .elementor-accordion-item .elementor-tab-title {
    padding:40px 0 27px 0;
    border-bottom: 1px solid var(--tm-blackish-btn);
}
.tm-accidion-style1 .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-bottom: 1px solid var(--tm-blackish-btn) !important;
    margin-bottom: 30px;
}
.tm-accidion-style1 .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
    color: var(--tm-blackish-btn);
    font-size: 26px;
    line-height: 36px;
}
.tm-accidion-style1 .elementor-accordion-item .elementor-tab-content {
    padding: 0;
    color: var(--tm-blackish-btn);
    font-weight: 500;
    margin-bottom: -22px;
}
.tm-accidion-style1 .elementor-accordion-item:first-child .elementor-tab-title {
    padding-top: 0;
}
.tm-accordion-icon .elementor-accordion-icon {
    padding-top: 9px;
}
.tm-icon-with .elementor-widget-container {
    width: 60px;
    height: 60px;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title:last-child {
    margin-right: 0;
}
body .tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content .elementor-section.elementor-top-section:first-child {
     margin-top: -20px;
}
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content.tm-tab-active{
    display: block;
}
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content {
    display: none;
}
.tm-elementor-tabs.tm-tab-style1 .tm-tab-content .tm-tab-content-title {
    display: none;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title {
    list-style: none;
    color: var(--tm-blackish-btn);
    padding: 15px 35px;
    display: inline-block;
    cursor: pointer;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    -webkit-flex: 1 1 auto;
    position: relative;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title:first-child {
    padding-left: 0;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper {
    padding: 5px 0px 21px 0;
    display: block;
    position: relative;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color:#2b2b2c;
    position: absolute;
    top: auto;
    bottom: 22px;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title.tm-tab-active {
    border-bottom: 5px solid var(--tm-skincolor-bg);
}

@media only screen and (min-width:360px) and (max-width:768px) {
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content.tm-tab-active .elementor-container {
    display: block;
}
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content.tm-tab-active .elementor-container >.elementor-top-column {
    width: 100%;
}
}
@media(max-width:767px) {
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper:before{
        width: 50%;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title.tm-tab-active{
        width: 50%;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title{
    display: block;
    padding: 15px 0px;
}
}
@media(max-width:768px) {
    .tm-elementor-tabs.tm-tab-style1 ul.elementor-tabs-wrapper {
    display: none;
}
.tm-elementor-tabs.tm-tab-style1 .elementor-tabs-wrapper .tm-elementor-tab-title {
    display: block;
}
.tm-elementor-tabs.tm-tab-style1 .tm-tab-content .tm-tab-content-title {
    color: var(--tm-blackish-btn);
    padding: 15px 0px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    -webkit-flex: 1 1 auto;
}
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content {
    display: block;
}
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content.tm-tab-active .elementor-tab-content {
    display: block;
    border: 1px solid transparent;
    box-sizing: content-box;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
}
.tm-elementor-tabs.tm-tab-style1 .tmtabs-content-wrapper .tm-tab-content .elementor-tab-content {
    display: none;
}
}
.tm-form-contact-3 input[type="submit"]:hover {
    background-color: var(--tm-skincolor-bg) !important;
    border: none;
}

@media only screen and (min-width:550px) and (max-width:767px) {
.tm-2-column-view-tablet .elementor-inner-column.elementor-element {
    width: 50%;
}
.tm-fid-without-icon.tm-fid-view-style5 .tm-fld-contents {
    left: auto;
    right: 29%;
}
}


/************************BOLDMAN HOME 2 CSS **************************/
/****************section 1 fid box(topicon css)*****************/
.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h4.tm-fid-inner .tm-number-rotate,
.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h4.tm-fid-inner span {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
}
.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h3.tm-fid-title span{
    font-size: 25px;
    line-height:35px;
    font-weight: 700;

}
/****************section 2 listimgbox style 1 css *******************/

.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap .award_picture img {
    transition: .5s;
    position: absolute;
    top: 75px;
    right: 0;
    transition: all .9s ease, transform .9s ease;
    visibility: hidden;
    transform: unset;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap.active .award_picture {
    opacity: 1;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap.active .award_picture img {
    visibility: visible;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap.active .tm-listimg-content .award_picture {
    opacity: 1;
    transition: .5s all;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap .award_picture {
    transition: .5s all;
    opacity: 0;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap {
    display: flex;
    width: 100%;
    margin-bottom: 40px;

}
.themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .tm-listimg-content h4.tm-box-title a {
    color: var(--tm-skincolor-bg);
}
.tm_listimgbox_list_content.themetechmount-listimgbox-styleone {
    position: relative;
    padding-left: 0;
}
.themetechmount-listimgbox-styleone li .tm-listimg-content .tm-box-title a {
    color: var(--tm-blackish-btn);
}
.themetechmount-listimgbox-styleone li .tm-listimg-content .tm-box-title {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    transition: .9s;
    padding-bottom: 14px;
    cursor: pointer;
    width: 65%;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap.active .tm-listimg-content .tm-box-title {
    transition: .1s;
}

.tm_listimgbox_list_content.themetechmount-listimgbox-styleone .tm-listimg-content {
    width: 50%;
    position: relative;
}
.tm_listimgbox_list_content.themetechmount-listimgbox-styleone .tm-listimg-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    border-bottom: 2px solid var(--tm-blackish-btn);
    opacity: 0.2;
}
.tm_listimgbox_list_content.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap.active .tm-listimg-content:after{
     border-color: var(--tm-skincolor-bg);
     opacity: 1;
}
.tm_listimgbox_list_content.themetechmount-listimgbox-styleone .tm-listimg-content .tm-cta3-content-wrapper {
    margin-bottom: 27px;
 }
 .themetechmount-listimgbox-styleone li.tm_listimgbox_wrap .award_picture img {
    visibility: hidden;
    transform: unset;
    max-width: 100%;
    position: absolute;
    width: auto;
    height: auto;
    object-fit: cover;
    right: 0;
    left: auto;
    top: -30px;
    bottom: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all .9s ease, transform .9s ease;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap.active .award_picture img {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}


 /***************teambox-style4 css***************/
 .themetechmount-box-team.themetechmount-teambox-style4 {
    position: relative;
}
.themetechmount-teambox-style4  .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0px;
}
.themetechmount-teambox-style4  .themetechmount-team-position {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 254, 254, 59%);
    margin-bottom: 8px;
}
.themetechmount-teambox-style4  .themetechmount-team-image-box {
    position:relative;
}
.themetechmount-teambox-style4  .themetechmount-box-content {
    text-align: left;
    position: relative;
    padding: 22px 15px 25px 0;
    transition: .5s cubic-bezier(.3,.57,.55,1);
    overflow: hidden;
}

.themetechmount-teambox-style4  .themetechmount-team-icon {
    font-size: 22px;
    text-align: center;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: color .3s, background .3s ease, -webkit-transform .2s;
    transition: color .3s, background .3s ease, -webkit-transform .2s;
    -o-transition: color .3s, background .3s ease, -o-transform .2s;
    -moz-transition: transform .2s, color .3s, background .3s ease, -moz-transform .2s;
    transition: transform .2s, color .3s, background .3s ease;
    transition: transform .2s, color .3s, background .3s ease, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper .tm-team-social-links li a {
    color: var(--tm-skincolor-bg);
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper .tm-team-social-links li a {
    background: #000;
    font-size: 16px;
    display: block;
    border-radius: 50%;
    transition: all .4s ease;
    width: 37px;
    height: 37px;
    line-height: 37px;
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-post-item .tm-member-social {
    position: absolute;
    top: 10px;
    bottom: auto;
    right: 10px;
    left: auto;
    opacity: 0;
    transition: all .5s ease;
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper ul li {
    display: block;
    margin-bottom: 10px;
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper ul {
    padding: 0;
}
.themetechmount-box-team.themetechmount-teambox-style4:hover .tm-member-social {
    opacity: 1;
    transition: all .5s ease;
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper .tm-team-social-links li a:before,
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper .tm-team-social-links li a:after{
    content: unset;
}
.themetechmount-box-team.themetechmount-teambox-style4 .themetechmount-post-item .tm-member-social .tm-team-social-links-wrapper .tm-team-social-links li a:hover {
    color: #000;
    background-color: var(--tm-skincolor-bg);
}
/****************testimonial style12 css********************/
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-desc blockquote {
    margin: 0 0 37px 0;
    background-color: transparent;
    border: unset;
    font-size: 26px;
    line-height: 36px;
    color: var(--tm-blackish-btn);
    padding: 0;
    position: relative;
    margin-right: 35px;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: table-cell;
    margin-right: 25px;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-img {
    display: table-cell;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-author {
    display: table-cell;
    vertical-align: top;
    float: inherit;
    width: auto;
    margin: 0;
    text-align: left;
    padding-top: 5px;
}
.themetechmount-box-testimonial.themetechmount-testimonial-box-view-style12 {
    padding: 48px 35px 60px 60px;
    background-color: var(--tm-darkcolor-bg);
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-author:after {
    content: "";
    background-color: rgba(47, 47, 48, 1);
    -webkit-mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    mask: url(./images/left-quote.svg) no-repeat 100% 100%;
    position: absolute;
    bottom: 5px;
    top: auto;
    right: 50px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-author .themetechmount-box-title .themetechmount-author-name {
    color: var(--tm-skincolor-bg);
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-author .themetechmount-box-title .themetechmount-box-footer {
    color: rgba(255, 254, 254, 59%);
}

/**************blogbox style 9 css*****************/
.themetechmount-box-blog.themetechmount-box-topimage-style9 .post-item .themetechmount-box-content .tm-box-post-date {
    background-color: transparent;
}
.themetechmount-box-blog.themetechmount-box-topimage-style9 .post-item .themetechmount-box-content .tm-box-post-date {
    background-color: transparent;
    color: var(--tm-blackish-btn) !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: contents;
}
.themetechmount-box-blog.themetechmount-box-topimage-style9 {
    position: relative;
    transition: .5s;
    overflow: hidden;
}
.themetechmount-box-blog.themetechmount-box-topimage-style9 .post-item .themetechmount-box-content .themetechmount-box-desc {
    position: absolute;
    bottom: 40px;
    top: auto;
    left: 40px;
    right: auto;
    z-index: 1;
    transition: .5s;
    padding-right: 25px;
    width: 85%;
}
.themetechmount-box-blog.themetechmount-box-topimage-style9 .post-item .themetechmount-box-content .themetechmount-box-desc .entry-header .themetechmount-box-desc-text {
    color: #b2b1b1;
    opacity: 0;
}
.themetechmount-box-blog.themetechmount-box-topimage-style9:hover .post-item .themetechmount-box-content .themetechmount-box-desc {
    transition: all .5s ease;
    transform: translateY(-60px);
}
.themetechmount-box-blog.themetechmount-box-topimage-style9:hover .post-item .themetechmount-box-content .themetechmount-box-desc .entry-header .themetechmount-box-desc-text {
    opacity: 1;
}
.themetechmount-box-blog.themetechmount-box-topimage-style9 .post-item .themetechmount-box-content:before {
    background: linear-gradient(to bottom,rgba(4,62,76,0) 20%,#000 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.themetechmount-box-blog.themetechmount-box-topimage-style9 .post-item .themetechmount-box-content{
    overflow: hidden;
    position: relative;
}
.themetechmount-box-blog.themetechmount-box-topimage-style9 .post-item .themetechmount-box-content .tm-post-featured-outer-wrapper .tm-featured-wrapper img {
    height: 100%;
    width: 100%;
}
.themetechmount-box-topimage-style9:hover .tm-box-headerwrap {
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(0deg) translateY(-26px);
  transition: all .3s ease .2s;
}
.themetechmount-box-topimage-style9 .tm-box-headerwrap {
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(0deg) translateY(0px);
  transition: all .7s ease .2s;
}
.themetechmount-box-topimage-style9 .themetechmount-box-desc-text {
	opacity: 0;
	padding-top: 15px;
	position: absolute;
	transform-style: preserve-3d;
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transition: all .3s ease .2s;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.themetechmount-box-topimage-style9:hover .themetechmount-box-desc-text {
	transform-style: preserve-3d;
	transform: perspective(1200px) rotateX(0deg) translateY(-26px);
	opacity: 1;
	transition: all .7s ease .2s;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo.themetechmount-iconsize-large .tm-box-icon i {
    font-size: 50px;
}
/***************portfolio css *****************/
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .themetechmount-box-heading-wrapper {
    float: right;
}
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper.row.multi-columns-row {
    margin-top: 32px;
}
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .tm-sortable-wrapper.tm-sortable-wrapper-tm_portfolio_category {
    margin-top: -115px;
}
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .tm-sortable-wrapper-tm_portfolio_category ul li a.selected {
    background-color: transparent;
    color: var(--tm-skincolor-bg) !important;
    position: relative;
}
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .tm-sortable-wrapper-tm_portfolio_category ul li a:after {
    content: '';
    position: absolute;
    top: auto;
    bottom:-20px;
    left: 0;
    right: auto;
    background-color: #484849;
    height: 1px;
    width: 100%;
}
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .tm-sortable-wrapper-tm_portfolio_category ul li a.selected:after {
    background-color: var(--tm-skincolor-bg);
}
/************mailchimp css*****************/
.mailchimp-inputbox.tm-bolman-mail-textcolor .mailchimp-email input[type="email"] {
    background-color: transparent;
    border-bottom: 1px solid #434345;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding-left: 0;
}
.mailchimp-inputbox.tm-bolman-mail-textcolor .mailchimp-email {
    position: relative;
}
.mailchimp-inputbox.tm-bolman-mail-textcolor button.btn {
    position: absolute;
    top: 10px;
    bottom: auto;
    right: 0;
    left: auto;
    background-color: transparent;
    transform: rotatez(-60deg);
    padding-right: 0;
    color: var(--tm-skincolor-text);
    font-size: 18px;
    transition: .5s;
}
.mailchimp-inputbox.tm-bolman-mail-textcolor button.btn:hover {
    transform: none;
    transition: .5s;
}
.mailchimp-inputbox.tm-cta-mail button.tm-btn {
    top: -50px;
    bottom: auto;
    color: var(--tm-skincolor-text);
    border: unset;
}
.themetechmount-box-testimonial.themetechmount-testimonial-box-view-style12{
    position: relative;
}
.themetechmount-box-testimonial.themetechmount-testimonial-box-view-style12:before {
    content: "";
    background-color: #2f2f30;
    -webkit-mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    position: absolute;
    top: auto;
    bottom: 77px;
    left: auto;
    right: 100px;
    margin: 0 auto;
    width: 85px;
    height: 85px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    color: #fff;
}
.themetechmount-box-testimonial.themetechmount-testimonial-box-view-style12:hover:before {
    background-color: var(--tm-skincolor-bg) !important;
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner .themetechmount-iconbox-heading {
    padding-left: 10px;
}

/******************responsive site css******************/
@media(max-width:767px) {
.themetechmount-box-testimonial.themetechmount-testimonial-box-view-style12 {
    padding: 45px 30px 60px 30px;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-desc blockquote {
    margin-right: 0;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-author:after{
    right: -20px;
}
}
@media(max-width:479px) {
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-author:after{
    bottom: -55px;
}
.themetechmount-boxes-testimonial .themetechmount-box-author .themetechmount-box-title {
    margin-right: -15px;
}
ul.tm_listimgbox_list_content.themetechmount-listimgbox-styleone .tm-listimg-content {
    width: 100%;
    position: relative;
}
}
@media(max-width:1499px) {
.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h4.tm-fid-inner .tm-number-rotate, .tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h4.tm-fid-inner span {
    font-size: 60px;
    line-height: 70px;
}
.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h3.tm-fid-title span {
    font-size: 20px;
    line-height: 25px;
}
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .themetechmount-box-heading-wrapper {
    float: unset;
}
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .tm-sortable-wrapper.tm-sortable-wrapper-tm_portfolio_category {
    margin-top: 0;
}

}

@media(max-width:1024px) {
.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents {
    text-align: left;
}
.tm-fid-without-icon.tm-fid-view-topicon {
    padding-left: 0;
    padding-right: 0;
}
.tm_listimgbox_list_content.themetechmount-listimgbox-styleone .tm-listimg-content {
    width: 100% !important;
    padding-right: 30px;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap.active .award_picture img {
    opacity: 1;
    position: static;
}
}
@media(max-width:767px) {
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .tm-sortable-wrapper-tm_portfolio_category ul li a:after{
    bottom: 0;
}
.themetechmount-element-portfoliobox-overlay-style3 .themetechmount-boxes-inner .tm-sortable-wrapper-tm_portfolio_category ul li a {
    margin-bottom: 20px;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap{
    display: block;
}
.tm_listimgbox_list_content.themetechmount-listimgbox-styleone .tm-listimg-content:after{
    content: unset;
}
.tm_listimgbox_list_content.themetechmount-listimgbox-styleone .tm-listimg-content {
    width: 100% !important;
    padding-right: 0;
}
.themetechmount-listimgbox-styleone li .tm-listimg-content .tm-box-title{
    width: 100%;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap .award_picture img {
    visibility: visible;
    position: static;
    clip-path: unset;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap .award_picture {
    opacity: 1;
    position: relative;
}
.themetechmount-box-testimonial.themetechmount-testimonial-box-view-style12:before{
    content: unset;
}
}
@media(max-width:479px) {
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-desc blockquote{
    font-size: 18px;
    line-height: 28px;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-img img,
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-author{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-img{
    display: block;
}
.themetechmount-box-testimonial.themetechmount-testimonial-box-view-style12 {
    padding: 35px 30px 20px 30px;
}
}
.tmview-overlay-masnory .themetechmount-portfolio-box-view-overlay-style3 .themetechmount-box-overlay {
    padding: 29px 25px 23px 25px;
}

.themetechmount-element-portfoliobox-overlay-masnory.themetechmount-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-box-heading-wrapper:not(.tm-boxwithout-heading) .tm-element-heading-content-wrapper {
    flex: 0 0 45.33%;
    max-width: 45.33%;
}
.themetechmount-element-portfoliobox-overlay-masnory.themetechmount-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-box-heading-wrapper:not(.tm-boxwithout-heading) .tm-sortable-wrapper {
    flex: 0 0 54.33%;
    max-width: 54.33%;
}
.themetechmount-element-portfoliobox-overlay-masnory .tm-sortable-list .tm-sortable-link a {
    font-size: 15px;
    text-transform: unset;
}
@media(max-width:1199px) {
.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h4.tm-fid-inner .tm-number-rotate, .tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h4.tm-fid-inner span {
    font-size: 50px;
    line-height: 60px;
}
.tm-img-style1 .elementor-widget-container img {
    margin-top: 70px;
}
ul.tm_listimgbox_list_content.themetechmount-listimgbox-styleone .tm-listimg-content {
    width: 45%;
}
.themetechmount-testimonial-box-view-style12 .themetechmount-post-item .themetechmount-box-author:after{
    right: -7px;
}
.themetechmount-element-portfoliobox-overlay-masnory.themetechmount-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-box-heading-wrapper{
    flex-wrap: unset;
    display: block;
}
.themetechmount-element-portfoliobox-overlay-masnory.themetechmount-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-box-heading-wrapper:not(.tm-boxwithout-heading) .tm-sortable-wrapper, .themetechmount-element-portfoliobox-overlay-masnory.themetechmount-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-box-heading-wrapper:not(.tm-boxwithout-heading) .tm-element-heading-content-wrapper {
	width:100%;
	max-width: 100%;
}
}
body .tm-floatingbar-form input[type=email] {
    padding-right: 65px;
    color: #fff;
}