@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

.tme-col-12 {
	width: 100%;
	float: left;
}
.tme-col-11 {
	width: 91.66666667%;
	float: left;
}
.tme-col-10 {
	width: 83.33333333%;
	float: left;
}
.tme-col-9 {
	width: 75%;
	float: left;
}
.tme-col-8 {
	width: 66.66666667%;
	float: left;
}
.tme-col-7 {
	width: 58.33333333%;
	float: left;
}
.tme-col-6 {
	width: 50%;
	float: left;
}
.tme-col-5 {
	width: 41.66666667%;
	float: left;
}
.tme-col-4 {
	width: 33.33333333%;
	float: left;
}
.tme-col-3 {
	width: 25%;
	float: left;
}
.tme-col-2 {
	width: 16.66666667%;
	float: left;
}
.tme-col-1 {
	width: 8.33333333%;
	float: left;
}
.tme-clear {
	clear: both;
}

.tme-elements-wrap li, .tme-elements-wrap h1, .tme-elements-wrap h2, .tme-elements-wrap h3, 
.tme-elements-wrap h4, .tme-elements-wrap h5, .tme-elements-wrap h6 {
	letter-spacing: -0.035em !important;
    font-family: "Montserrat",sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
	line-height: 1.1 !important;
	margin: 0 !important;
}

@-webkit-keyframes tme-bob {
	0%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
	50%{-webkit-transform:translateY(-4px);transform:translateY(-4px);}
	100%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
}
@keyframes tme-bob {
	0%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
	50%{-webkit-transform:translateY(-4px);transform:translateY(-4px);}
	100%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
}
@-webkit-keyframes tme-bob-float {
	100%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
}
@keyframes tme-bob-float {
	100%{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
}
@-webkit-keyframes tme-pulse {
  25% {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  75% {
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}
@keyframes tme-pulse {
  25% {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  75% {
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}

/* header */
.logged-in.admin-bar header {
	padding-top: 32px;
}
header .hm1.x-bar.x-bar-top.x-bar-h {
	background: #00a2e2;
}

/* what you can expert element */
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-header h2 {
	color: #272727;
    text-align: center;
    text-transform: none;
    font-size: 37px;
    padding-bottom: 25px;
	position: relative;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-header h2:before {
	content: "";
	position: absolute;
	width: 20%;
	height: 3px;
	background-color: #e14c43;
	bottom: 0;
	left: 40%;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content {
	margin-top: 50px;
    display: table;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: hsl(215, 16%, 23%);
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-what-you-can-expert-col {
	display: table-cell;
	border-right: 1px solid hsl(215, 16%, 23%);
	position: relative;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-what-you-can-expert-col .tme-table {
	width: 100%;
    position: absolute;
    left: 0;
    top: 42px;
	font-size: 0;
    height: calc(100% - 42px);
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-what-you-can-expert-col .tme-what-you-can-expert-col {
    display: inline-block;
	vertical-align: top;
	height: 100%;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-headline h3 {
	color: hsl(0, 0%, 100%);
    background: #3A424D;
    padding: 10px;
    font-size: 20px;
    text-align: center;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-what-you-can-expert-col:nth-child(2) .tme-headline h3 {
    background: #323A45;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-what-you-can-expert-col:nth-child(3) .tme-headline h3 {
    background: #2A323D;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content {
    padding: 20px;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content .tme-step {
	margin-bottom: 15px;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content .tme-step h4 {
    font-size: 28px;
	color: #dc1f73;
	margin-bottom: 5px !important;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content .tme-step-2 h4 {
	color: #269dc3;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content .tme-step-3 h4 {
	color: #eb8a39;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content .tme-step-4 h4 {
	color: #2fab51;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content .tme-step h5 {
	font-size: 24px;
    color: #272727;
    text-transform: none;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content > ul {
	margin: 0 0 15px;
    list-style: none;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content > ul > li {
	font-weight: 100 !important;
    color: #272727;
    line-height: 1.5 !important;
    font-size: 15px;
}
.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-content .tme-text p {
	color: #1f1f26;
	font-size: 15px;
	margin: 0;
}

/* text box element */
.tme-text-box-wrap .tme-text-box-sub-title {
	text-align: left;
    letter-spacing: 0.2em;
    font-family: Poppins;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.tme-text-box-wrap .tme-text-box-title {
	font-size: 36px;
    line-height: 42px;
    text-align: left;
    font-family: Poppins;
    letter-spacing: 0px;
    font-weight: 600;
	margin-bottom: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.tme-text-box-wrap .tme-text-box-content {
	margin-bottom: 30px;
}
.tme-text-box-wrap .tme-text-box-content p {
	 font-family: Poppins;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #686876;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin: 0;

}
.tme-text-box-wrap .tme-text-box-button a {
	font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    min-width: 180px;
    padding: 10px 40px;
    display: inline-block;
    z-index: 0;
	position: relative;
}
.tme-text-box-wrap .tme-text-box-button a:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tme-text-box-wrap .tme-text-box-button a:hover:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
    transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}

/* icon box element */
.tme-icon-box-wrap.tme-icon-box-horizontal {
	font-size: 0;
}
.tme-icon-box-wrap .tme-icon-box-media {
	margin-bottom: 15px;
	text-align: center;
}
.tme-icon-box-wrap.tme-icon-box-horizontal .tme-icon-box-media {
	display: inline-block;
    width: 100px;
    vertical-align: middle;
    margin: 0;
}
.tme-icon-box-wrap:hover .tme-icon-box-media {
	color: #00c282;
    -webkit-animation-name: tme-bob-float, tme-bob;
    animation-name: tme-bob-float, tme-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
.tme-icon-box-wrap .tme-icon-box-media img {
	margin: 0;
	height: 50px;
}
.tme-icon-box-wrap .tme-icon-box-media i {
	font-size: 50px;
    height: 50px;
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    vertical-align: middle;
    line-height: 52px;
}
.tme-icon-box-wrap:hover .tme-icon-box-media i {
	color: #00c282;
}
.tme-icon-box-wrap.tme-icon-box-horizontal .tme-icon-box-content {
	display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle;
}
.tme-icon-box-wrap .tme-icon-box-title {
	position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
	font-family: Poppins;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
	text-align: center;
    color: #171721;
	-webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.tme-icon-box-wrap .tme-icon-box-title:after {
	-wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 35px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tme-icon-box-wrap.tme-icon-box-horizontal .tme-icon-box-title {
	padding: 0;
    margin-bottom: 5px
}
.tme-icon-box-wrap.tme-icon-box-horizontal .tme-icon-box-title:after {
	display: none;
}
.tme-icon-box-wrap:hover .tme-icon-box-title:after {
	width: 50px;
    background: #00c282;
}
.tme-icon-box-wrap .tme-icon-box-desc p {
	font-family: Poppins;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #686876;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin: 0;
	text-align: center;
}

/* background icon box element */
.tme-background-icon-box-wrap {
	position: relative;
	overflow: hidden; 
}
.tme-background-icon-box-wrap:hover:before {
	content: "";
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2;
	z-index: -1;
}
.tme-background-icon-box-wrap .tme-background-icon-box-title {
    font-size: 60px;
    line-height: 60px;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
}
.tme-background-icon-box-wrap .tme-background-icon-box-sub-title {
    font-size: 24px;
    line-height: 24px;
    font-family: Poppins;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 15px;
}
.tme-background-icon-box-wrap .tme-background-icon-box-content p {
    font-family: Poppins;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin: 0;
}
.tme-background-icon-box-wrap .tme-background-icon-box-media i {
	-wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 220px;
    font-size: 220px;
    z-index: 1;
    opacity: 0.3;
    -wekbit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.tme-background-icon-box-wrap:hover .tme-background-icon-box-media i {
	opacity: 0.25;
    bottom: 50%;
    right: 50%;
    -wekbit-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
}

/* carousel nav */
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-prev,
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-next {
	-wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 50px;
    height: 50px;
    padding: 4px;
    text-align: center;
    color: #0a6edd !important;
    background: transparent;
    border: 1px solid #e5e5e5; 
	top: calc(50% - 27px);
    opacity: 0;
}
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-prev {
	left: -50px;
}
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-next {
	right: -50px;
}
.tme-carousel-wrap:hover .tme-carousel-list .owl-controls .owl-nav .owl-prev {
	opacity: 1;
	left: 0;
}
.tme-carousel-wrap:hover .tme-carousel-list .owl-controls .owl-nav .owl-next {
	opacity: 1;
	right: 0;
}
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-prev:hover,
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-next:hover {
	color: #ffffff !important;
    background: transparent;
    border-color: #0a6edd;
}
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-prev i,
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-next i {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 40px;
    background: #e5e5e5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	margin-left: 0.1px;
	margin-left: 0.1px;
    line-height: 40px;
}
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-next i {
	margin-left: 0px;
}
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-prev:hover i,
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-next:hover i {
	background: #0a6edd;
}
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-prev i:before {
	margin-left: -2px;
}
.tme-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-next i:before {
	margin-left: 2px;
}

/* images carousel element */
.tme-images-carousel-wrap {
	position: relative;
}
.tme-images-carousel-wrap .tme-images-carousel-items {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.tme-images-carousel-wrap .owl-item.active:last-child .tme-images-carousel-items {
	border-right: 0;
}
.tme-images-carousel-wrap .tme-images-carousel-items .tme-images-carousel-item {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}
.tme-images-carousel-wrap .tme-images-carousel-items .tme-images-carousel-item:last-child {
	border-bottom: 0;
}
.tme-images-carousel-wrap .tme-images-carousel-items .tme-images-carousel-item img {
	margin: 0;
	transition: all 0.4s;
    width: 100%;
    height: auto;
	border-radius: 0;
}
.tme-images-carousel-wrap .tme-images-carousel-items .tme-images-carousel-item:hover img {
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* team carousel */
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item .tme-team-thumb {
	position: relative;
    float: left;
    width: 120px;
    height: 120px;
    border: 5px solid rgba(17,17,17,0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item .tme-team-thumb:before {
	-wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,41,62,0.75);
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item:hover .tme-team-thumb:before {
	opacity: 1;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item .tme-team-thumb img {
	width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	background-color: #bebebe;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item .tme-team-thumb i {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: absolute;
    top: 0;
    right: -12px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    background: #00c282;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item:hover .tme-team-thumb i {
	 -webkit-animation-name: tme-pulse;
    animation-name: tme-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item .tme-team-content {
	padding: 5px 20px 0 0;
    position: absolute;
    left: 150px;
    width: calc(100% - 150px);
    height: 100%;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item .tme-team-content .tme-team-inner {
	position: absolute;
    left: 0;
    bottom: 0;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item .tme-team-content .tme-team-desc {
	font-family: Poppins;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin: 0;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item .tme-team-content .tme-team-name {
	display: inline-block;
    font-size: 16px;
    line-height: 24px !important;
    text-transform: uppercase;
    margin: 0 10px 0 0 !important;
    color: #ffffff;
	font-weight: 600 !important;
}
.tme-images-carousel-wrap .tme-team-carousel-items .tme-team-carousel-item .tme-team-content .tme-team-position {
	display: inline-block;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    color: #00c282;
}

/* post type carousel element */
.tme-post-type-carousel-wrap .tme-post-type-carousel-item {
	background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
	padding: 20px;
	position: relative;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-media {
	height: 70px;
	margin-bottom: 20px;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-media img {
	margin: auto;
    height: 100%;
    width: auto;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-desc {
	font-family: Poppins;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin: 0;
	height: 300px;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-avatar {
	position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-avatar img {
	margin: 0 auto;
    border-radius: 50%;
    width: 60px;
    margin-bottom: 15px;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-avatar a {
	font-size: 14px;
    color: #363636;
    font-weight: 600;
    margin: 0;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-avatar a:hover {
    color: #0a6edd;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-video {
	margin-bottom: 20px;
	position: relative;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-video:before {
	border-radius: 10px;
    content: "";
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	background: rgba(0, 0, 0, 0.4);
    z-index: 9;
	transition: all 0.5s;
	opacity: 1;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-video:hover:before {
	opacity: 0;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-video img {
	height: auto;
    width: 100%;
	max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin: auto;
}
.tme-post-type-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-video .video-icon {
	position: absolute;
    top: calc(50% - 41px);
    left: calc(50% - 42px);
	z-index: 99;
}
.tme-tm_team-carousel-wrap .tme-post-type-carousel-item {
	padding: 0;
}
.tme-tm_team-carousel-wrap .tme-post-type-carousel-item .tme-post-type-carousel-desc {
	height: 100px;
}
.tme-post-type-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-prev {
	left: -80px;
	opacity: 1;
}
.tme-post-type-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-next {
	right: -80px;
	opacity: 1;
}
.tme-post-type-carousel-wrap:hover .tme-carousel-list .owl-controls .owl-nav .owl-prev {
	left: -80px;
}
.tme-post-type-carousel-wrap:hover .tme-carousel-list .owl-controls .owl-nav .owl-next {
	right: -80px;
}
.tme-tm_team-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-prev,
.tme-tm_team-carousel-wrap .tme-carousel-list .owl-controls .owl-nav .owl-next {
	top: calc(30%);
}

/* single */
.tme-single-wrap {
	padding-top: 120px;
	padding-bottom: 60px;
	text-align: center;
	max-width: 60%;
	margin: auto;
}
.tme-single-wrap .tme-single-video {
	position: relative;
	margin: auto;
}
.tme-single-wrap .tme-single-video .ratio {
	width: 100%;
}
.tme-single-wrap .tme-single-video iframe {
	position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
.single-tm_team,
.single-tm_testimonial {
	background-color: #f9f9f9;
} 

@media (max-width: 467px) {
	.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-what-you-can-expert-col {
		width: 100% !important;
		border-right: 0;
		display: block;
	}
	.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-what-you-can-expert-col .tme-table {
		position: relative;
		height: auto;
		top: 0;
	}
	.tme-what-you-can-expert-wrap .tme-what-you-can-expert-content .tme-what-you-can-expert-col .tme-what-you-can-expert-col {
		display: block;
		height: 100%;
		width: 100% !important;
	}
}