.site-header .main-navigation div > ul ul li.current-menu-item > a,
.ttm-business-copyright .social-icons li a:hover,
.site-header .main-navigation div > ul > li.current-menu-parent > a,
.site-header .main-navigation div > ul > li > a:hover,
.site-header .main-navigation div > ul > li.current-menu-item > a,
.site-header .main-navigation div > ul ul li.current_page_item > a,
.site-header .main-navigation div > ul ul li a:hover,
.skincolor {
	color: var(--prt-skincolor);
}
#primary {
  width: 100%;
}
.site-title {
	margin: 0;
	padding: 0;
	display: table;
	vertical-align: middle;
	width: 100%;
    font-size:33px;
}
.site-description {
	line-height: 100px;
    margin-bottom: 0;
    padding-left: 15px;
	font-size:16px;
	display:none;
}
.site-title a {
	display: table-cell;
	vertical-align: middle;
}
.site-title a .site-title-text {
	display: none;
}
.site-header .site-logo {
    display: flex;
    vertical-align: middle;
    text-align: center;
    margin-right: 80px;
}
#site-navigation-mobile {
	display: none;
	margin-left: auto;
}
#site-navigation-mobile .slicknav_menu {
	background: 0 0;
	padding: 0;
}
#site-navigation-mobile .slicknav_menu .slicknav_btn {
	margin: 0;
	width: auto;
	height: 35px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	background-color: #f1f1f1;
	padding: 10px;
	border-radius: 0;
}
#site-navigation-mobile .slicknav_menu .slicknav_icon {
	width: 22px;
	height: 17px;
	margin: 0;
}
#site-navigation-mobile .slicknav_menu .slicknav_icon .slicknav_icon-bar {
	width: 100%;
	height: 2px;
	background: #0a172a;
	box-shadow: none;
}
#site-navigation-mobile .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: 0;
}
#site-navigation-mobile .slicknav_nav {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	background: #fff;
	width: 100%;
	-webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
}
#site-navigation-mobile .slicknav_nav {
	padding: 10px 0;
	margin: 0;
	max-height: 350px;
	overflow: auto;
}
#site-navigation-mobile .slicknav_nav li {
	margin: 0 15px;
}
#site-navigation-mobile .slicknav_nav li .slicknav_arrow {
	float: right;
	font-size: 1em;
	display: block;
	padding: 0 10px;
	background: #f5f5f5;
}
.header-type-header_builder #site-navigation-mobile .slicknav_nav li .slicknav_arrow {
	padding: 0 10px 0 20px;
	margin: 0;
}
#site-navigation-mobile .slicknav_nav li>a {
	background: 0 0;
	color: #0a172a;
	line-height: 26px;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0;
	margin: 0;
}
#site-navigation-mobile .slicknav_nav li:last-child>a {
	border-bottom: none;
}
#site-navigation-mobile .slicknav_nav li>a a {
	color: #0a172a;
}
#site-navigation-mobile .slicknav_nav li.current-menu-item>a,
#site-navigation-mobile .slicknav_nav li.slicknav_open>a,
#site-navigation-mobile .slicknav_nav li.slicknav_open>a a {
	color: #0a172a;
}
#site-navigation-mobile .slicknav_nav li .sub-menu li {
	margin: 0;
}
#site-navigation-mobile .slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.slicknav_btn .slicknav_icon {
	width: 30px;
	height: 17px;
	position: relative;
	margin: 20px auto;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #d3531a;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.slicknav_btn .slicknav_icon span:nth-child(1) {
	top: 1px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.slicknav_btn .slicknav_icon span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.slicknav_btn .slicknav_icon span:nth-child(3) {
	top: 15px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: 3px;
}
.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
	left: 3px;
}
.site-main a, footer a, #masthead a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}


/* footer */
.prt-footer2-right,
.footer-right {
    text-align: right;
}
.prt-footer2-left, .prt-footer2-right {
    font-size: 14px;
}
.col-sm-12.prt-footer2-left, .col-sm-12.prt-footer2-right {
    line-height: 25px;
    text-align: center;
}
.content-area.col-lg-8 {
	-ms-flex: 0 0 68.3%;
	flex: 0 0 68.3%;
	max-width: 68.3%;
}
body.page-sidebar-yes .content-area.col-lg-8 {
	padding-bottom: 100px;
}
.single .content-area.col-lg-12,
.single-post .content-area.col-lg-8{
	padding-bottom: 70px;
}
.site-content .widget-area.col-lg-4 {
	-ms-flex: 0 0 31.7%;
	flex: 0 0 31.7%;
	max-width: 31.7%;
}
.page-template-full-width .content-area {
	flex: 0 0 100%;
	max-width: 100%;
}
.site-main {
	padding-top: 100px;
}
.page-template-full-width .site-main {
	padding-top: 0;
}
.site-content .sidebar {
	position: relative;
	margin-top: 100px;
	padding-bottom: 40px;
}
.search-results .site-main {
    padding-top:50px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.ttm-business-blog-classic {
  margin-bottom:45px;
}
.ttm-business-blog-classic .entry-title {
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 5px;
	margin-top: 0;
	word-break: break-word;
}
.ttm-business-blog-classic header .posted-on {
  display: block;
  position: absolute;
  top: -30px;
  width: 65px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  background-color: #fd972e;
  font-family: Rajdhani;
}
.ttm-business-blog-classic header .posted-on a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0;
}
.ttm-business-blog-classic header .posted-on a span {
  display: block;
  font-family: Muli, Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 16px;
}
.ttm-business-blog-classic footer.entry-footer {
  margin-top: 5px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  font-size: 14px;
}
.ttm-business-blog-classic .entry-meta-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.ttm-business-blog-classic .entry-meta-footer .entry-meta-container i {
    color: var(--prt-skincolor);
    padding-right: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
}
.ttm-business-blog-classic footer .entry-meta-container>span>i {
  margin-right:7px;
}
.ttm-business-blog-classic footer .entry-meta-container>span {
  margin-right: 15px;
}
.ttm-business-blog-classic blockquote {
  padding: 20px 30px;
  margin: 40px 0px 40px 0;
  border-left: 5px solid var(--prt-skincolor);
}
.ttm-business-blog-classic blockquote:before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: -80px;
  top: 30%;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
  color: #222;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
}
.ttm-business-blog-classic-inner .gallery {
  margin-bottom: 30px;
}
body article.without-image .posted-on,
body article:not(.has-post-thumbnail) .posted-on {
  display: none;
}
body article.without-image .ttm-business-blog-classic-inner,
body article:not(.has-post-thumbnail) .ttm-business-blog-classic-inner {
  padding-top: 30px;
}
.post.sticky .ttm-business-blog-classic-inner {
  border: 5px solid var(--prt-skincolor);
  position: relative;
}
.post.sticky .ttm-business-blog-classic-inner:after {
    content: "\f08d";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    position: absolute;
    color: #ffffff;
    opacity: 1;
    right: 0px;
    top: 0px;
    background-color: var(--prt-skincolor);
    padding: 0;
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    border-radius: 0;
}
.archive-description {
  margin-bottom: 30px;
}
body.blog .site-main article:last-of-type .ttm-business-blog-classic{
  margin-bottom: 0; 
}

.ttm-business-blog-classic .ttm-business-blog-content {
    padding: 20px 0 0 0;
    position: relative;
    display: block;
}
article:not(.has-post-thumbnail) .ttm-business-blog-classic .ttm-business-blog-content{
	padding:0px 0 0 0;
}
.ttm-business-blog-classic .prt-blogbox-footer a {
	font-size: 15px;
    padding: 11px 30px;
    background-color: var(--prt-greycolor);
    border: unset;
    border-radius: 0;
    color: #fff;
    font-family: "Roboto Slab", Sans-serif;
	margin-top: 10px;
    display: inline-block;
}
.ttm-business-blog-classic .prt-blogbox-footer a:hover {
	background-color: var(--prt-skincolor);
}
.ttm-business-blog-classic .entry-meta-footer .prt-meta-line {
    padding-right: 30px;
	position:relative;
}
.ttm-business-blog-classic .entry-meta-footer .prt-meta-line:after {
    position: absolute;
    content: "";
    height:20px;
    width: 1px;
    right: 19px;
    top: 0px;
    background-color:#6f7f90;
	opacity: 0.25;
}
.ttm-business-blog-classic .entry-meta-footer .prt-meta-line:last-child:after {
	content:unset;
}

/* post navigation */

.post-pagination {
	display: block;
    margin-bottom:30px;
    margin-top:50px;
    text-align: center;
}
.site-main .post-pagination .nav-links {
    margin: 0 auto;
}
.site-main nav.woocommerce-pagination ul li span,
.site-main nav.woocommerce-pagination ul li a,
.post-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height:40px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    color: var(--prt-greycolor);
    font-size: 15px;
    border-radius:0;
    margin: 0 3px 10px;
    padding: 0;
    border:1px solid;
    -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;
}
.site-main .next.page-numbers, 
.site-main .prev.page-numbers,
 .woocommerce nav.woocommerce-pagination ul li a.next,
 .woocommerce nav.woocommerce-pagination ul li a.prev {
    padding: 0 30px 0 25px;
    width: auto;
}
.site-main nav.woocommerce-pagination ul li .page-numbers.current,
.site-main nav.woocommerce-pagination ul li a:hover,
.post-pagination .page-numbers.current,
.post-pagination .page-numbers:hover {
    border-color: var(--prt-skincolor);
   background-color: var(--prt-skincolor);
    color:#fff;
}

/*=== Classic Leave a Reply ===*/
#respond label {
    margin: 0 0 15px !important;
    font-size: 16px;
    line-height: 30px;
    color: #6f7f90;
}

.prt-blog-classic-comment {
    padding: 55px;
    box-shadow: 0 0 20px -12px rgb(0 0 0 / 35%);
    border-radius:0px;
    margin-top: 60px;
}
.single-post .comments-area {
    margin-top: 0;
    margin-bottom: 0px;
}
.comments-area .comments-title, .single-post .comments-area .comments-title,
 #respond .comment-reply-title {
    font-size: 30px;
    line-height: 35px;
}
.comments-area ol.comment-list {
    margin-bottom: 30px;
}
.comment-list li.comment {
    position: relative;
    margin-top: 30px;
}
.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 40px;
    padding: 22px 20px 3px;
    position: relative;
    background-color: var(--prt-darkcolor);
    border: 1px solid var(--prt-darkcolor);
}
.comment-body:after, .comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent var(--prt-darkcolor) transparent var(--prt-darkcolor) !important;
    z-index: 1;
    content: "";
    left: -12px;
}
.trackback .comment-body {
    margin-left: 0;
}
.comment-author {
    float: left;
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}
.comment-author img {
    max-width: 100%;
    height: auto;
}
.comment-meta, .comment-meta a {
    font-size: 12px;
    display: block;
    font-size: 14px;
}
.prt-comment-owner {
    display: block;
    font-size: 18px;
    font-style: normal;
    margin-right: 8px;
}
.tm-comment-owner a {
    font-size: 16px;
    font-style: normal;	
}
.prt-comment-owner, .prt-comment-owner a, .comment-meta .prt-comment-owner a {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    color: var(--prt-greycolor);
}
.says {
    display: none;
}
.comment-body p {
    margin-top: 15px;
    display: block;
}
.comment-list a.comment-reply-link {
    border: 1px solid transparent;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px 5px 15px;
    position: relative;
    background-color: var(--prt-greycolor);
}
.comment-form input[type="submit"]:hover,
.comment-list a.comment-reply-link:hover {
	background-color: var(--prt-skincolor);
}
#respond .comment-reply-title {
    margin: 0px 0 15px !important;
}
.comments-area .comments-title, .single-post .comments-area .comments-title, #respond .comment-reply-title {
    font-size: 30px;
    line-height: 35px;
}
.comment-respond .comment-form .ttm-business-comment-form-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comment-respond .comment-form-url,
.comment-respond .comment-form-comment {
  width: 100%;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
  font-size: 30px;
  line-height: 32px;
}
.comments-area .comment-form .comment-form-cookies-consent{
  display: flex;
}
.comments-area .comment-form .comment-form-cookies-consent input{
  margin-top:-15px;
}
.comments-area .comment-form .comment-form-cookies-consent label{
  margin-left: 10px;
}
.comment-respond{
  margin-bottom: 30px;
}
.content-area.col-md-12 .comment-respond{
  margin-bottom: 0;
}
.comment-respond .comment-form p.form-submit{
  margin:0;
}
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}
.single .ttm-business-blog-classic {
    margin-bottom:0px;
}
.comment-form input[type="submit"] {
    background-color: var(--prt-greycolor);
    padding: 9px 25px 9px 25px;
}
.prt-hide {
    display: none;
}

/*=== Post Author Box ===*/

.post-author-box {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 45px 45px 25px 48px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-author-box .post-author-image {
  height: 140px;
  width: 140px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 35px;
  background-color: #fff;
}
.post-author-box .post-author-image .alignnone{
  margin:0;
  width: 140px;
  height: 140px;
}
.post-author-box .post-author-details {
  -webkit-flex-shrink: 160;
  -moz-flex-shrink: 160;
  -ms-flex-negative: 160;
  flex-shrink: 160;
}
.post-author-box .author-title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.ttm-business-page-title{
  text-align: center;
}
.ttm-business-page-title .page-title {
  font-size:56px;
  line-height:70px;
  color: #fff;
  margin: 0;
  word-wrap: break-word;
}
.ttm-business-page-title .breadcrumb {
  background: none;
  display: block;
  color: rgba(255, 255, 255, 0.80);
  margin: 20px 0 0 0;
  padding: 0;
}
.ttm-business-page-title .breadcrumb a {
  color: #fff;
  padding-right: 10px;
}
.ttm-business-page-title .breadcrumb span{
  margin-left: 10px;
}
.ttm-business-page-title .breadcrumb i {
  font-size: 11px;
  margin: 0 5px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.site-header-container {
  position: relative;
  z-index: 999;
}
.ttm-business-sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.site-header .contact-info {
  margin-left: auto;
}
.site-header .contact-info .contact-item i {
  font-size: 30px;
  line-height: 30px;
  color: #fd972e;
}
.site-header .contact-item {
  float: left;
  padding-left: 40px;
}
.site-header .contact-list span {
  display: block;
}
.site-header .contact-list span a {
  color: #666;
}
.site-header .site-logo img {
  height:42px;
}
.site-header .site-logo a {
  display: table-cell;
  vertical-align: middle;
}
.site-header .contact-list {
  padding-left: 15px;
  font-size: 13px;
  font-weight: 700
}
.site-header .contact-list .contact-label {
  font-family: Rajdhani, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #09162a;
}
.site-header .header-right-side {
	display: flex;
    align-items: center;
}
.site-header .ttm-business-header-button a {
  padding: 0px 26px;
  background-color: #fc952b;
  display: block;
  color: #fff;
  line-height: normal;
  font-weight: 700;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.site-header ul.social-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
      padding-left: 25px;
}
.site-header ul.social-info li {
  display: inline-block;
  margin-left: 10px;
}
.site-header ul.social-info li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    background: var(--prt-darkcolor);
    color: var(--prt-greycolor);
	border-radius: 2em;
}
.site-header ul.social-info li a:hover {
    background: var(--prt-skincolor);
	color:#fff;
}

/* Nav */

.site-header-bottom.ttm-business-bg-color-secondary {
  background: #09162a;
}
.site-header .main-navigation {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
.prt-header-menu-position-right .site-header .main-navigation {
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-left: auto;
}
.site-header .main-navigation div>ul>li>a {
  margin: 0 18px;
}
.site-header .main-navigation>div>ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}
.site-header .main-navigation div>ul>li {
  float: left;
  position: relative;
}
.site-header .main-navigation div>ul ul li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.site-header a.search-icon.search-popup-modal {
  display: block;
  color: #fff;
  padding: 0 20px;
  display: block;
}
@media (min-width: 1200px) {
  .site-header .main-navigation div>ul>li>ul,
  .site-header .main-navigation div>ul>li>ul ul {
    top: auto;
    border-top: 3px solid var(--prt-skincolor);
    width: 250px;
    padding: 0px;
    background: #fff;
  }
  .site-header .main-navigation div>ul>li>ul ul {
    left: 100%;
    top: -3px;
  }
  .site-header .main-navigation div>ul ul {
    text-align: left;
    position: absolute;
    display: block;
    line-height: 14px;
    margin: 0;
    list-style: none;
    left: 0;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    background-clip: padding-box;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
  }
  .site-header .main-navigation div>ul ul a {
    margin: 0;
    display: block;
    padding: 17px 20px 15px;
    position: relative;
    font-size: 14px;
    color: #18304b;
  }
  .site-header .main-navigation div>ul li:focus-within>ul,
  .site-header .main-navigation div>ul li:focus>ul,
  .site-header .main-navigation div>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }
  .container-fullwide.site-header-top {
		padding: 0 40px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
}
.ttm-business-footer-widgets-wrapper {
  padding-top: 70px;
  padding-bottom: 60px;
}
.site-footer .tm-widget-sep-on .widget_nav_menu {
    padding-left: 0;
}
.ttm-business-footer-widgets-wrapper .widget {
  background: none;
  padding: 0;
  margin: 0;
}
.site-footer .widget .widget-title {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 30px;
}
.ttm-business-footer-widgets-wrapper ul {
  margin: 0;
}
.ttm-business-footer-widgets-wrapper li {
  list-style: none;
}
.site-footer .widget ul>li:not(.wp-social-link) {
    padding: 0 0 10px 0;
}
/*=== Widget first ===*/

.ttm-business-footer-widgets-wrapper .footer-logo {
  display: block;
  margin-bottom: 20px;
}
.ttm-business-footer-widgets-wrapper a.btn.btn-outline-light.footer-button {
  border-radius: 0;
  border-width: 2px;
  font-size: 15px;
  padding: 15px 20px;
  font-weight: 600;
  margin-top: 10px;
  box-shadow: none !important;
}
.site-footer .widget ul.social-icons>li {
	padding: 0 15px 10px 0;
	display: inline-block;
}
.site-footer .widget .prt-separator-link {
	margin-bottom: 25px;
}
.site-footer .widget .prt-social-link>span {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
/*=== Widget Blog ===*/

.ttm-business-footer-widgets-wrapper .widget_ttm-business_recent_entries .ttm-business-post-image {
  width: 100px;
  margin-right: 10px;
}



/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
.ttm-business-searchform {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
button.ttm-business-search-button {
  position: absolute;
  height: 55px;
  width: 55px;
  right: 0;
  background-color: #fd972e;
  top: 0;
  padding: 0;
}
.mfp-inline-holder .mfp-content {
  position: static;
}
.mfp-close {
  top: 40px;
  right: 40px;
  opacity: 1;
}
body .button.mfp-close {
  color: #fff;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
section.error-404 {
  padding: 100px 0;
  text-align: center;
}
section.error-404 h1.page-title {
  font-size: 250px;
  line-height: 250px;
}
section.error-404 .search-form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
section.error-404 .search-submit{
	background-color:var(--prt-skincolor);
}
.prt-back-buttton {
	background-color: var(--prt-greycolor);
    color: #fff;
    padding: 10px 25px;
    margin-top: 15px;
    display: inline-block;
}
.prt-back-buttton:hover {
    color: #fff;	
}

/************header css****************/
.site-header-container.header-layout-1 .site-header .header-right-side .search-wrapper a {
    color:var(--prt-greycolor);
}
.site-header-container.header-layout-1 .site-header .align-items-center .site-logo {
   position: relative;
    padding-right:30px;
}
.site-header-container.header-layout-1 .site-header .align-items-center .header-right-side:before,
.site-header-container.header-layout-1 .site-header .align-items-center .site-logo:after {
	position: absolute;
    content: '';
    background-color: #eeeeee;
    width: 1px;
    height: 100%;	
	top:0px;
    bottom: auto;
}
.site-header-container.header-layout-1.prt-header-menu-position-center .main-navigation ul li.menu-item.current-menu-item>a {
    color: var(--prt-skincolor);
}
.site-header-container.header-layout-1 .site-header .align-items-center .site-logo:after {   
    left: auto;
    right: 0;
}
.site-header-container.header-layout-1 .site-header .align-items-center .header-right-side:before {
    left: 0;
    right: auto;
}
.site-header-container.header-layout-1 .site-header .align-items-center .header-right-side {
   position: relative;
}
.site-header-container.header-layout-1 .site-header .main-navigation ul li a:hover{
    color: var(--prt-skincolor);
}
.mailchimp-inputbox .mailchimp-email input::-webkit-input-placeholder {
    color:rgba(255,255,255,40%);
}
.mailchimp-inputbox .mailchimp-email input[type="email"] {
    background-color: transparent;
    position: relative;
    padding-left: 0;
    border: unset;
}
.mailchimp-inputbox.footer-mail .mailchimp-email{
  border-bottom: 1px solid #2b4159;
}
.mailchimp-inputbox .mailchimp-email i {
    position: absolute;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 68%;
    color: #6f7f90;
}
.prt-footer-info .prt-social-info .prt-number {
    display: inline-block;
}
.prt-footer-info .prt-social-info .prt-number h4 {
    font-size: 18px;
    line-height: 48px;
    font-family: 'Robotoslab';
}
.prt-footer-info .prt-social-info .prt-social-icon {
    display: inline-block;
    float: right;
}
.prt-footer-info .prt-social-info .prt-social-icon ul li {
    display: inline-block;
}
.prt-footer-info .prt-social-info .prt-social-icon ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-right: 5px;
}
.prt-footer-info .prt-social-info .prt-social-icon ul li a {
    border-radius: 50px;
    background-color: #142a42 !important;
    border-color: #142a42 !important;
    color: rgba(255,255,255,23%);
}
.footer-menu1 .menu-footer-menu-container ul {
    padding-left: 0;
    font-size: 16px;
    line-height: 34px;
}
.footer-address .textwidget.widget-text .prt-footer-add p {
    color: rgba(255,255,255,70%);
    font-size: 16px;
    line-height: 26px;
}
.footer-menu1 .menu-footer-menu-container ul li a:hover {
    color: var(--prt-skincolor);
}
.footer-menu1 {
    padding-left: 60px !important;
}
.footer-address {
    padding-left: 50px !important;
}
.prt-footer-info .prt-social-info .prt-social-icon ul li a:hover {
    background-color: var(--prt-skincolor) !important;
    border-color: var(--prt-skincolor) !important;
    color: #fff;
    transition: .5s;
}
.prt-footer-info .prt-social-info .prt-number h4 a:hover {
    color: var(--prt-skincolor);
}

/**************home1 contact css************/
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-3 .tm-contact-btn.tm-btn-color-transparent .elementor-button.elementor-size-md {
    background-color: var(--prt-skincolor);
    border: unset;
    border-radius: 0;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-6 {
    margin-bottom: 30px;
}
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-3 .tm-contact-btn.tm-btn-color-transparent .elementor-button.elementor-size-md:hover {
    background-color: var(--prt-greycolor);
}
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-6 .field-group p {
    margin-bottom:0px;
}
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-6 .field-group span.wpcf7-form-control-wrap {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    margin-bottom: 7px;
}
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-3 {
    max-width: 100% !important;
    margin: 20px 0 0px 0px;
}
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-6 .field-group span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: red !important;
    position: absolute;
}
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-6 .field-group span, .tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-6 .field-group .wpcf7-form-control-wrap .wpcf7-form-control {
    border: unset;
    color: #6f7f90;
    background-color: transparent;
}
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-6 .field-group .selection .select2-selection__rendered,
.tm-appoinment-form.tm-form-styleone.tm-contact2 .col-md-6 .field-group .wpcf7-form-control {
    padding-left: 0;
}
.mailchimp-inputbox .mailchimp-email input::-webkit-input-placeholder {
    color:rgba(255,255,255,40%);
}
.mailchimp-inputbox .mailchimp-email input[type="email"] {
    background-color: transparent;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    position: relative;
    border-color: #2b4159;
    padding-left: 0;
    padding-right: 35px;
    color: #fff;
}
.site-footer .first-footer .tm-container-for-footer > div > .row .widget-area .widget .menu li a:hover {
    color: #fff;
}
.mailchimp-inputbox .mailchimp-email i {
    position: absolute;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 68%;
    color: #6f7f90;
}
    .tm-social-info .tm-number {
    display: inline-block;
}
.tm-social-info .tm-social-icon {
    display: inline-block;
    float: right;
}
.mailchimp-inputbox {
    margin-bottom: 35px;
}
.first-footer-inner .row.multi-columns-row .widget-area.col-xs-12.col-sm-3 {
    margin-left: 78px;
    margin-right: -150px;
}
.first-footer-inner .row.multi-columns-row {
    padding-top: 30px;
}
.first-footer-inner .row.multi-columns-row .widget-area.col-xs-12.col-sm-3 .widget .menu-footermenu-container ul li a:before{
    content: unset;
}
.site-footer .first-footer .tm-container-for-footer > div > .row .widget-area .widget .menu li a {
    color: rgba(255,255,255,70%);
    padding-left: 0;
}
.tm-footer-info .tm-social-info .tm-number h4 {
    font-size: 18px;
    line-height: 28px;
}
.tm-footer-info .tm-social-info .tm-social-icon .themetechmount-social-links-wrapper ul li a {
    border-radius: 50px;
    background-color: #18304b !important;
    border-color: #18304b !important;
    color: rgba(255,255,255,23%);
}
.first-footer-inner .row.multi-columns-row .widget-area.col-xs-12.col-sm-3 h3.widget-title {
    margin-bottom: 15px;
}
.tm-footer-info .tm-social-info .tm-social-icon .themetechmount-social-links-wrapper ul li a:hover {
    color: #fff;
    background-color: #ff8c5f !important;
}

.site-footer .ttm-business-footer-widgets-wrapper {
    padding-bottom: 50px;
}

/*----------------Demo2-------------------*/
body .elementor-section.elementor-top-section:first-child {
    margin-top: -100px;
}
.tm-hide {
    display: none;
}
.elementor-progress-wrapper .elementor-progress-percentage {
    margin-top: -15px;
    background-color: transparent;
}
.tm-text-highlight .elementor-heading-title span {
    font-size: 85px;
    text-decoration: underline;
    text-decoration-color: #0078f9;
    text-decoration-thickness: 4px;
}
/*---contact form---*/
.tm-contactform-page textarea,
.tm-contactform-page input[type="email"],
.tm-contactform-page input[type="text"] {
    border-width: 0 0 1px;
    padding: 10px 0;
    border-color: rgba(0, 0, 0, 0.20);
    margin-bottom: 30px;
    font-family: 'Poppins';
}
.tm-contactform-page input[type="submit"] {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 17px 24px;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.tm-contactform-page input[type="submit"]:hover {
    border-color: #0078f9;
    color: #fff;
    background-color: #0078f9;
}
.tm-contactform-page textarea::-webkit-input-placeholder,
.tm-contactform-page input[type="text"]::-webkit-input-placeholder,
.tm-contactform-page input[type="email"]::-webkit-input-placeholder {
    color:rgba(0, 0, 0, 0.99);
    font-weight: 500;
    font-size: 16px;
}
.tm-contactform-page textarea {
    width: 100%;
}
/*-----Footer-----*/
.ttm-business-footer .widget .tm-firstlocate {
    padding-right: 70px;
}
.ttm-business-footer .widget .tm-firstlocate p a:hover {
    color: #0078f9;
}
.ttm-business-footer .widget-area:last-child {
    padding-left: 35px;
}
.ttm-business-footer .widget .tm-firstlocate p,
.ttm-business-footer .widget.widget_nav_menu.tm-footer-useful li a {
    color: rgba(255, 255, 255, 0.50) !important;
}
.ttm-business-footer .widget.widget_nav_menu.tm-footer-useful li a:hover {
    color: #0078f9 !important;
}
.ttm-business-footer .widget .tm-mailchimp-newsletter .mailchimp-email {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.ttm-business-footer .widget .mailchimp-inputbox.tm-mailchimp-newsletter input[type="email"] {
    padding: 0 45px 20px 0;
    border: none;
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    color: #fff;
    font-family: 'Poppins';
}
.mailchimp-inputbox.tm-mailchimp-newsletter {
    position: relative;
}
.ttm-business-footer .widget .mailchimp-inputbox.tm-mailchimp-newsletter button[type="submit"] {
    position: absolute;
    background-color: transparent;
    top: 0px;
    bottom: auto;
    right: 5px;
    color: #0078f9;
	box-shadow: unset;
}
.ttm-business-footer .widget .tm-radio {
    padding-top: 30px;
}
.ttm-business-footer .widget .tm-mailchimp-newsletter input[type="checkbox"] {
    opacity: 0;
    width: 0;
}
.ttm-business-footer .widget .tm-radio p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
}
span.checkmark {
    background-color: rgba(255, 255, 255, 0.21);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 50%;
}
.ttm-business-footer .widget .mailchimp-inputbox.tm-mailchimp-newsletter label {
    position: relative;
}
.ttm-business-footer .mailchimp-inputbox.tm-mailchimp-newsletter .checkcontain .checkmark:before {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    width: 9px;
    height: 9px;
    background-color: transparent;
    border-radius: 0;
}
.ttm-business-footer .mailchimp-inputbox.tm-mailchimp-newsletter .checkcontain .checkmark:after {
    transform: rotate(45deg);
    height: 10px;
    width: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 9px;
    top: 6px;
}
.ttm-business-footer .mailchimp-inputbox.tm-mailchimp-newsletter .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.ttm-business-footer .mailchimp-inputbox.tm-mailchimp-newsletter .checkcontain input:checked~.checkmark:after {
    display: block;
}
.widget .widget-title {
    margin-bottom: 21px;
}
.footer .footer-rows .first-footer .first-footer-inner {
    padding: 80px 0 70px;
}
.tm-footer-useful li {
    font-size: 14px;
}
.mailchimp-inputbox.tm-mailchimp-newsletter input[type="email"]:-webkit-input-placeholder {
    color:rgba(255, 255, 255, 0.60);
}
.ttm-business-footer-widgets-wrapper .tm-footer-useful ul {
    padding-left: 0;
}
.ttm-business-footer .widget.tm-footer-useful ul > li {
    padding: 0px 0px 12px 0;
}
.bottom-footer-text .footer-nav-menu li.menu-item.menu-item-type-custom.menu-item-object-custom {
    list-style: none;
    display: inline-block;
    padding-right: 14px;
}
.bottom-footer-text li.menu-item.menu-item-type-custom.menu-item-object-custom a {
    color: #fff;
}
.bottom-footer-text ul.footer-nav-menu li:last-child:after {
    content: "";
}
.bottom-footer-text ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}
.bottom-footer-text ul.footer-nav-menu {
    margin: 0;
}

/*********************demo3 css************************/
/******************free contact form css***************/
.tm-commonform.tm-contact-3 textarea,
.tm-commonform.tm-contact-3 input[type="email"],
.tm-commonform.tm-contact-3 input[type="text"] {
    border: unset;
    padding-left: 0;
}
}

.tm-contactform-01.tm-contact-3 .row .col-md-6 {
    margin-bottom: 30px;
}
.tm-contactform-01.tm-contact-3 .row .wpcf7-form-control-wrap {
    border-bottom: 1px solid #000000;
    display: block;
    margin-bottom: 7px;
}
.tm-contactform-01.tm-contact-3 .row  .col-md-6 {
    margin-bottom: 30px !important;
}
.tm-contactform-01.tm-contact-3 .row .col-md-6 {
    margin-bottom: 30px;
}
.tm-contactform-01.tm-contact-3 .row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
}
.tm-contactform-01.tm-contact-3 .row .col-md-6 p{
  margin-bottom: 0;
}
.wpcf7-form .tm-contact-3 .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 25px;
}
.tm-contact-3 .tm-contact-btn.elementor-widget-button {
    padding-top: 35px;
}
.tm-contact-3 .tm-contact-btn.elementor-widget-button .elementor-button {
    text-transform: capitalize;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1.5px;
    font-family: 'Montserrat';
    background-color: transparent;
    color: #000;
    border-color: #212121;
    border-width: 1px;
    border-radius: unset;
}
.tm-contact-3 .tm-contact-btn.elementor-widget-button .elementor-button:hover {
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
    color: #fff;
}
.elementor-social-icon span.elementor-screen-only {
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    width: auto;
    color: #000;
    line-height: 0px;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    overflow: visible;
    clip: unset;
    text-align: left;
}

/******footer css **************/
.site-footer .tm-widget-sep-on .ttm-business-footer .widget-area:first-child {
    padding-left: 0 !important;
}
.site-footer .first-footer .prt-link-menu ul li a:before{
    content: unset;
}
.footer .prt-link-menu .menu-item.menu-item-type-custom a:before{
    content: none;
}
.prt-first-col .textwidget.widget-text .prt-separator-link h3 a ,
.prt-footer-col2 .textwidget.widget-text .prt-widget-address a,
.prt-footer-widget .menu-footer-menu-container ul li a,
.prt-footer-widget .textwidget.widget-text a,
.prt-footer-col2 .textwidget.widget-text .prt-copyright a{
    color: #000;
}
.prt-first-col .textwidget.widget-text .prt-separator-link h3 a:hover ,
.prt-footer-col2 .textwidget.widget-text .prt-widget-address a:hover,
.prt-footer-widget .menu-footer-menu-container ul li a:hover,
.prt-footer-widget .textwidget.widget-text a:hover,
.prt-footer-col2 .textwidget.widget-text .prt-copyright a:hover{
    color: #27950a;
}
.prt-footer-widget .menu-footer-menu-container ul li {
    padding-bottom: 12px;
}
.prt-first-col {
    padding-right: 110px !important;
}
.prt-footer-widget {
    padding-left: 30px !important;
}
.prt-footer-widget .textwidget.widget-text {
    padding-left: 25px;
    padding-top: 20px;
}
.prt-footer-col2 .textwidget.widget-text .prt-copyright a {
    font-weight: 600;
}
.footer .prt-copyright {
    padding-top: 25px;
}
.prt-social-icon .icon1 li a {
    color: #888888;
    margin-right: 10px;
}
.prt-social-icon .icon1 li {
    display: inline-block;
}
.prt-social-icon {
    display: flex;
    padding-top: 25px;
}
.prt-social-icon ul.icon1 {
    padding-left: 15px;
}
.prt-separator-link:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 80%;
    background-color: #e2e2e2;
}
.edit-link a {
    background: #f7f7f7;
    padding: 10px 20px;
    display: inline-block;
    color: #6b6b6b;
}


/*** header search form ***/
.prt-search-overlay {
    position: absolute;
    top: 100%;
    right:0px;
    width: 400px;
    background: #ffffff;
    border-top: 3px solid var(--prt-skincolor);
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.prt-search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.prt-search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}

.prt-search-overlay .w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}
.prt-search-overlay .w-search-form-row:before {
    border-bottom-color:var(--prt-skincolor) !important
}
.prt-search-overlay .w-search-form-row:before {
    position: absolute;
    right: 27px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;
    content: " ";
}
.prt-search-overlay .prt-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 50px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    background-color: #f8f9fa;
    color: #333;
    width: 85%;
    line-height: 50px;
    float: left;
}
.prt-site-searchform button {
    background:var(--prt-skincolor);
    color: #000;
    top: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    outline: none;
    padding: 0;
    font-size: 12px;
}
.prt-search-overlay .prt-site-searchform button {
    font-size: 21px;
    width: 15%;
    border: 0;
    border-radius: 0;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;
}
.prt-container-for-header {
	position:relative;
}

/*** Top to bottom ***/
#totop {
	font-weight: 600;
    color: #fff;
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    line-height:43px;
    text-align: center;
    padding-top: 0px;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background-color:var(--prt-skincolor);
}
#totop.top-visible {
    font-size: 18px;
    height: 43px;
    width: 43px;
}
.site-header-container .site-header .header-right-side .search-wrapper a {
    font-size: 15px;
    line-height: 15px;
    width: 20px;
    display: inline-block;
}

/* social icons */

.site-footer .wp-block-social-links, .site-footer .wp-block-social-links.has-normal-icon-size {
    font-size: 20px;
}
.site-footer .wp-block-social-links .wp-social-link a {
    padding: 0.45em;
}

/* sidebar widget */

.site-header .main-navigation div>ul>li>a {
    font-family: Roboto Slab;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #18304b;
    letter-spacing: 0px;
    text-transform: none;
}
a:hover {
	color:var(--prt-skincolor);
}
.widget h2.widget-title {
    position: relative;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.sidebar .widget h2, .sidebar .wp-block-search__label {
    margin-bottom:15px;
    font-weight:400;
    font-family: "Roboto Slab", Sans-serif;
    position: relative;
    padding: 0 0 8px 0;
    display: block;
    margin-right: 0;
    margin-left: 0;
    font-size: 24px;
    line-height: 32px;
}
.sidebar .widget {
    margin-bottom: 0px;
    padding: 35px 0px 5px;
	position: relative;
	word-wrap: break-word;
}
.sidebar .widget:first-child{
	padding-top:0px;
}
.sidebar .widget > ul {
    padding: 0px 0;
}
.widget ul > li:not(.wp-social-link) {
    padding: 0px 0px 15px 0;
}
.widget ul, .widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar .widget_meta ul>li, .sidebar .widget_categories ul>li, .sidebar .widget_product_categories ul>li, .sidebar .widget_archive ul>li, .sidebar .widget_pages ul>li, .sidebar .widget.widget_nav_menu ul>li, .widget.prt_widget_nav_menu li, .sidebar .wp-block-latest-posts li {
    padding: 2px 0px !important;
    margin-bottom: 10px;
    background-color: transparent;
    border: 0 !important;
}
.sidebar .widget ul:not(.slides):not(.cart_list) > li:last-child {
    padding-bottom: 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list) > li:last-child, .widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.sidebar .widget ul:not(.slides):not(.cart_list) > li:first-child {
    border-top: none;
    padding-top: 0;
}
.widget_categories.widget ul>li ul, .widget_nav_menu.widget ul>li ul, .widget_pages.widget ul>li ul {
    margin-top: 10px;
}
.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
.sidebar .widget.widget_search {
    padding: 0;
    border: none;
    background-color: transparent;
}
.sidebar .wp-block-search__button {
   background-color:var(--prt-skincolor);
   color#fff;
}
.sidebar .widget a {
    -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;
}
.sidebar .wp-block-search__label {
	margin-bottom: 0px; 
}
.wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}
table.wp-calendar-table {
    margin-bottom:5px;
}
.site-content {
		position:relative;
}

body.search-results .site-content-inner,
body.blog .site-content-inner,
body.single-post .site-content-inner,
body.author .site-content-inner,
body.tag .site-content-inner,
body.archive .site-content-inner,
body.archive .site-content-inner {
    overflow: hidden;
	position: relative;
}
.page-sidebar-yes .site-content-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30.5%;
    z-index: -1;
    margin-right: -2px;
    width: 10px;
    left: auto;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0,0.10);
}
.site-content .widget-area.col-lg-4 {
    padding-left: 30px;
}

.prt-blog-cat {
    margin-bottom: 10px;	
}
.prt-blog-cat .prt-meta-line a {
    display: inline-block;
    background-color: #ddd;
    border-radius: 2em;
    padding:8px 15px;
    font-size: 14px;
    line-height: 14px;
	background-color:var(--prt-darkcolor);
	color:var(--prt-greycolor);
}
a.wp-block-button__link:not([href]):not([tabindex]),
.wp-block-button__link {
    color: #fff;
}

.wp-block-group.has-border-color.is-layout-constrained,
.wp-block-group.has-background.is-layout-constrained,
.wp-block-post-featured-image,
.wp-block-post-template.wp-block-post-template li,
.wp-block-buttons.is-layout-flex,
.wp-block-media-text,
.wp-block-button {
    margin-bottom: 1.5em;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}
.wp-block-image {
    margin: 0px 0px 1em;
}
.wp-block-image figcaption, .wp-block-image .aligncenter>figcaption {
    text-align: center;
}
.wp-block-image .aligncenter>figcaption,
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    text-align: center;
    font-style: italic;
}
.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child, .wp-block-gallery.is-cropped {
    margin-bottom: 10px;
}
.wp-block-search,.wp-block-audio {
    margin-bottom: 15px;
}
.wp-block-cover, .wp-block-cover-image {
    margin: 0 1.75em 1.5em 0;
}
.wp-block-search__button {
    background: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
}
.wp-block-group.has-background>.wp-block-group__inner-container {
    margin-bottom: 15px;
	    padding: 15px
}
.single-post article.post .entry-content ol li, .single-post article.post .entry-content ul li {
    padding-bottom: 8px;
}
.site-main .wp-block-categories-dropdown,
.site-main .wp-block-archives-dropdown {
    margin-bottom: 15px;
}
.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word;
}
.single #tribe-events .tribe-events-content p, .single article.post .entry-content p {
    margin-bottom: 20px;
}
.blocks-gallery-grid.alignleft:not(.has-nested-images), .wp-block-gallery.alignleft:not(.has-nested-images) {
    margin: 0.375em 1.75em 1.75em 0;
}
.single .wp-block-quote.is-large:not(.is-style-plain), .single .wp-block-quote.is-style-large:not(.is-style-plain) {
    padding: 25px 30px 25px 95px;
}
.wp-block-quote.is-style-large cite, .single article.post .wp-block-quote.is-style-large cite {
    display: inline-flex;
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px;
}
.post-password-required input[type="submit"] {
    background: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
}
.sidebar .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: 0;
}
.bottom-footer-text {
    padding-top: 25px;
    padding-bottom: 19px;
}
.page .comments-area {
    margin-bottom: 45px;
    margin-top: 25px;
}
.mailchimp-inputbox .mailchimp-email i {
    position: absolute;
    right: 20px;
    left: auto;
    top: auto;
    bottom: 47%;
    color: #6f7f90;
}
.prt-social-icon {
    padding-top: 0;
}
.site-footer .widget_nav_menu .menu-footer-menu-container ul {
    padding-left: 0;
}
.mailchimp-inputbox .mailchimp-email i {
    position: absolute;
    right: 0;
    height: 17px;
    left: auto;
    top: 0;
    bottom: 0;
    color: #6f7f90;
    margin: auto;
}
.mailchimp-inputbox.footer-mail .mailchimp-email {
    border-bottom: 1px solid #2b4159;
    position: relative;
}
.mailchimp-inputbox .mailchimp-email button {
    position: absolute;
    right: 0;
    height: 17px;
    left: auto;
    top: 0;
    bottom: 0;
    color: #6f7f90;
    margin: auto;
    background: transparent;
}
.tm-appoinment-form textarea::-webkit-input-placeholder,
.tm-appoinment-form input[type="text"]::-webkit-input-placeholder,
.tm-appoinment-form input[type="tel"]::-webkit-input-placeholder,
.tm-appoinment-form input[type="email"]::-webkit-input-placeholder {
 color: #6f7f90;
}
.prt-center-text {
	text-align:center;
}
article.sticky  .ttm-business-blog-classic {
  border:3px solid var(--prt-skincolor);
  padding:18px 25px 30px;
}
.wp-block-group.has-border-color .wp-block-group__inner-container p:last-child,
.wp-block-group.has-background .wp-block-group__inner-container p:last-child{
	margin-bottom:0px;
}
p.no-comments,
.single article.post .entry-content blockquote p:last-child,
.ttm-business-blog-classic blockquote p:last-child {
    margin-bottom:0px;
}
.comment-body blockquote {
    background-color: #fff;
}
.comment-body kbd {
	color:var(--prt-skincolor);
}
.comment-body table tbody tr, table thead tr,
.comment-body table tbody td, .comment-body table tbody th {
    border-color:rgba(0, 0, 0,0.10);
}
.comment-reply-title small a {
    color:var(--prt-greycolor);
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}
.comment-reply-title small a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f00d";
	font-weight: 900;
    vertical-align: top;
}
.prt-header-menu-position-center.redux-disabled .site-header .main-navigation {
    margin-right: 0px;
}
.site-header-container.header-layout-1.redux-disabled .site-header .align-items-center .header-right-side:before {
	content:unset;
}
.entry-content p a, .comment-content p a, .entry-content li a, .comment-content li a, .widget p a {
    text-decoration: underline;
}
.site-header .main-navigation div>ul>li.current_page_parent>a {
    color: var(--prt-skincolor);
}
.about-widget-box {
	margin-bottom: 25px;
}


.ttm-header-cta .tm-title, 
.ttm-header-cta .tm-subtitle {
	margin-bottom: 0;
    line-height: 25px;
}
.ttm-header-cta {
    padding-left:40px;	
}
.ttm-header-cta .tm-title {
    font-size: 20px;
}
.ttm-header-cta .tm-subtitle a:not(:hover) {
    color: #888888;
}

.site-footer .widget.widget_nav_menu ul li.tm-two-column {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 11px 0;
}
.site-footer .widget.widget_nav_menu ul li.tm-two-column:nth-child(even) {
    width: 40%;
    margin-left: 5%;
}
.bottom-footer-text.tm-border-above-1 {
    border-top: 1px solid rgba(255, 255, 255,0.18);
}

/* tm-mailchimp-form style1 */

.mailchimp-inputbox.tm-mailchimp-form.style1 {
    position: relative;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.mailchimp-inputbox.tm-mailchimp-form.style1 .mailchimp-email {
    display: flex;
}
.mailchimp-inputbox.tm-mailchimp-form.style1 input[type="email"] {
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    height: 50px;
    color: rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 26px;
}
.footer .mailchimp-inputbox.tm-mailchimp-form.style1 button[type="submit"] i {
    color: #fff;
}
.mailchimp-inputbox.tm-mailchimp-form.style1 button[type="submit"] {
    position: absolute;
    top: 0px;
    height: 50px;
    width: 40px;
    background-color: transparent;
    text-align: right;
    border: 0;
    z-index: 1;
    padding: 0;
    right: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border-radius: 0px;
}
.ttm-business-footer-widgets-wrapper .widget-area .widget:not(:first-child) {
    padding-top: 20px;
}
.site-footer .widget-area hr {
    border-color: rgba(255, 255, 255,0.18);	
}
.ttm-contactform-03 .row .col-md-6:nth-child(2) {
    padding-left: 5px;	
}
.ttm-contactform-03 .tm-contact-btn {
    padding-top: 5px;
}
.ttm-commonform.ttm-contactform-03 .tm-contact-btn input {
    background-color: transparent;
    border: 1px solid #ffff;
    border-radius: 10px;
}
.ttm-commonform.ttm-contactform-03 input.wpcf7-form-control.wpcf7-text {
    background-color: transparent;
    border: 2px solid rgb(223 223 223 / 21%);
    color: #fff;
    border-radius: 6px;
}
.ttm-commonform.ttm-contactform-03 input::-webkit-input-placeholder {
    color:rgba(255,255,255,0.41);
}
/*******************404page css*********************/
.page-sidebar-yes .site-content-inner:before{
  content: unset;
}
.site-header-container.header-layout-1 {
    border-bottom: 1px solid #eeeeee;
}
.site-content .site-content-inner .content-area .site-main {
    padding-top: 0;
}
.tab-style1 .tm-tab-style1 .tab-img img{
    width:100%;
}
.tab-style1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    position: relative;
    background-color: #fff;
    padding: 20px 64px 20px 54px;
    font-size: 18px;
    color: #161616;
    list-style: none;
    font-weight: 500;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 15px;
	text-align: center;
}
.tab-style1 .elementor-tabs .elementor-tabs-wrapper {
    position: relative;
    overflow: visible;
    display: flex;
}
.tab-style1 .elementor-tabs .elementor-tabs-wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: #000;
}
.tab-style1.elementor-widget-tabs .elementor-tab-content {
    padding: 20px 0;
}
.tab-style1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
    top: -4px;
    position: absolute;
    content: '';
    left: 49% !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.tab-style1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:after {
    background-color: #000;
}
.tab-style1  .tm-tab-style1 {
    display: flex;
}
.tab-style1 .tm-tab-style1 .tab-img {
    width: 50%;
}
.tab-style1 .tm-tab-style1 .tm-content {
    width: 50%;
    background-color: #f7f7f7;
    padding:60px 40px 50px 40px;
}
.tab-style1 .tm-tab-style1 .tm-content h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 33px;
    font-weight: 500;
    line-height: 45px;
}
.tab-style1 .tm-tab-style1 .tm-content ul.list-item li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.tab-style1 .tm-tab-style1 .tm-content ul.list-item {
    padding-left: 0;
}

.tab-style1 .tm-tab-style1 .tm-content ul.list-item i {
    padding-right: 12px;
}
.tab-style1 .tm-tab-style1 .tm-content hr {
    margin-top: 33px;
     padding-top: 10px;
}

.prt-mailchimp-form-style3 {
	max-width: 80%;
	position: relative;	
}
.prt-mailchimp-form-style3 button{
	font-size:15px;
	font-weight:500;
	background-color:#000;
 }
.prt-mailchimp-form-style3 button[type="submit"]{
	position: absolute;
	right: 0;
	border: 2px;
	padding-right: 0;
 }
.prt-mailchimp-form-style3 input[type="email"]{
    border: 1px;
	border-bottom: 1px solid;
	border-color: #1f2225;
	background: transparent;
	color: #fff;
	padding-left: 0;
}
.prt-mailchimp-form-style3 input[type="email"]::-webkit-input-placeholder,
.prt-mailchimp-form-style3 input[type="email"]::-webkit-input-placeholder,
.prt-mailchimp-form-style3 input[type="email"]::-webkit-input-placeholder,
.prt-mailchimp-form-style3 input[type="email"]::-webkit-input-placeholder {
	color: #dddddd;
}
.tm-callus-box p {
	margin-bottom:0px;
}

.site-footer .widget .tm-social-box ul.social-icons li {
	margin-right: 5px;
	display: inline-block;
	padding: 0;
}
.site-footer .widget .tm-social-box ul.social-icons>li a {
	height: 40px;
	border-radius: 50%;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--prt-skincolor);
	display: inline-block;
}
.tm-footer-quick-detailsbox{
	display:table;
	margin-top:0px;
	width:100%;
	margin-bottom:0rem;
}
.tm-callus-box{
	display:table-cell;
	vertical-align:top;
	margin-top:-4px;
}
.tm-social-box {
	display:table-cell;
}	
.tm-footer-quick-detailsbox a {
	text-decoration:none !important;
}
.single .content-area.col-lg-12,
body.page-sidebar-yes .content-area.col-lg-8 {
  padding-top: 100px;
}
body.page-sidebar-yes .post-pagination {
	margin-bottom: 0;
}
.archive:not(.page-sidebar-yes) .site-content .site-content-inner .content-area .site-main,
.blog:not(.page-sidebar-yes) .site-content .site-content-inner .content-area .site-main {
  padding-top: 100px;	
  padding-bottom:80px;	
}
.prt-header-menu-position-center.header-layout-2 .site-header .main-navigation {
    float: none;
    text-align: center;
    margin: auto;
	    width: 100%;
}
.site-header-container.tm-layout-full-wide .site-header .container {
	max-width:100%;
	padding:0 45px;
}
.site-header-container.tm-layout-full-wide .site-header .site-logo {
    text-align: left;
}
.site-footer .ttm-business-footer.row .menu-explore-menu-container ul > li {
    display: inline-block;
    width: calc( 45% - 2px);
    float: none;
    padding: 0px 0px 7px 0;
}
.header-layout-1 .prt-header-search-link {
	padding-left: 15px;	
}
.ttm-business-page-title-layer {
    position: absolute;
    width: 100%;
    height: 100%;	
}
.ttm-business-page-title {
	position: relative;
}
.ttm-business-footer.row {
	padding-left: 0;
    margin: 0;	
}
article.post p.tm-blockquote-authorname {
	padding-top: 15px;
}
.tm-header-cta-btn .elementor-button.style-outline {
	border: 1px solid;
    color: #ffffff;
    background-color: transparent;
    border-radius: 10px;
    transition: all .5s ease;
    font-size: 14px;
    padding: 17px 16px 17px 16px;
    border-color: #ffffff;
}
.tm-header-cta-btn .elementor-button.style-outline:hover {
    color: #000;
    background-color: #fff;
}
.ttm-commonform.ttm-contactform-28 .row p label {
    color: var(--prt-greycolor);
}
.ttm-commonform.ttm-contactform-28 .row p .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-28 .row p .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,80%);
}
.ttm-commonform.ttm-contactform-28 .row p .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
.ttm-commonform.ttm-contactform-28 .row p .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea{
    background-color: rgba(249, 249, 249, 1);
    border: 1px solid var(--prt-darkcolor);
    border-radius: 10px;
    font-size:14px;
}
.ttm-commonform.ttm-contactform-28 .tm-contact-btn input {
    border: 1px solid var(--prt-greycolor);
    color: var(--prt-greycolor);
    background-color: transparent;
    border-radius: 0px;
    transition: all .5s ease;
    font-size: 14px;
    padding: 10px 20px 12px 20px;
}
.ttm-commonform.ttm-contactform-28 .tm-contact-btn input:hover {
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
    color: #fff;
}
.ttm-commonform.ttm-contactform-28 .row {
    margin-bottom: 20px;
}
.ttm-business-blog-classic blockquote p.tm-blockquote-authorname {
    padding-top: 10px;
}
.site-footer .widget .prt-separator-link h3 {
    font-size: 27px;
    line-height: 37px;
}

/*****tab style 1 css************/
.tab-style1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    position: relative;
    background-color: #fff;
    padding:20px 15px 20px 15px;
    font-size: 18px;
    color: #161616;
    list-style: none;
    font-weight: 500;
}
.tab-style1 .elementor-tabs .elementor-tabs-wrapper {
    position: relative;
    overflow: visible;
    display: flex;
}
.tab-style1 .elementor-tabs .elementor-tabs-wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: #000;
}
.tab-style1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
    top: -4px;
    position: absolute;
    content: '';
    left: 49% !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.tab-style1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:after {
    background-color: #000;
}
.tab-style1  .tm-tab-style1 {
    display: flex;
}
.tab-style1 .tm-tab-style1 .tab-img {
    width: 50%;
}
.tab-style1 .tm-tab-style1 .tm-content {
    width: 50%;
    background-color: #f7f7f7;
    padding:60px 30px 50px 40px;
}
.tab-style1 .tm-tab-style1 .tm-content h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 33px;
    font-weight: 500;
    line-height: 45px;
}
.tab-style1 .tm-tab-style1 .tm-content ul.list-item li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.tab-style1 .tm-tab-style1 .tm-content ul.list-item {
    padding-left: 0;
}

.tab-style1 .tm-tab-style1 .tm-content ul.list-item i {
    padding-right: 12px;
}
.tab-style1 .tm-tab-style1 .tm-content hr {
    margin-top: 33px;
     padding-top: 10px;
}
.ttm-contactform-07 input[type="submit"]:hover {
    background-color: #fff;
    color: var(--prt-skincolor);
}
.ttm-commonform.ttm-contactform-07 input[type="text"]{
    margin-bottom: 0px;
    display:block;
    padding-top:5px;
    background-color: transparent;
    display:inline-block;
    border:unset;
    border-bottom: 1px solid #d2d2d2 !important;
    display: block;
}
.wpcf7-form-control-wrap input{
    position:relative;
}
.ttm-commonform.ttm-contactform-07 input[type="email"]{
    border: unset;
    color: #6f7f90;
    background-color: transparent;
    padding: 11px 0 5px;
    border-bottom: 1px solid #d2d2d2 !important;
}
.ttm-commonform.ttm-contactform-07 textarea{
    border: unset;
    color: #6f7f90;
    background-color: transparent;
    padding: 11px 0 5px;
    border-bottom: 1px solid #d2d2d2 !important;
}
.ttm-commonform.ttm-contactform-07 input[type="text"]{
    border: unset;
    color: #6f7f90;
    background-color: transparent;
    padding: 11px 0 5px;
}
.ttm-contactform-07 input[type="submit"] {
    border-radius: 5px;
}
.ttm-commonform.ttm-contactform-07 .field-group .wpcf7-form-control-wrap input::-webkit-input-placeholder {
    color: rgba(0,0,0,70%);
    font-family: 'inter';
    font-size: 14px;
    line-height: 24px;
}
.ttm-commonform.ttm-contactform-07 .tm-submit-btn {
    padding-top: 16px;
}
.ttm-commonform.ttm-contactform-07 .tm-submit-btn input.wpcf7-form-control:hover {
    background-color: var(--prt-skincolor);
    color: #fff;
}
.ttm-commonform.ttm-contactform-07 .tm-submit-btn input.wpcf7-form-control {
    font-size: 16px;
}

/* Marketing Agency demo */

span.tm-highlight {
    background: #ffffff;
    color: var(--prt-skincolor);
}
.tm-accordion-style1 .elementor-accordion-item {
    margin-bottom: 30px;
}
.tm-testinonial-shape{
    position: relative;
}
.tm-testinonial-shape:after {
    position: absolute;
    content: "";
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -20px;
    left: 0;
    z-index: 11;
    display: block;
     }
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em;
    background-color: #3c7cc0;
    color:#ffffff
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon{
    height: 32px;
    width: 32px !important;
    line-height: 32px;
    text-align: center !important;
    background-color: var(--prt-skincolor);
    font-size: 11px;
    margin-top: 20px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
   color: #ffffff;
   margin-top: 1px;
}
.tm-footer-iconcolor .tm-social-box .social-icons>li a {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255,0.15);
    font-size: 14px;
}
.tm-highlight-text{
	font-weight:700;
}
.tm-commonform.tm-contactform-19 input[type=text],
.tm-commonform.tm-contactform-19 input[type="email"],
.tm-commonform.tm-contactform-19 textarea{
    border-radius: 10px;
    border: 0;
}
.tm-commonform.tm-contactform-19  .tm-contactform-19-title{
    font-weight:700;
    color:#000000;
    }
.tm-commonform.tm-contactform-19 .contact-form-submitbtn p {
    margin-bottom: 0;
}
.tm-commonform.tm-contactform-19  .tm-contactform-message {
    padding-top: 22px;
}
.tm-commonform.tm-contactform-19.tm-checkbox {
    padding-left: 30px;
    padding-top: 70px;
 }
.tm-commonform.tm-contactform-19 textarea {
    margin-top: 15px;
    margin-bottom: 45px;
}
.tm-commonform.tm-contactform-19 input[type="submit"] {
    border: 0;
    border-radius: 0;
}
.tm-contactform-19 input[type="submit"]:hover{
    background-color:#2d71b6;
}
.tm-contactform-19 .tm-checkbox{
    margin-left:-35px;   
    color:#000;
    margin-top:10px;
    }
.tm-commonform.tm-contactform-19 .contact-form-submitbtn{
    display: flex;
    margin-top: 0px;
}
.header-layout-3 .site-header .site-logo {
    text-align: left;
    margin-right: 0;
}
.header-layout-3.prt-header-menu-position-center .site-header .main-navigation {
    text-align: center;
    margin: 0 auto;
}
.header-layout-3.prt-header-menu-position-center .site-header .header-right-side {
    display: block; 
}
.prt-highlighttext-btag span:after{
	display: block;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -3px;
	background-color:#ffffff;
	-webkit-mask:url(/wp-content/themes/ttm-business/images/crossline.png) no-repeat 100% 100%);
	z-index: -1;
}
.elementor-social-icon span.elementor-screen-only {
	display: none;
}
.tm-header-layout-3 .site-header .main-navigation div>ul>li>a {
    margin: 0 17px;
}
.tm-header-layout-3 .tm-header-cta-btn .elementor-button.style-outline {
    font-size: 13px;
    padding: 13px 20px 13px 20px;
    border-radius:0;
 }
 .site-title-text {
	display: table;
	height: 100%;
}