
h1, h2, h3, h4, h5, h6{ 
	font-family: openSensBold !important;
}
h1{
	padding-top: 25px !important;
	padding-bottom: 20px !important; 
}
.ccMainHeader{ 
	font-size: 70px; 
    letter-spacing: 5px;
    text-transform: uppercase;
    
    font-family: openSensBold;  
} 
.ccSubHeader{  
    font-family: openSens; 
     font-size: 32px;
    letter-spacing: 2px;
    padding: 5px;
}

.dot {
     animation: Gradient 4s ease infinite; 
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #00a9e1;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-animation: color_change 1s infinite alternate;
}
.ccImgFor img{
	width: 100%;
	height: 350px;
    margin-bottom: 10px
}
@keyframes color_change {
	0% {
	    background-color: blue;
	} 
	100% {
	    background-color: red;
	}
}
.OUR-SERVICES{
	text-align: center;
}
.OUR-SERVICES p {
	text-align: justify;
    font-size: 16px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}
.OUR-SERVICES img{
	height: 100px;
	width: 100px;
}
.OUR-SERVICES button{
 	border: none;
 	color: black;
 	background: transparent;
 	cursor: pointer;
 	margin: 30px;
 	font-weight: bold;
 } 
.OUR-SERVICES button:focus{
outline: none;
}
.OUR-SERVICES button i {
	-webkit-animation : pulse 1.5s infinite;
    -moz-animation    : pulse 1.5s infinite;
    -o-animation      : pulse 1.5s infinite;
    animation         : pulse 1.5s infinite;
}

@keyframes pulse {
    from {
        transform : scale(1.2);
        opacity   : 1;
    }
    50% {
        transform : scale(1);
        opacity   : 0.55;
    }
    to {
        transform : scale(1.2);
        opacity   : 1;
    }
}

.WHY-US img{
	width: 100% !important;
	height: 170px !important; 
	margin-top: 6px;
}
.WHY-US ul li{
	list-style: none;
	font-size: 18px; 
	margin-top: 20px;
	list-style-image: url('sqpurple.gif');
	list-style-position: outside;
}
 

.PORTFOLIO img{
	height: 350px;
	width: 100%;
}
.ourStory p{
	color: #000;
}
.ourStory .span span{
	font-size: 18px;
	font-weight: 450;
	padding-right: 30px;
}
.techItem img{
	height: 100px;
	width: 100px; 
}
.techItem h3{
	text-align:center;
	font-size: 40px;
	font-weight: bold;
}