


/*Layout section*/

.tm-overlap-row {
    position: relative;
    z-index: inherit !important;
}

.tm-thumb-box {
    padding: 0;
	border:10px solid #fff;
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}
.tm-thumb-box-inner {
    position: relative;
    max-height: 450px;
    overflow: hidden;
    background-color: #fff;
}
.tm-thumb-box-inner.tm-thumbbox-headerinner {
    max-height: 650px;
}
.tm-thumb-box .inside {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
    background: rgba(2, 11, 31, 0.9);
    opacity: 0;
    transition: all .3s ease-in-out;
    padding: 0px;
}
.tm-thumb-box:hover .inside {
    opacity: 1;
    height: 100%;
    transform: scale(1.1);
}
.tm-thumb-box .inside .button {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 14px;
    z-index: 10;
    display: block;
    border: 0;
    margin: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
    background-color: #ff5e14;
    padding: 8px 28px;
    margin-top: 25px;
}
.tm-thumb-box:hover .inside .button {
    opacity: 1;
}
.tm-thumb-box:hover .inside .button:hover {
    background-color: #fff;
    color: #f9520b;
}
.tm-thumb-box .tm-thumb-box-inner h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    bottom: 50%;
    top: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    margin-top: -51px;
}
.tm-thumb-box .tm-thumb-box-inner h3 span {
    color: #393939;
    font-size: 20px;
    font-weight: 600;
}
.tm-thumb-box .tm-thumb-box-inner h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #393939;
}
.tm-thumb-box h3 a:hover {
    color: #18c471
}
.tm-sbox .tm-vc_cta3-content-header h2 {
	font-size: 19px;
    font-weight: 600;
    color: #2c2c2c;
}
.screenbg .vc_row .vc_col-sm-6:first-child .wpb_wrapper,
.screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner,
.screenbg .vc_row .vc_col-sm-6:first-child{
    position: static;
}
.screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner .wpb_single_image{
    position: absolute;
    width: 82%;
    margin-left: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}
.screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner .wpb_single_image img{
    width: 90%;
}

.tm-list.tm-list-style-icon.ttm-liststyle-two li {
    font-weight: 600;
	font-size: 19px;
	padding-bottom: 12px;
}
.tm-list.tm-list-style-icon.ttm-liststyle-two .tm-list-li-content {
    padding-left: 30px;
}

@media (max-width:1500px){
    .screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner .wpb_single_image img {
        width: 76%;
    }
}
@media (max-width:1200px){
    .screenbg .vc_row .vc_col-sm-6:first-child .vc_column-inner .wpb_single_image img {
        width: 76%;
    }
    .screenbg > .vc_row > .vc_col-sm-6:first-child{
        display: none;
    }
    .screenbg > .vc_row > .vc_col-sm-6{
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width:800px){
    .screenbg > .vc_row > .vc_col-sm-6{
        width: 50%;
    }
    .themefeature .vc_col-sm-6:first-child .tm-sbox:before{
        display: none;
    }
    .themefeature .vc_col-sm-6 .tm-sbox:after{
        border: none;
    }
}
@media (max-width:767px){
    .ipad-screen.vc_col-sm-6 .wpb_single_image{
        margin-top: 0 !important;
    }

}

.screenbg{
    overflow: hidden;
}



.themefeature .vc_col-sm-6 .tm-sbox{
    padding: 30px 55px;
    position: relative;   
}
@media (max-width:500px){
    .screenbg > .vc_row > .vc_col-sm-6 {
        width: 70%;
    }
    .themefeature .vc_col-sm-6 .tm-sbox {
        padding: 30px 34px;  
    }
    .margin-overlay {
    margin: -85px;
}
}

.themefeature .vc_col-sm-6 .tm-sbox:after{
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #d6d6d6;
    bottom: 0;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.themefeature .vc_col-sm-6 .tm-sbox:last-child:after{
    border-bottom: 0;
}
.themefeature .vc_col-sm-6:first-child .tm-sbox:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    border-right: 1px solid #d6d6d6;
    right: 0;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.themefeature .vc_col-sm-6 .tm-sbox .tm-vc_cta3-container {
    margin-bottom: 0;
}
.themefeature .vc_col-sm-6.vc_column_container>.vc_column-inner{
    padding-right: 0;
    padding-left: 0;
}

@media (max-width:800px){
    .themefeature .vc_col-sm-6 .tm-sbox:after{
        border: none;
    }


}

.site-footer{
    display: none
}

.site-content .tm-sbox .tm-vc_cta3-content-header h2 {
    font-size: 19px;
    line-height: 27px;
	color: #393939;
}
.site-content .tm-col-bgcolor-darkgrey.tm-col-bgimage-yes .tm-bg-layer-inner,
.site-content .tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes>.tm-bg-layer {
    opacity: .80;
}
.tm-element-heading-wrapper .tm-cta3-only.tm-vc_general.tm-vc_cta3 .tm-cta3-content-wrapper {
    margin-top: 5px !important;
}
.tm-textcolor-white .tm-vc_cta3-content-header h4 {
    color: rgba(255,255,255,.95)!important;
}

@media only screen and (min-width: 1420px) {
.container {
    width: 1410px !important;
}

.margin-overlay {
    margin: -300px;
}

}

@media (max-width: 1115px) and (min-width: 780px) {
.margin-overlay {
    margin: -200px;
}

}

@media (max-width: 780px) and (min-width: 500px) {
.margin-overlay {
    margin: -100px;
}

}
.tm-wild-img .tm-wild-img-inner img {
	width:100%;
}
.tm-wild-img .tm-wild-img-inner img, .tm-wild-img1 .tm-wild-img-inner1 img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all .5s cubic-bezier(.6,0,.2,1.000);
    -moz-transition: all .5s cubic-bezier(.6,0,.2,1.000);
    -o-transition: all .5s cubic-bezier(.6,0,.2,1.000);
    transition: all .5s cubic-bezier(.6,0,.2,1.000);
    -webkit-transition-timing-function: cubic-bezier(.6,0,.2,1.000);
    -moz-transition-timing-function: cubic-bezier(.6,0,.2,1.000);
    -o-transition-timing-function: cubic-bezier(.6,0,.2,1.000);
    transition-timing-function: cubic-bezier(.6,0,.2,1.000);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
	box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 8%);
}
.tm-wild-img .tm-wild-img-inner img:hover,.tm-wild-img1 .tm-wild-img-inner1 img:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.tm-wild-img .head-wild h3.tm-demo-title {
	text-align:center;
	font-size:20px;
	padding:50px 0px 0px 0px;
}
.tm-themsel-icon .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon {
    width: 25%;
    padding-right: 0;
	position: relative;
}
.tm-themsel-icon .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-icon:after {
    background-color: #192136;
}
.tm-themsel-icon .themetechmount-iconbox .themetechmount-iconbox-icon:hover img {
    transform: translateY(0);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    transition: all .9s;
    transform: rotateY(360deg);
}
.tm-themsel-icon .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon:after {
    position: absolute;
    content: '';
    background-color: #ee344e;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    top: -7px;
    left: -15px;
	z-index:-1;
	-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;
}
.tm-themsel-icon .themetechmount-iconbox .themetechmount-iconbox-icon  img {
    width: auto;
    height: auto;
}
.tm-themsel-icon .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon:before {
    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    border-radius: 50%;
    top: -12px;
    left: -20px;
    z-index: -1;
    border: 1px solid #e4e4e4;
}
.tm-wild-img1 .head-wild1 h3.tm-demo-title1 {
	font-size:22px;
	text-align:center;
	padding-top:35px;
	z-index: 1;
    position: relative;
}
.tm-wild-img1 .tm-icon-type-text {
    -webkit-text-stroke-color: #1921361a;
    -webkit-text-fill-color: transparent;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 60px;
    -webkit-text-stroke-width: 1px;
    text-align: center;
    margin-top: -44px;
    z-index: -1;
}
.tm-themsel-arrow {
	 position: relative;
}
.tm-themsel-arrow:after {
    position: absolute;
    content: '';
    background-image: url(https://www.themetechmount.com/wordpress/wilddale/landing-page/wp-content/uploads/sites/4/2021/11/a1.png)!important;
    height: 40px;
    width: 44px;
    right: 0;
    bottom: 50%;
    z-index: 1;
}
.themsel-icon-style .themetechmount-iconbox-stylefive .themetechmount-iconbox-inner {
    padding: 33px 22px;
    background-color: #fff;
    border: 1px dashed #e3e3e3;
}
.themsele-icon-style6 .themetechmount-iconbox-inner {
    text-align: center;
	padding:25px 0 7px 0;
}
.themsele-icon-style6 .themetechmount-iconbox.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 18px;
}
.themsel-footer .tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 63%;    
}
.themsel-icon-style .themetechmount-iconbox .themetechmount-iconbox-icon  img , .themsele-icon-style6 .themetechmount-iconbox .themetechmount-iconbox-icon img {
    width: auto;
    height: auto;
}
.themsele-icon-style6 .themetechmount-iconbox:hover .themetechmount-iconbox-icon img {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.themsele-icon-style6 .themetechmount-iconbox .themetechmount-iconbox-icon  img {    
    transition: all 0.35s cubic-bezier(.215,.61,.355,1);
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.tm-wild-img {	
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.tm-wild-img:hover .tm-image img {
    box-shadow: 0px 0px 10px 3px rgb(235 240 247 / 40%);
}
.tm-wild-img .tm-image img {
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);
}
.themsele-des .tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 90%;    
}
.tm-wild-img2 .tm-wild-headerinner2 {
    -webkit-transition: .5s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .5s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .5s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .5s cubic-bezier(.24,.74,.58,1);
    -o-transition: .5s cubic-bezier(.24,.74,.58,1);
    transition: .5s cubic-bezier(.24,.74,.58,1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
}
.tm-wild-img2 .tm-wild-headerinner2:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.tm-wild-img1 {
    text-align: center;
}
.themetechmount-iconbox:hover .themetechmount-iconbox-icon img {
    transform: rotateY(180deg);
}
.themetechmount-iconbox .themetechmount-iconbox-icon  img {
    width: auto !important;
    height: auto !important;
    transition: all 500ms ease;
}
/* themselector slider */


.tm-headerstyle-classic-overlay .tm-header-text-area {
    padding-left: 100px;
	padding-right:130px !important;
}
.tm-headerstyle-classic-overlay .elementor-button-wrapperr a {
    color: #fff;
	font-weight: 700;
	-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;
}
.tm-headerstyle-classic-overlay .elementor-button-wrapperr a:hover {
    color: #192136;
}
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a {
    font-weight: 600;
}
.tm-header-style-classic #site-header-menu #site-navigation div.nav-menu > ul > li > a {
	margin:0 15px 0 15px;
}
.shakeimage img {
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}
.tada-img-single img {
    -webkit-animation: bounce 24s linear infinite;
    -moz-animation: bounce 24s linear infinite;
    -o-animation: bounce 24s linear infinite;
    animation: bounce 24s linear infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@media (max-width: 991px){
	.tm-themsel-icon .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon {
		width:30%;
	}
	.tm-wild-img .tm-wild-img-inner:before {
		height:93%;
	}
}
@media (max-width: 1700px){	
	.tm-themsel-arrow:after {
		display:none;
	}
}





.tm-wild-img .head-wild h3.tm-demo-title {
    text-align: center;
    font-size: 17px;
    padding: 30px 0px 0px 0px;
}

.tm-new-tag {
    text-align: center;
    font-size: 17px;
    width: 45px;
    line-height: 57px;
    color: #FFF;
    position: absolute;
    top: -2px;
    right: 2px;
    transform: rotate(45deg);
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}
.tm-new-tag:before {
    position: absolute;
    content: "";
    top: 9px;
    right: -16px;
    width: 0;
    height: 0;
    z-index: -1;
    border-top: 80px solid #ff0000;
    border-left: 80px solid transparent;
    transform: rotate(-45deg);
    box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,0.34);
}
body .tm-wild-img {
    padding: 30px;
    padding-bottom: 5px;
}

.footer_inner_wrapper.footer {
    display: none;
}