@media only screen and ( max-width: 1400px ) {
	.ic-home {
		height: 640px;
	}
	.ic-home-caption{
		top: 75%;
	}
	.ic-types-feature h1 {
		font-size: 42px;
	}
	.ic-sub-caption h2 {
	    font-size: 26px;
	}
	.ic-sub-caption h2 {
	    margin-bottom:  40px;
	}
	.ic-logo {
	    margin: 0;
	    position: absolute;
	    top: -190px;
	    left: 50%;
	    transform: translateX(-50%);
	    padding-top: 30px;
	} 
	.ic-demo-sec:after, .ic-demo-sec:before {
		width: 100px;
	}
} 
@media only screen and ( max-width: 1199px ) {
	.ic-single-tf {
		padding: 0px 30px;
	}
}
@media only screen and ( max-width: 992px ) {
	.ic-single-tf {
		padding: 0px 15px;
	}
	.ic-single-tf h3 {
		font-size: 20px;
	}
	.ic-home {
		height: 600px;
	}
	.ic-home-caption {
		top: 67%;
	}
	.ic-sub-caption {
		padding-bottom: 45px;
	}
}
@media only screen and ( max-width: 768px ) {
	section {
		padding: 45px 0px;
	}
	.ic-home {
		margin-bottom: 45px;
	}
	.ic-single-tf {
		width: 50%;
	}
	.ic-card a img {
		width: 100%;
	}
	.ic-lead h2 {
		font-size: 22px;
	}
	.ic-home {
		height: 500px;
	}
	.ic-home-caption {
		top: 75%;
	}
	.ic-types-feature h1 {
		font-size: 28px;
	}
	.ic-sub-caption h2,
	.ic-demo-card a {
		font-size: 18px;
	}
	.ic-demo-card img {
		margin-bottom: 15px;
	}
	.ic-demo-card {
		margin-bottom: 30px;
	}
	.ic-lead {
		padding-bottom: 30px;
	}
	.ic-taso-featues ul li {
		display: block;
	}
	.ic-footer-content ul li {
		height: 35px;
		width: 35px;
		margin: 5px;
	}
	.ic-footer-content ul li a {
		line-height: 31px;
		font-size: 20px;
	}
	.ic-taso-featues ul li:before {
		/*top: 20px;*/
	}
	.ic-taso-featues ul li:nth-child(2):before {
		font-size: 26px;
	}
	.ic-primary-1, 
	.ic-primary-2 {
		margin-bottom: 30px;
	}
}
@media only screen and ( max-width: 480px ) {
	.ic-xs-12 {
		width: 100%;
	}
	.ic-single-tf {
		width: 100%;
	}
	.ic-single-tf:last-child {
		margin-bottom: 0px;
	}
	.ic-td-row .ic-xs-12:last-child .ic-card{
		margin-bottom: 0px;
	}
	.ic-home {
		margin-bottom: 30px;
	}
	.ic-home {
		height: 400px;
	}
	.ic-logo {
		top: -130px;
	}
	.ic-logo a {
	    font-size: 40px;
	}
	.ic-types-feature h1 {
		font-size: 22px;
		height: 48px;
	}
	.ic-sub-caption h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.ic-link {
		font-size: 16px;
		padding: 5px 30px;
	}
	.ic-sub-caption {
		padding-bottom: 30px;
	}
	.ic-taso-featues ul li {
	    font-size: 18px;
	    font-weight: 500;
	}

}