.startproject-btn a{
		color: #fff;
		font-size: 17px;
		font-weight: 700;
		text-decoration: none!important;
		background-color: #1dcfd6;
		width: 346px;
	    max-width: 100%;
		height: 61px;
		line-height: 58px;
		text-align: center;
		cursor: pointer;
		transition: .4s;
		border: 1px solid #1dcfd6;
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.ft-social-col {
		position: relative;
		padding: 23px 0;
	}
	.cr-txt {
		margin-top: 0;
	}
	.footdesc{
		font-size: 18px;
		font-family: "Ubuntu";
		color: rgb(20, 20, 20);
		line-height: 1.8;
		text-align: left;
		font-weight: normal;
	}
	h3.widget-title,.footerHead{
		font-size: 20px !important;
		font-weight:bold !important
	}
	/*.adrs {
		margin-left: -64px;
	}*/
	
	.ft-col a, .ft-col p {
		font-weight: normal;
	}
	.ft-col a{
		font-size:18px;
	}
	.ft-col .adrs:before, .ft-col .eml:before, .ft-col .phn:before {
		position: absolute;
		left: -60px;
		top: 8px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.ft-col .adrs, .ft-col .eml, .ft-col .phn {
		padding-left: 0px;
		position: relative;
	}
	.menu-menu-container ul li a, .menu-about-us-container ul li a {
		font-size: 18px;
		line-height: 1.8;
	}
	.adrs a {
   		line-height: 1.8 !important;
	}
	 .startproject-btn a:hover{
    	background:black;
    }
    .ft-col .phn:before {
        content: url(../images/callIcon.png);
    }
    .ft-col .eml:before {
        content: url(../images/mailIcon.png);
    }
    .ft-col .adrs:before {
        content: url(../images/mapIcon.png);
    }
	.cr-txt{
		color:black;
	}
	.logo_si{
		display: block;
    	margin-bottom: 18px;
	}
	h3.widget-title {
		margin-bottom: 18px;
	}
	
	@media (max-width:992px){
		.ft-col .adrs:before, .ft-col .eml:before, .ft-col .phn:before {
			position: relative;
			left: 0px;
			top: 0px;
		}
	}
	@media (max-width:778px){
		.ft-col a {
			font-size: 13px;
		}
		a.w100 {
			padding: 0px 15px;
		}
		.site-footer .phn {
    		display: block;
		}
	}
	
	@media (max-width:767px){
        .tell-idea-content .startproject-btn a{
        	width:auto;
        }
    }
	@media (max-width:500px){
    	.txcn{
    		text-align:center;
        }
    }