/*---------------------------- Start TT - CMS Services block ----------------------------*/
#ttcmsservice {
    position: relative;
	margin:0 0 80px;
}
#ttcmsservice .ttservice {
	clear: both;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	cursor: pointer;
	width: 100%;
}
#ttcmsservice .ttservice-desc h3 {
	float: left;
	width: auto;
	font: 400 18px/20px var(--secondary-font);
	color: #666666;
	border-radius: 5px;
	margin: 0 0 20px;
	width: 100%;
} 
#ttcmsservice .ttservice-desc .tt-title {
	font: 500 44px/46px var(--primary-font);
	text-align: left;
	margin: 0 0 30px;
	position: relative;
	padding: 0 0 0 20px;
	float: left;
	width: 75%;
	color: #222222;
	background: none;
}
#ttcmsservice .ttservice-desc .tt-title:before {
	position: absolute;
	content: '';
	top: 50%;
	right: auto;
	left: 3px;
	bottom: 0;
	width: 3px;
	height: 80px;
	background-color: var( --secondary-bg-color);
	transform: translateY(-50%);
}
#ttcmsservice .ttservice-desc .desc  {
	float: left;
	width: 78%;
	font: italic 400 16px/24px var(--secondary-font);
	color: #666;
	letter-spacing: 0.5px;
	margin: 0 0 40px;
}
#ttcmsservice .ttreturn.ttservice {
    margin: 0;
}
.service-desc {
	font: 400 14px/20px var(--secondary-font);
	float: left;
	width: auto;
}
#ttcmsservice .ttservice .service-bg {
    float: left;
    border-radius: 50%;
    position: relative;
    padding: 5px;
    border: 3px solid #f5f5f5;
    margin: 0 15px 0 0;
    transition: all 300ms ease-in-out 0s;
}
#ttcmsservice .ttservice:hover .service-bg {
    border: 3px solid var(--secondary-bg-color);
}
#ttcmsservice .ttservice-content .service-icon {
    float: left;
    height: 100px;
    margin: 0;
    width: 100px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
#ttcmsservice .ttservicecontent .service-content  {
    float: left;
    margin: 0 0 0 10px;
    text-align: left;
}
#ttcmsservice .ttsupport .service-icon.ttsupport_img {
    background: url("../img/services.png") -114px -90px no-repeat scroll #f5f5f5;
    border-radius: 50%;
}
#ttcmsservice .ttsupport:hover .service-icon.ttsupport_img {
	background: url("../img/services.png") -10px -90px no-repeat scroll var(--secondary-bg-color);
	border-radius: 50%;
}
#ttcmsservice .ttreturn .service-icon.ttreturn_img {
    background: url("../img/services.png") -114px -186px no-repeat scroll #f5f5f5;
    border-radius: 50%;
}
#ttcmsservice .ttreturn:hover .service-icon.ttreturn_img {
    background: url("../img/services.png") -10px -186px  no-repeat scroll var(--secondary-bg-color);
    border-radius: 50%;
}
.ttcmsservice-img {
	display: flex;
	align-items: center;
	justify-content: end;
	order: 2;
}
#ttcmsservice .ttcmsservice-img2, #ttcmsservice .ttcmsservice-img1 {
	float: right;
	width: auto;
    border: 10px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    overflow: hidden;
}
#ttcmsservice .ttcmsservice-img2 img, #ttcmsservice .ttcmsservice-img1 img {
	margin: 0;
    transform: scale(1);
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
#ttcmsservice .ttcmsservice-img2:hover img,
#ttcmsservice .ttcmsservice-img1:hover img{
    transform: scale(1.1);
}
#ttcmsservice .ttcmsservice-img2 {
	margin: 0 -55px 0 0;
	z-index: 1;
}
.service-content {
	float: left;
	width: 40%;
}
@media (max-width: 1499px) {
    #ttcmsservice .ttservice-desc h3 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 20px;
	}
	#ttcmsservice .ttservice-desc .tt-title {
		margin: 0 0 35px;
		font-size: 38px;
		line-height: 40px;
		width: 82%;
	}
	#ttcmsservice .ttservice-desc .desc {
		width: 86%;
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 30px;
	}
	.service-content {
		float: left;
		width: 50%;
	}
}
@media (max-width: 1399px) {
    #ttcmsservice {
        margin: 0 0 60px;
    }
}
@media (max-width: 1199px) {
    #ttcmsservice {
        margin: 0 0 50px;
    }
    #ttcmsservice .ttsupport:hover .service-icon.ttsupport_img {
        background-position: -9px -91px;
    }
    #ttcmsservice .ttsupport .service-icon.ttsupport_img {
        background-position: -114px -91px ;
    }
    #ttcmsservice .ttreturn:hover .service-icon.ttreturn_img {
        background-position: -9px -185px;
    }
    #ttcmsservice .ttreturn .service-icon.ttreturn_img {
        background-position: -114px -185px;
    }
    #ttcmsservice .ttservice-desc h3 {
		font-size: 15px;
		line-height: 17px;
		margin: 0 0 10px;
	}
	#ttcmsservice .ttservice-desc .tt-title {
		margin: 0 0 26px;
		font-size: 31px;
		line-height: 38px;
		padding: 0 0 0 15px;
	}
	.service-content {
		float: left;
		width: 61%;
	}
	#ttcmsservice .ttservice-desc .tt-title:before {
		height: 68px;
	}
	#ttcmsservice .ttservice-desc .desc {
		width: 94%;
		margin: 0 0 22px;
	}
}
@media (max-width: 991px) {
    #ttcmsservice {
        margin: 0 0 40px;
    }
    #ttcmsservice .ttcmsservice-img2, #ttcmsservice .ttcmsservice-img1 {
        border: 7px solid #fff;
    }
	#ttcmsservice .ttservice {
		margin: 0 0 15px;
	}
    #ttcmsservice .ttservice-content .service-icon {
        height: 80px;
        width: 80px;
    }
    #ttcmsservice .ttsupport .service-icon.ttsupport_img {
        background-position: -123px -98px;
    }
    #ttcmsservice .ttsupport:hover .service-icon.ttsupport_img {
        background-position: -19px -98px;
    }
    #ttcmsservice .ttreturn .service-icon.ttreturn_img {
        background-position: -123px -194px;
    }
    #ttcmsservice .ttreturn:hover .service-icon.ttreturn_img {
        background-position: -18px -194px;
    }
    #ttcmsservice .ttservice-desc h3 {
		font-size: 15px;
		line-height: 17px;
		margin: 0 0 10px;
	}
	#ttcmsservice .ttservice-desc .tt-title {
		margin: 0 0 17px;
		font-size: 24px;
		line-height: 30px;
		padding: 0 0 0 15px;
		width: 83%;
	}
	#ttcmsservice .ttservice-desc .tt-title::before {
		height: 50px;
	}
	#ttcmsservice .ttservice-desc .desc {
		width: 100%;
		margin: 0 0 22px;
	}
}
@media (min-width: 768px) {
    #ttcmsservice .ttservice-content {
        display: flex;
        align-items: center;
        width: 100%;
    }
}
@media (max-width: 767px) {
	#ttcmsservice .ttservice-desc .tt-title {
		width: 33%;
	}
    #ttcmsservice .ttservice-desc .desc {
		width: 60%;
		clear: both;
	}
    .ttcmsservice-img {
		width: 100%;
		margin: 0 0 20px;
	}
     #ttcmsservice .ttservice-content .ttservice-desc {
        width: 100%;
    }
}
@media(min-width: 651px){
	#ttcmsaboutus .ttcmsaboutus-content {
		display: flex;
		align-items: center;
		width: 100%;
	}
}
@media(max-width: 650px){
	#ttcmsservice .ttservice-desc h3 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 20px;
		width: 100%;
	}
	#ttcmsservice .ttservice-desc .tt-title {
		margin: 0 0 20px;
		padding: 0 0 0 18px;
		width: 53%;
	}
	#ttcmsservice .ttservice-desc .tt-title:before {
		height: 57px;
	}
	#ttcmsservice .ttservice-desc .desc {
		width: 88%;
		margin: 0 0 22px;
	}
	#ttcmsaboutus .ttcmsaboutus-desc .about-btn {
		padding: 7px 20px;
	}
}
@media (max-width: 543px) {
    #ttcmsservice {
        margin: 0 0 30px;
    }
	#ttcmsservice .ttservice-desc .tt-title {
		width: 52%;
	}
	#ttcmsservice .ttservice-desc .tt-title::before {
		height: 57px;
	}
}
@media(max-width: 480px){
	#ttcmsservice .ttservice-desc h3 {
		margin: 0 0 10px;
	}
	#ttcmsservice .ttservice-desc .tt-title {
		width: 100%;
	}
	#ttcmsservice .ttservice-desc .tt-title:before {
		height: 50px;
	}
	#ttcmsservice .ttservice-desc .desc {
		width: 100%;
		margin: 0 0 18px;
	}
	#ttcmsaboutus .ttcmsaboutus-desc .about-btn {
		padding: 5px 16px;
	}
}
/*---------------------------- End TT - CMS Services block ----------------------------*/