.themetechmount-iconbox-styleone .tm-box-icon {
    width: 64px;
    height: 64px;
    background-color: var(--ttm-skincolor);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.themetechmount-iconbox-styleone .tm-box-icon i {
    transform: scale(1.0);
    transition: transform 0.3s ease;
}
.themetechmount-iconbox-styleone:hover .tm-box-icon i {
	transform: scale(0.8);
}
.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {    
    position: relative;
    margin-bottom: 0;
    margin-top: 19px;
	font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
    padding-top: 8px;
}
/* iconbox style 2 */
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
    margin-bottom: 3px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 30px;
}
.themetechmount-iconbox-styletwo .tm-iocnbox-btn {
	font-size: var(--button_fontsize);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .tm-cta3-content-wrapper,
.themetechmount-iconbox-styletwo:hover .tm-iocnbox-btn a,
.themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-heading .tm-custom-heading {
    color: #fff;
}
.themetechmount-iconbox-styletwo:hover .tm-iconbox-wrapper {
	background-color: var(--ttm-secondarycolor);
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading {
    padding-left: 22px;
}
.themetechmount-iconbox-styletwo .tm-iocnbox-btn {
    padding-top: 15px;
}
.themetechmount-iconbox-styletwo .tm-iconbox-wrapper {
    background-color: var(--ttm-greycolor);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px;
    transition: all 0.5s ease 0s;
}
.themetechmount-iconbox-styletwo .tm-icon-type-image img {
    border-radius: 8px;
	position: relative;	
}
.themetechmount-iconbox-styletwo .tm-icon-type-image {
    position: relative;
    overflow: hidden;
    max-width: 208px;
    min-height: 130px;
}
.themetechmount-iconbox-stylethree .tm-box-icon {
    width: 70px;
    height: 70px;
    background-color: var(--ttm-skincolor);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.themetechmount-iconbox-stylethree .tm-iconbox-wrapper {
    display: flex;
	position: relative;
	padding-bottom: 30px;
}
.themetechmount-iconbox.themetechmount-iconbox-stylethree.themetechmount-iconcolor-white:hover .tm-box-icon i {
    transform: scale(0.8);
}
.themetechmount-iconbox.themetechmount-iconbox-stylethree.themetechmount-iconcolor-white .tm-box-icon i {
    transform: scale(1.0);
    transition: transform 0.3s ease;
}
.themetechmount-iconbox-stylethree .tm-icon-type-image {
    height: 60px;
    width: 60px;
}
.themetechmount-iconbox-stylethree .tm-cta3-content-wrapper {
    font-size: 18px;
    line-height: 28px;
}
.tm-contact-page .themetechmount-iconbox-stylethree .tm-iconbox-wrapper:after {
	display: none;
}
.tm-contact-page .themetechmount-iconbox-stylethree .themetechmount-iconbox-content {
    padding-top: 0;
}
.tm-contact-page .themetechmount-iconbox-stylethree .tm-iconbox-wrapper {
    padding-bottom: 0;
}
.tm-contact-page .themetechmount-iconbox {
    margin-bottom: 0;
}
.themetechmount-iconbox-stylethree .tm-iconbox-wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #d7d7d7;
    bottom: 0;
}
.themetechmount-iconbox-stylethree h2.tm-custom-heading {
    margin-top: 2px;
    margin-bottom: 0px;
}
.themetechmount-iconbox-stylethree .themetechmount-iconbox-content {
    margin-left: 15px;
	padding-top: 4px;
}
/* iconbox style 4 */
.themetechmount-iconbox-stylefour .tm-iocnbox-btn a:after {
    position: absolute;
    content: '\e826';
    left: 0;
    bottom: 0;
    font-family: 'ttm-medisat-icons';
    height: auto;
    width: auto;
}
.themetechmount-iconbox-stylefour .tm-iocnbox-btn a {
    padding-left: 22px;
}
.themetechmount-iconbox-stylefour .tm-icon-type-image {
    border-radius: 25px;
    overflow: hidden;
    transition: all .3s;
}
.themetechmount-iconbox-stylefour:hover .tm-icon-type-image {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.themetechmount-iconbox-stylefour .tm-iocnbox-btn a {
    position: relative;
    display: block;
}
.themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading {
    padding-top: 20px;
	font-size: 25px;
    line-height: 38px;
    font-weight: 500;
}
.themetechmount-iconbox-stylefour .tm-icon-type-image img {
    border-radius: 25px;
    transform: scale(1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.themetechmount-iconbox-stylefour:hover .tm-icon-type-image img {
    transform: scale3d(1.05,1.05,1.05);
}
.themetechmount-iconbox-stylefour .tm-cta3-content-wrapper {
    padding-top: 8px;
}

.tm-style4-center .themetechmount-iconbox-stylefour .tm-icon-type-image {
    text-align: center;
	padding-top: 40px;
}
.tm-style4-center .themetechmount-iconbox-stylefour .tm-icon-type-image img {
	border-radius: 25px 25px 0px 0px;
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
	.themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading {
		font-size: 26px;
		line-height: 36px;    
	}
	.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
		margin-top: 10px;
		font-size: 22px;
		line-height: 30px;
	}
	.tm-padding-top-bottom .elementor-widget-container {
		padding: 0 !important;
	}
}

/**/

.themetechmount-iconbox-stylefive {
    position: relative;
    text-align: center;
    background-color: var(--ttm-whitecolor);
    border-radius: 30px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
    padding: 40px 50px;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: .5s ease-in-out;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner .tm-iconbox-wrapper .tm-box-icon {
    background-color: var(--ttm-skincolor);
    display: inline-block;
    margin: 0 auto;
    width: 81px;
    height: 81px;
    line-height: 96px;
    text-align: center;
    color: var(--ttm-whitecolor);
    border-radius: 50%;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    transition: 0s ease-in-out;
}


.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner .tm-iconbox-wrapper .tm-box-icon  i {
    font-size: 38px;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner .themetechmount-iconbox-heading {
    padding-top: 15px;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 28px;
    line-height: 38px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-bottom: 12px;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner .themetechmount-iconbox-heading .tm-cta3-content-wrapper {
    margin-bottom: 15px;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner .themetechmount-iconbox-heading .tm-cta3-content-wrapper ,
.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner .themetechmount-iconbox-heading .tm-iocnbox-btn a  {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: .5s ease-in-out;
}

.themetechmount-iconbox-stylefive:hover {
        background-color: var(--ttm-skincolor);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-inner .tm-iconbox-wrapper .tm-box-icon {
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
}
.themetechmount-iconbox.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-inner .tm-iconbox-wrapper .tm-box-icon i {
    color: var(--ttm-secondarycolor);
}
.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-inner .themetechmount-iconbox-heading .tm-cta3-content-wrapper {
        color: rgba(255, 255, 255, 0.70);
}
.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-inner .themetechmount-iconbox-heading .tm-custom-heading ,
.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-inner .themetechmount-iconbox-heading .tm-iocnbox-btn a {
    color: var(--ttm-whitecolor);
}

/*styleseven*/
.themetechmount-iconbox-styleseven {
    position: relative;
}
.themetechmount-iconbox-styleseven .themetechmount-iconbox-inner {
    background-color: var(--ttm-greycolor);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    transition: all 0.3s ease 0s;
}
.themetechmount-iconbox-styleseven .themetechmount-iconbox-inner .tm-iconbox-wrapper {
    max-width: 120px;
    min-height: 120px;
    border-radius: 0px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
}
.themetechmount-iconbox-styleseven .themetechmount-iconbox-inner .themetechmount-iconbox-heading {
    padding: 0 0 0 20px;
    text-align: left;
}

.themetechmount-iconbox-styleseven .themetechmount-iconbox-inner .themetechmount-iconbox-heading .tm-cta3-content-wrapper {
    margin-bottom: 8px;
}

@media (max-width:480px) { 
    .themetechmount-iconbox-styleseven .themetechmount-iconbox-inner .tm-iconbox-wrapper {
        display: block;
        margin: 0 auto;
    }

    .themetechmount-iconbox-styleseven .themetechmount-iconbox-inner .themetechmount-iconbox-heading {
        padding: 30px 0 0 0px;
        text-align: center;
    }

}

/* iconbox style 8 */
.themetechmount-iconbox.themetechmount-iconbox-styleeight .tm-box-icon i {
	font-size: 26px;
}
.themetechmount-iconbox-styleeight .tm-iocnbox-btn a {
    font-size: 0;
}
.themetechmount-iconbox-styleeight .tm-iocnbox-btn a:after {
    position: absolute;
	content: '\e65a';
	font-family: 'themify';
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;   
    top: 27px;
    right: 22px;   
}
.themetechmount-iconbox-styleeight .tm-iocnbox-btn a:hover {
    color: #fff;
}
.themetechmount-iconbox-styleeight .tm-iconbox-wrapper {
    display: flex;
}
.themetechmount-iconbox-styleeight .themetechmount-iconbox-inner {
    padding: 14px;
    background-color: rgba(255 ,255, 255 , 0.11);
    border-radius: 10px;
}
.themetechmount-iconbox-styleeight .tm-box-icon {
    height: 40px;
    width: 40px;
    background-color: rgba(0 ,0 ,0 , 0.21);
    text-align: center;
    line-height: 47px;
    border-radius: 5px;
}
.themetechmount-iconbox-styleeight .themetechmount-iconbox-heading {
    padding-left: 18px;
	padding-top: 5px;
}
.themetechmount-iconbox-styleeight .themetechmount-iconbox-heading a:hover {
    color: #fff;
}

/*---iconbox style6---*/
.themetechmount-iconbox.themetechmount-iconbox-stylesix {
    padding: 24px 20px;
    border-radius: 20px;
    background-color: var(--ttm-whitecolor);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
    text-align: center;
    margin-bottom: 0;
}
.themetechmount-iconbox-stylesix .tm-icon-type-image img {
    border-radius: 50%;
}
.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 600;
}
.themetechmount-iconbox-stylesix:hover .themetechmount-iconbox-heading .tm-custom-heading {
    color: var(--ttm-whitecolor);
}
.themetechmount-iconbox-stylesix .tm-cta3-content-wrapper {
    text-align: center;
    margin-bottom: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
}
.themetechmount-iconbox-stylesix:hover .tm-cta3-content-wrapper {
    color: rgba(255, 255, 255, 0.7);
}
.themetechmount-iconbox-stylesix:hover {
    background-color: transparent;
    background-image: linear-gradient(45deg, var(--tm-first-gradientcolor), var(--tm-second-gradientcolor));
    box-shadow: none;
    transition: all 0.5s ease;
}
.themetechmount-iconbox-stylesix .tm-iocnbox-btn span {
    display: none;
}
.themetechmount-iconbox-stylesix .tm-iocnbox-btn a:before {
    content: '\e87b';
    font-family: 'ttm-medisat-icons';
    font-size: 20px;
    line-height: 20px;
    color: var(--body-blackfont-color);
}
.themetechmount-iconbox-stylesix .tm-iocnbox-btn a {
    background-color: var(--ttm-whitecolor);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.themetechmount-iconbox-stylesix:hover .tm-iocnbox-btn a {
    bottom: -10px;
    right: -10px;
}
.themetechmount-iconbox-stylesix:hover .tm-iocnbox-btn a {
    opacity: 1;
}
/*---iconbox style10---*/
.themetechmount-iconbox-styleten {
    position: relative;
    padding: 50px 30px 41px;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    transition: .5s;
}
.themetechmount-iconbox-styleten:hover {
    background-color: var(--ttm-greycolor);
}
.themetechmount-iconbox-styleten .themetechmount-iconbox-heading .tm-custom-heading {
    display: inline-block;
    background-color: var(--ttm-greycolor);
    border-radius: 17px;
    padding: 10px 24px;
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 14px;
    color: var(--body-blackfont-color);
    font-weight: 400;
    transition: .5s;
}
.themetechmount-iconbox-styleten:hover .themetechmount-iconbox-heading .tm-custom-heading {
    background-color: var(--ttm-whitecolor);
}
.themetechmount-iconbox-styleten .tm-cta3-content-wrapper {
    margin-top: 24px;
    margin-bottom: 49px;
}
.themetechmount-iconbox-styleten .tm-iocnbox-btn a {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: var(--ttm-skincolor);
    font-size: 14px;
    line-height: 14px;
    padding: 11px 34px 12px;
    color: var(--ttm-whitecolor);
    border-radius: 20px;
    display: inline-block;
    font-weight: 500;
}
.themetechmount-iconbox-styleten .tm-cta3-content-wrapper span {
    color: var(--body-blackfont-color);
    font-weight: 600;
}

/*---iconbox style11---*/
.themetechmount-iconbox-styleeleven .tm-iconbox-wrapper {
    display: flex;
}
.themetechmount-iconbox-styleeleven .tm-icon-type-image {
    position: relative;
    overflow: hidden;
    max-width: 110px;
    min-height: 130px;
    width: 125px;
    padding-top: 10px;
}
.themetechmount-iconbox-styleeleven .tm-icon-type-image img {
    width: auto;
}
.themetechmount-iconbox-styleeleven .themetechmount-iconbox-heading {
    padding-left: 30px;
}
.themetechmount-iconbox-styleeleven .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}
.themetechmount-iconbox-styleeleven .tm-iocnbox-btn a  {
    display: inline-block;
    line-height: 16px;
    padding: 11px 34px 12px;
    color: var(--ttm-whitecolor);
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
}
.themetechmount-iconbox-styleeleven .tm-iocnbox-btn a {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}
.themetechmount-iconbox-styleeleven .tm-iocnbox-btn {
    margin-top: 21px;
}
.themetechmount-iconbox-styleeleven {
    margin-bottom: 0;
}
.tm-demo6-iconbox .themetechmount-iconbox-styletwo .tm-iconbox-wrapper {
    background-color: rgba(0 ,0 ,0 , 0.20);
    border: 1px solid rgba(255, 255, 255 , 0.20);
	padding: 26px 24px 25px;
}
.tm-demo6-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-box-icon i {
    font-size: 57px;
	transition: all 1s ease;
}
.tm-demo6-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .tm-box-icon i {
    transform: rotateY(360deg);
    transition: all 1s ease;
}
.tm-demo6-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 14px;
    line-height: 24px;
}
.tm-demo6-iconbox .tm-cta3-content-wrapper {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

@media (max-width:1339px) {
	.themetechmount-iconbox-stylethree .themetechmount-iconbox-content {
		margin-left: 15px;
	}
	.themetechmount-iconbox-stylethree h2.tm-custom-heading {
		font-size: 18px !important;
	}
	.tm-demo6-iconbox .themetechmount-iconbox-styletwo .tm-iconbox-wrapper {
		padding: 18px;
	}
	.tm-demo6-iconbox .tm-cta3-content-wrapper {
		font-size: 20px;
		line-height: 30px;
	}
	.tm-demo6-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-box-icon i {
		font-size: 37px;
	}
}


@media (max-width:480px) {
	.tm-demo6-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-box-icon i {
		font-size: 45px;
	}
	.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading {
		padding-left: 0px;
		padding-top: 15px;
	}
	.themetechmount-iconbox-styleeight .themetechmount-iconbox-heading {
		padding-left: 12px;
	}
	.themetechmount-iconbox-stylethree .themetechmount-iconbox-content {
		margin-left: 15px;
	}
	.themetechmount-iconbox-styletwo .tm-icon-type-image {
		max-width: 100%;
	}
	.themetechmount-iconbox-styletwo .tm-iconbox-wrapper {
		display: block;
	}
}
/* iconbox style3 border radius style*/
.ttm-border-radius-style .themetechmount-iconbox.themetechmount-iconbox-stylethree h2.tm-custom-heading{
    font-size: 15px;
    text-transform: uppercase;
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree .tm-box-icon {
    width: 60px;
    height: 60px;
    background-color: #29a71a;
    border-radius: 50%;
}
.ttm-border-radius-style .themetechmount-iconbox.themetechmount-iconbox-stylethree h2.tm-custom-heading{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree .tm-box-icon {
    width: 60px;
    height: 60px;
    background-color: #29a71a;
    border-radius: 50%;
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree.themetechmount-iconbox.themetechmount-iconcolor-darkgrey .tm-box-icon i{
  color: var(--ttm-whitecolor);
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree h2.tm-custom-heading{
    font-size: 20px;
    font-weight: 500;
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree .tm-cta3-content-wrapper {
    font-size: 15px;
    line-height: 25px;
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree .tm-iconbox-wrapper:after{
  content: unset;
}
/* iconbox stylenine */
.themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-box-icon i {
    font-size: 110px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .themetechmount-iconbox-heading .tm-custom-heading {
    padding-top: 22px;
    font-size: 22px;
    line-height: 32px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-iocnbox-btn a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-cta3-content-wrapper {
    padding-bottom: 25px;
    padding-top: 10px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-iocnbox-btn a {
    position: relative;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-iocnbox-btn a:after {
    content: '';
    position: absolute;
    background-color: var(--body-blackfont-color);
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -1px;
    top: auto;
    right: auto;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .themetechmount-iconbox-heading .tm-custom-heading, .themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-iocnbox-btn a:after {
    -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;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .themetechmount-iconbox-heading .tm-custom-heading:hover, .themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-iocnbox-btn a:hover {
    color: var(--ttm-skincolor);
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-iocnbox-btn a:hover:after {
    background-color: var(--ttm-skincolor);
}

.themetechmount-iconbox.themetechmount-iconbox-style14 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    padding: 22px 0 8px;
}
.themetechmount-iconbox.themetechmount-iconbox-style14 {
    margin-bottom: 0;
}
.themetechmount-iconbox-style14 .tm-iocnbox-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.themetechmount-iconbox-style14 .tm-icon-type-image img {
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.themetechmount-iconbox-style14:hover .tm-icon-type-image img {
    transform: rotateY(180deg);
}
.themetechmount-iconbox-style14 .themetechmount-iconbox-inner {
    text-align: center;
    background-color: #fff;
    padding: 35px 35px 32px;
    border-radius: 15px;
	transition: all 0.5s ease 0s;
}
.themetechmount-iconbox-style14:hover .themetechmount-iconbox-inner {
    box-shadow: 0px 3px 29px 0px rgba(24, 29, 78, 0.14);
}
.themetechmount-iconbox.themetechmount-iconbox-style14 .themetechmount-iconbox-heading .tm-element-subheading {
    font-size: 13px;
    background-color: #f34c3f;
    position: absolute;
    right: 50px;
    color: #fff;
    padding: 0 20px;
    border-radius: 15px 15px 0 0;	
    top: 0px;
}
.themetechmount-iconbox.themetechmount-iconbox-style14 {
    padding-top: 30px;
}
.themetechmount-iconbox-style14 .tm-cta3-content-wrapper {
    padding-bottom: 14px;
}
.themetechmount-iconbox-style14 .tm-iocnbox-btn a {
     position: relative;
}
.themetechmount-iconbox-style14 .tm-iocnbox-btn a:focus {
    color: var(--body-blackfont-color);
}
.themetechmount-iconbox-style14 .tm-iocnbox-btn a:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--ttm-secondarycolor);
    left: 0;
    bottom: 1px;
}
.themetechmount-iconbox-style14 .tm-iocnbox-btn a:hover:after {
    background-color: var(--ttm-skincolor);
}

.themetechmount-iconbox.themetechmount-iconbox-style20 .themetechmount-iconbox-heading .tm-element-subheading {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    font-family: var(--body-font-family);
}
.themetechmount-iconbox.themetechmount-iconbox-style20 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
}
.themetechmount-iconbox-style20 .tm-icon-type-image img {
    border-radius: 20px;
    transition: .4s ease-in-out;
}
.themetechmount-iconbox-style20 .tm-icon-type-image {
    overflow: hidden;
    border-radius: 20px;
}
.themetechmount-iconbox-style20 .tm-bottom-box {
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 11;
}
.themetechmount-iconbox-style20 .tm-cta3-content-wrapper i {
    color: #f6ac00;
    width: 12px;
}
.themetechmount-iconbox-style20 .tm-cta3-content-wrapper i:last-child {
    padding-right: 19px;
}
.themetechmount-iconbox-style20 .tm-cta3-content-wrapper {
    color: #fff;
    font-size: 13px;
}
.themetechmount-iconbox-style20 .themetechmount-iconbox-heading:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to bottom,rgba(1,2,16,0) 40%,rgb(23 23 23) 100%);
    border-radius: 20px;
}
.themetechmount-iconbox-style20 .themetechmount-iconbox-heading {
    position: relative;
}
.themetechmount-iconbox.themetechmount-iconbox-style20 .themetechmount-iconbox-heading .tm-element-subheading:after {
    position: absolute;
    content: '';
    left: 0;
    width: 1px;
    height: 20px;
    background-color: rgb(255 255 255 / 34%);
    top: 4px;
}
.themetechmount-iconbox-style20:hover .tm-icon-type-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width:1024px) {
    .themetechmount-iconbox-style20 .tm-icon-type-image img {   
        width: 100%;
    }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {	

	.themetechmount-iconbox.themetechmount-iconbox-styleeight .themetechmount-iconbox-heading .tm-custom-heading {
		font-size: 17px;
	}
	.themetechmount-iconbox.themetechmount-iconbox-styleeight .themetechmount-iconbox-readmore {
		display: none;
	}
}

.tm-layout-style8 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading{
    font-weight: var(--button-font-weight);
}

.themetechmount-iconbox-styleeleven .tm-icon-type-text {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size:17px;
    text-align: center;
    background-color: #fff;
}

.tm-iconbox-demo13 .themetechmount-iconbox-styletwo .themetechmount-iconbox-heading {
    padding-left: 0;
    display: flex;
    flex-direction: column-reverse;
}
.tm-iconbox-demo13 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
    padding-top: 15px;
	font-size: 26px;
    line-height: 36px;
}
.tm-iconbox-demo13 .themetechmount-iconbox.themetechmount-iconbox-style14 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 24px;
    line-height: 34px;
	padding: 15px 0 8px;
}
.tm-iconbox-demo13 .themetechmount-iconbox-style14 .themetechmount-iconbox-inner {
    text-align: left;
    border: 1px solid;
    padding: 30px 27px;
    border-radius: 10px;
	border-color: var(--ttm-bordercolor);
}
.tm-iconbox-demo13 .themetechmount-iconbox-style14 .tm-iocnbox-btn a:after {
    position: absolute;
    content: '\e826';
    left: 0;
    bottom: -4px;
    font-family: 'ttm-medisat-icons';
	height: auto;
    width: auto;
    background-color: transparent;
}
.tm-iconbox-demo13 .themetechmount-iconbox-style14 .tm-iocnbox-btn a {
    padding-left: 22px;
    font-size: 16px;
    line-height: 26px;
}
.tm-iconbox-demo13 .themetechmount-iconbox-style14 .tm-iocnbox-btn a:hover:after {
    background-color: transparent;
}

/*style13*/


.themetechmount-iconbox-stylethirteen {
    position: relative;
    text-align: center;
}

.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-icon-type-image {
    margin: 0 auto;
    height: 86px;
    width: 86px;
    margin-bottom: 20px;
}

.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-cta3-content-wrapper {
   margin-bottom: 10px;
}

.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-iocnbox-btn a {
    position: relative;
}


.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-iocnbox-btn a:before {
    content: '\e826';
    position: absolute;
    top: -2px;
    right: -25px;
    left: auto;
    font-family: 'ttm-medisat-icons';
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-iocnbox-btn a:hover:before {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight .5s forwards
}

@keyframes LeftToRight {
    49% {
        transform: translateX(30%)
    }

    50% {
        opacity: 0;
        transform: translateX(-30%)
    }

    51% {
        opacity: 1
    }
}

.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-iocnbox-btn a span {
    font-size: var(--button_fontsize);
}

/**/

.themetechmount-iconbox-styletwentyone {
    position: relative;
    padding: 50px 40px 45px 40px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 12px;
    text-align: left;
}

.themetechmount-iconbox-styletwentyone .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-icon-type-image {
    margin: 0 auto;
    height: 86px;
    width: 86px;
    margin-bottom: 35px;
}

.themetechmount-iconbox-styletwentyone .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;

}

.themetechmount-iconbox-styletwentyone .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-cta3-content-wrapper {
    color: #333333;
    margin-bottom: 15px;
}

.themetechmount-iconbox-styletwentyone .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-iocnbox-btn a {
    position: relative;
}


.themetechmount-iconbox-styletwentyone .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-iocnbox-btn a:before {
    content: '\e826';
    position: absolute;
    top: -2px;
    right: -25px;
    left: auto;
    font-family: 'ttm-medisat-icons';
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

.themetechmount-iconbox-styletwentyone .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-iocnbox-btn a:hover:before {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight .5s forwards
}

.themetechmount-iconbox-styletwentyone .themetechmount-iconbox-inner .tm-iconbox-wrapper .tm-box-icon i {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    color: var(--ttm-secondarycolor);
    transition: all 0.3s ease 0s;
}

.themetechmount-iconbox-styletwentyone:hover .themetechmount-iconbox-inner .tm-iconbox-wrapper .tm-box-icon i ,
.themetechmount-iconbox-styletwentyone .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-custom-heading a:hover {
    color: var(--ttm-skincolortwo);
}

.themetechmount-iconbox-styletwentyone .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-custom-heading a {
    color: var(--ttm-secondarycolor);
}


/**/

/*---iconbox style 15---*/
.themetechmount-iconbox-style15 .themetechmount-iconbox-inner {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 50px 25px 42px 25px;
    border-radius: 10px;
}
.themetechmount-iconbox-style15 {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.themetechmount-iconbox-style15:hover .themetechmount-iconbox-background-image {
    opacity: 1;
}
.themetechmount-iconbox-style15 .themetechmount-iconbox-background-image {
    overflow: hidden;
}
.themetechmount-iconbox-style15 .themetechmount-iconbox-background-image {
    opacity: 0;
}
.themetechmount-iconbox-style15 .tm-iconbox-wrapper img {
    width: calc(100% + 10px);
    max-width: none;
    height: 100%;
    opacity: 0;
    backface-backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.themetechmount-iconbox-style15:hover .tm-iconbox-wrapper img {
    opacity: 1;
    backface-backface-visibility: visible;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.themetechmount-iconbox-style15 .themetechmount-iconbox-heading {
    opacity: 1;
}
.themetechmount-iconbox-style15:hover .themetechmount-iconbox-heading {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.themetechmount-iconbox-style15 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}
.themetechmount-iconbox-style15 .tm-cta3-content-wrapper {
    padding-bottom: 80px;
    color: var(--body-blackfont-color);
}
.themetechmount-iconbox-style15 .tm-box-icon {
    padding-bottom: 20px;
}
.themetechmount-iconbox.themetechmount-iconbox-style15 .tm-box-icon i {
    font-size: 65px;
}
.themetechmount-iconbox-style15 .tm-iocnbox-btn a {
    position: relative;
    font-weight: 700;
}
.themetechmount-iconbox-style15 .tm-iocnbox-btn a:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #000;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 2px;
}

@media (max-width:1024px) {

    .themetechmount-iconbox-style15 .tm-iconbox-wrapper img {
        max-width: none;
        object-fit: cover;
    }
}
/*---iconbox style16---*/
.themetechmount-iconbox-style16 .themetechmount-iconbox-icon {
    vertical-align: top;
    padding-right: 45px;
    width: 20px;
    padding-top: 5px;
}
.themetechmount-iconbox-style16 .tm-icon-type-text {
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 46, 92, 0.12);
    height: auto;
    line-height: inherit;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
}
.themetechmount-iconbox.themetechmount-iconbox-style16 .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 6px;
}
.themetechmount-iconbox-style16 .themetechmount-iconbox-inner {
    background-color: var(--ttm-greycolor);
    padding: 30px 35px;
    border-radius: 10px;
    transition: all 0.9s ease 0s;
}
.themetechmount-iconbox-style16:hover .themetechmount-iconbox-inner {
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 50%, var(--tm-first-gradientcolor) 100%);
    transition: all 0.9s ease 0s;
}
.themetechmount-iconbox-style16:hover .tm-custom-heading,
.themetechmount-iconbox-style16:hover .themetechmount-iconbox-heading {
    color: #fff;
}

@media (max-width:479px) {

    .themetechmount-iconbox-style16 .themetechmount-iconbox-inner .tm-iconbox-wrapper.tm-wrap {
        display: block;
    }

    .themetechmount-iconbox-style16 .themetechmount-iconbox-inner .tm-iconbox-wrapper.tm-wrap .themetechmount-iconbox-icon.tm-wrap-cell {
        display: block;
        margin-bottom: 15px;
    }

   .tm-cutom-icbox .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading {
        display: block!important;
    }

    .tm-cutom-icbox .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
        padding: 0!important;
    }


}
/*---iconbox style17---*/
.themetechmount-iconbox-style17 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.themetechmount-iconbox-style17 .tm-element-subheading {
    font-size: 18px;
    line-height: 28px;
    color: var(--ttm-skincolor);
    display: inline-block;
    padding-left: 14px;
    margin-bottom: 0;
    vertical-align: text-top;
}
.themetechmount-iconbox-style17 .tm-icon-type-image {
    display: inline-block;
}
.themetechmount-iconbox.themetechmount-iconbox-style17 .themetechmount-iconbox-icon img {
    width: 30px;
    height: 30px;
}
.themetechmount-iconbox-style17 .themetechmount-iconbox-icon {
    padding-top: 25px;
    margin-bottom: 0;
}
.themetechmount-iconbox.themetechmount-iconbox-style17 {
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 46, 92, 0.12);
    padding: 37px 25px 35px;
    text-align: center;
}
.themetechmount-iconbox-style17 .tm-icon-type-image {
    display: inline-block;
    transition: all 500ms ease;
}
.themetechmount-iconbox-style17:hover .tm-icon-type-image {
    transform: rotateY(360deg);
}
/*---iconbox style18---*/
.themetechmount-iconbox-style18 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.themetechmount-iconbox-style18 .tm-iocnbox-btn a {
    font-weight: 700;
    position: relative;
}
.themetechmount-iconbox-style18 .tm-iocnbox-btn a:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #000;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 3px;
}
.themetechmount-iconbox-style18 .tm-iocnbox-btn a:hover:after {
    border-bottom: 1px solid var(--ttm-skincolor);
}
.themetechmount-iconbox-style18 .tm-iocnbox-btn {
    padding-top: 20px;
}
.themetechmount-iconbox.themetechmount-iconbox-style18 .tm-box-icon i {
    font-size: 50px;
}
.themetechmount-iconbox-style18 .themetechmount-iconbox-icon {
    margin-bottom: 0;
}

/* iconbox style 19*/
.themetechmount-iconbox.themetechmount-iconbox-style19 .tm-icon-type-image img{  
    height: 40px;
}
.themetechmount-iconbox.themetechmount-iconbox-style19.themetechmount-iconbox-stylethree .tm-icon-type-image{    
    width: 70px;
    height: 70px;
    background-color: var(--ttm-whitecolor);
    border-radius: 50%;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* iconbox style 22 */

.themetechmount-iconbox.themetechmount-iconbox-style22 .themetechmount-iconbox-heading .tm-custom-heading {
    padding-top: 35px;
	font-size: 32px;
    line-height: 42px;
}
.themetechmount-iconbox-style22 .tm-icon-type-image {
    height: 260px;
    width: 260px;
    margin: auto;
}
.themetechmount-iconbox-style22 .tm-icon-type-image img {
    border-radius: 50%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    width: 100%;
}
.themetechmount-iconbox-style22 .tm-bottom {
    position: absolute;
    top: 26px;
    text-align: center;
    left: 0;
    right: 0;
    width: 209px;
    height: 209px;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
}
.themetechmount-iconbox-style22:hover .tm-icon-type-image img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-iconbox-style22 .tm-iconbox-wrapper {
    position: relative;
}


.themetechmount-iconbox-style23 .themetechmount-iconbox-heading, .tm-bottom {
    display: inline-block;
}
.themetechmount-iconbox.themetechmount-iconbox-style23 {
    margin-bottom: 0;
}
.themetechmount-iconbox-style23 .tm-iconbox-wrapper {
    background-color: #fff;
	border-radius: 10px;
}
.themetechmount-iconbox-style23 .themetechmount-iconbox-heading {
    padding: 30px 0 0 20px;
}
.themetechmount-iconbox-style23 .tm-bottom {
    vertical-align: top;
	padding-left: 23px;
}
.themetechmount-iconbox-style23 .tm-cta3-content-wrapper h4 {
    padding-top: 18px;
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 0;
}
.themetechmount-iconbox-style23 .tm-icon-type-image img {
    border-radius: 0 10px 10px 0px;
}
.themetechmount-iconbox.themetechmount-iconbox-style23 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 24px;
    line-height: 34px;
    position: relative;
    margin-bottom: 10px;
}


.tm-cutom-icbox .tm-iconbox-wrapper {
    border: 1px solid rgba(255 ,255, 255, 0.33);
    padding: 15px 30px;
    border-radius: 15px;
}
.tm-cutom-icbox .themetechmount-iconbox-heading {
    display: flex;
}
.tm-cutom-icbox .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
    position: relative;
    margin-bottom: 0;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 0 30px 0 22px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {	
	.themetechmount-iconbox-style23 .tm-iconbox-wrapper {
		display: flex;
	}
	.themetechmount-iconbox-style23 .tm-bottom {
		width: 65%;
	}
	.themetechmount-iconbox-style23 .themetechmount-iconbox-heading {
		padding: 15px 0 0px 40px;
	}
}

/******iconbox style26 css************/
.themetechmount-iconbox-style26 .themetechmount-iconbox-inner .tm-iconbox-wrapper {
    display: flex;
    width: 100%;
}
.themetechmount-iconbox-style26 .tm-iconbox-wrapper .themetechmount-iconbox-heading1 .tm-box-icon i {
    font-size: 60px;
    margin-right: 20px;
    transition: all 0.5s ease 0s;
    display: inline-block;
}
.themetechmount-iconbox-style26:hover .tm-iconbox-wrapper .themetechmount-iconbox-heading1 .tm-box-icon i {
    transform: rotateY(180deg);
}
.themetechmount-iconbox-style26 .tm-iconbox-wrapper .themetechmount-iconbox-heading h2 {
    font-size: 22px;
    line-height: 32px;
}
.themetechmount-iconbox-style26 .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-cta3-content-wrapper {
    color: var(--body-fonts-color) !important;
}
.themetechmount-iconbox-style26 .themetechmount-iconbox-readmore .tm-iocnbox-btn  a{
    font-size: 0;
}
.themetechmount-iconbox-style26 .themetechmount-iconbox-readmore .tm-iocnbox-btn a:after {
    position: absolute;
    content: '\e65a';
    font-family: 'themify';
    font-size: 17px;
    line-height: 16px;
    font-weight: normal;
    bottom: 20px;
    right: 30px;
    transform: rotate(90deg);
    transition: all .3s ease;
}
.themetechmount-iconbox-style26:hover .themetechmount-iconbox-readmore .tm-iocnbox-btn a:after {
    transform: rotate(45deg);
    color: var(--ttm-skincolor);
}
.themetechmount-iconbox-style26 {
    background-color: var(--ttm-whitecolor);
    padding: 30px 30px 0px 30px;
    border-radius: 10px;
}
.themetechmount-iconbox-style26 .themetechmount-iconbox-inner h4.tm-element-subheading {
    font-size: 14px;
    line-height: 36px;
    background-color: #ff8106;
    position: absolute;
    right: 30px;
    color: #fff;
    padding: 0 20px;
    border-radius: 8px;
    top: -20px;
}

/**/

.themetechmount-iconbox.themetechmount-iconbox-style30 {
    background-color: var(--ttm-greycolor);
    padding: 38px 40px 30px 40px;
    border-radius: 15px;
    border: 1px solid var(--ttm-bordercolor);
    position: relative;
    overflow: hidden;
}

.themetechmount-iconbox.themetechmount-iconbox-style30 .themetechmount-iconbox-content {
    padding-right: 80px;
}

.themetechmount-iconbox.themetechmount-iconbox-style30 .themetechmount-iconbox-icon .tm-box-icon i {
    font-size: 200px;
    color: rgb(119 119 119 / 10%);
    line-height: 90px;
    position: absolute;
    top: -50px;
    right: -80px;
}

.themetechmount-iconbox.themetechmount-iconbox-style30 .themetechmount-iconbox-content .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.tm-gradient-bg .themetechmount-iconbox.themetechmount-iconbox-style30 {

  background-image: -moz-linear-gradient( 50deg, rgb(104,141,21) 0%, rgb(86,171,47) 0%, rgb(168,224,99) 100%);
  background-image: -webkit-linear-gradient( 50deg, rgb(104,141,21) 0%, rgb(86,171,47) 0%, rgb(168,224,99) 100%);
  background-image: -ms-linear-gradient( 50deg, rgb(104,141,21) 0%, rgb(86,171,47) 0%, rgb(168,224,99) 100%);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
} 

.tm-gradient-bg .themetechmount-iconbox.themetechmount-iconbox-style30 .themetechmount-iconbox-content .tm-custom-heading {
    color: var(--ttm-whitecolor);
}

.tm-gradient-bg .themetechmount-iconbox.themetechmount-iconbox-style30 .themetechmount-iconbox-content .tm-cta3-content-wrapper {
    color: #f8f8f8;
}

/**/

.themetechmount-iconbox.themetechmount-iconbox-style31 {
    position: relative;
    margin-bottom: 0px;
}

.themetechmount-iconbox.themetechmount-iconbox-style31 .themetechmount-iconbox-content .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 500;
}

.themetechmount-iconbox.themetechmount-iconbox-style31 .themetechmount-iconbox-inner .tm-iconbox-wrapper .tm-cta3-content-wrapper {
    margin-top: 15px;
}

.themetechmount-iconbox.themetechmount-iconbox-style31 .themetechmount-iconbox-content {
    padding-left: 15px;
}

.themetechmount-iconbox.themetechmount-iconbox-style31 .themetechmount-iconbox-icon .tm-box-icon i {
    font-size: 50px;
    line-height: 60px;
    padding-right: 20px;
     transition: all 0.3s ease 0s;
}

.themetechmount-iconbox.themetechmount-iconbox-style31:hover .themetechmount-iconbox-icon .tm-box-icon {
    animation: tm-bounce .6s ease-in-out 60ms;
}

.themetechmount-iconbox.themetechmount-iconbox-style31:hover .themetechmount-iconbox-icon .tm-box-icon i {
    color: var(--ttm-skincolortwo);
    transition: opacity .3s,transform .3s;
}

.themetechmount-iconbox.themetechmount-iconbox-style31:hover .themetechmount-iconbox-icon .tm-icon-type-image {
    animation: tm-bounce .6s ease-in-out 60ms;
}

.themetechmount-iconbox.themetechmount-iconbox-style31 .themetechmount-iconbox-icon .tm-icon-type-image img {
    transition: all 0.3s ease 0s;
}

.themetechmount-iconbox.themetechmount-iconbox-style31:hover .themetechmount-iconbox-icon .tm-icon-type-image img {
    color: var(--ttm-skincolortwo);
    transition: opacity .3s,transform .3s;
    fill: var(--ttm-skincolortwo);
}

@keyframes tm-bounce {
0% {
    transform: translateY(0);
}
40% {
    transform: translateY(-12px);
}
100% {
    transform: translateY(0);
}
}