.main-header .header-upper .logo-box .logo{
    padding: 5px 0;
}
.logo img{
	max-width: 289px;
}
.main-menu .navigation{
	margin-top: 12px;
}
.main-header .header-top .text{
	font-weight: 400;
}
.main-footer .footer-logo{
	margin-bottom: 20px;
}
ul.quickLinks:before{
	content: '';
	clear: both;
}
ul.quickLinks:after{
	content: '';
	clear: both;
	display: table;
}
ul.quickLinks li{
	float: left;
	width: 50%;
}
.page-title{
	padding: 80px 0px;
}
.page-title .content-box h1{
	font-size: 40px;
	line-height: 1.2;
}
.page-title .content-box:before{
	height: 70px;
}
.pblock{
	padding: 50px 0;
}
.fact-counter .inner{
	text-align: center;
}
.fact-counter .icon-box{
	margin-bottom: 10px;
	padding-left: 0;
}
.fact-counter .icon-box .counter-title{
	top: 0;
}
.why-choose-us-section .sec-title.light h2{
	text-align: center;
}
.why-choose-us-section .sec-title.light h2 span{
	display: block;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
}
.why-choose-us-section .single-feature-item h5{
	text-transform: uppercase;
    margin: 0;
}
.why-choose-us-section .single-feature-item span.text{
	font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    color: #FF5722;
}
.features-section.ppp{
	margin-top: 0;
	padding-bottom: 140px;
}
.features-section.ppp::before{
	right: 0;
}
.ppp .feature-block-one .inner-box:before {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.ppp .feature-block-one .inner-box .image {
    opacity: 0;
    visibility: hidden;
}
.ppp .feature-block-one .inner-box .overlay {
    opacity: 1;
    visibility: visible;
}
.ppp .feature-block-one .inner-box .link-btn a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.pblock table{
    width: 100%;
    border: 1px solid #201630;
}
.pblock table th, .pblock table td{
    text-align: center;
    padding: 10px 2px;
}
.pblock table td img{
	max-width: 150px;
}
.pblock table th{
    background: #201630;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pblock table td{
	font-weight: 500;
	font-size: 18px;
}
.pblock table tr:nth-child(odd){
    background: #f7f7f7;
}
.pblock table tr:hover{
	background: #f7f7f7;
}
.terms{}
.terms h2{
    font-weight: 600;
    margin-bottom: 10px;
}
.terms ul{
    padding-left: 20px;
}
.terms ul li{
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 20px;
    line-height: 1.2;
    position: relative;
}
.terms ul li:before{
	content: '';
	height: 10px;
	width: 10px;
	background: #fd4a36;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}









@media (max-width: 767px){
	.fact-counter .count-box .count-text{
		font-size: 86px;
	}
	.fact-counter .icon-box{
		margin-bottom: 0;
	}
	.why-choose-us-section .sec-title.light h2{
		font-size: 26px;
	}
	.features-section.ppp .feature-block-one .inner-box{
		margin-bottom: 170px;
	}
	.features-section.ppp{
		padding-bottom: 60px;
    	padding-top: 60px;
	}
	.page-title{
		padding: 40px 0;
	}
	.page-title .content-box h1{
		font-size: 30px;
	}
	.page-title .content-box:before{
		height: 56px;
	}
}





