/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
.res-border-none{
	border-top: none!important;
}
.res-mb-30{
	margin-bottom:30px;
}
.home-banner {
    margin-top: 120px;
}
#home-third .build-web-main:after {
    display:none;
}
#home-third .build-web-main:before{
    display:none;
}
#home-fourth .company-info-main .company-info {
       display: flex !important;
    justify-content: center !important;
    padding: 0px;
    border: none;
    flex-direction: column;
		padding: 10px 0px;
		border-top: 2px solid rgba(255, 255, 255, 0.10);
}
#home-fourth .bottom-section .company-info-main-bottom .company-info {
   padding: 30px 0px;
    padding-left: 0px;
    border-right: none;
    border-top: 2px solid rgba(255, 255, 255, 0.10);
    text-align: center;
}
#home-fourth .company-info-main .text h4 {
    font-size: 24px;
}
#home-fourth .company-info-main .text strong {
    font-size: 56px;
}
#home-fourth .bottom-section .company-info-main-bottom .text strong.counter-value {
    justify-content: center;
		    font-size: 36px;
				color: #ffffff;
}
#home-fourth .top-section .pt-5{padding-top: 0px !important;}
#home-fourth .top-section .pb-5{padding-bottom: 0px !important;}
#home-fourth .bottom-section .pt-5{padding-top: 0px !important;}
#home-fourth .bottom-section .pb-5{padding-bottom: 0px !important;}
#home-fifth .bottom-section .main .clutch_logoimage{
	    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: auto;
}
#home-fifth .bottom-section .main .clutch_logoimage img{
	max-width:100px;
}
#home-fifth.clients-love-review .title-main .title {
    font-size: 24px;
    margin-bottom: 30px;
}
#home-fifth.clients-love-review .bottom-section .main {
    padding: 50px 8px;
    margin-bottom:60px;
}
#home-fifth.clients-love-review .bottom-section .main .ranking-box-main {
    display: block;
    margin-right: 0px;
}
.footer-content .responsive-widget{
	display: flex;
}
footer .footer-widget .iso-img-main {
    width: 22%;
}
.mega-menu-main.navbar {
    max-height: 320px;
}
#testimonial.parallax-section .qoute-icon.fa-quote-left {
    left: 0px;
    top: -50px;
}
#testimonial.parallax-section .qoute-icon.fa-quote-right {
    right: 0px;
    bottom: 60px;
}
}
@media (min-width: 375px) and (max-width: 425px){
	 
	 
}

@media (min-width: 320px) and (max-width: 374px){
	
}
/*  Small devices (landscape phones, 576px and up) */ 
@media (min-width: 576px) and (max-width: 767.98px) {

}
/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) and (max-width: 991.98px) {
	.footer-content .responsive-widget{
	display: flex;
}
footer .footer-widget .iso-img-main {
    width: 22%;
}


}