.service-block-three img {
    border-radius: 50%;
}
.round {
    padding-top: 0;
}

.round img {
    width: 140px;
    height: 140px;
}
.round .row {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(6, 15.6666666667%);
}
.round .service-block-three .inner-box {
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    max-width: 220px;
}
.round .auto-container {
	max-width: 1490px;
	margin-bottom: 220px;
}
.round .service-block-three {}
.round .service-block-three h4:before {
    top: 0;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
}
.round h4 {
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.round .service-block-three .inner-box:hover:before {
    display: none !important;
}
.round .service-block-three {
    display: flex;
    align-items: end;
    justify-content: center;
}
.round .sec-title {
    margin-bottom: 80px;
}
.round .btn-style-two {
    color: #fff;
}
.round .service-block-three .inner-box:hover h4 {
    color: inherit !important;
}
.service-block-three .inner-box:hover h4:before {
    background-color: #ccad6e;
}
.app-icon .inner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature-block-two .inner-box h4 {
    font-size: 17px;
    text-transform: capitalize;
}
.app-icon .feature-block-two .inner-box {
    padding: 29px;
    margin-bottom: 0;
    box-shadow: none !important;
}
.app-icon .sec-title h4 {
    font-size: 27px;
}
.app-icon .sec-title {
    margin-bottom: 20px;
}
.app-icon .feature-block-two .inner-box:before,
.app-icon .feature-block-two .inner-box h4:before {
    display: none !important;
}
.app-icon .feature-block-two .inner-box:hover h4 {
    color: inherit;
}
.section-3 .inner-box img {
    width: 100% !important;
    max-height: 558px !important;
}
.section-3 {
    padding: 70px 0 50px;
}
.section-3 .sec-title h2 {
    text-align: center;
}
.section-3 h4 {
    font-size: 28px;
}
.feature-block-three .inner-box:hover .overlay {
    background-color: rgba(59, 59, 68, 0.4);
}
.feature-block-three .inner-box .overlay {
    background-color: rgba(59, 59, 68, 0.3) !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}
.app-icon .wrapper-box h4 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}
.about-us-section-two:before {
    background-color: #f7f7f7;
}
.round .sec-title h2 {
    text-align: center;
}
.collection .owl-nav {
    display: none !important;
}

.last-section .feature-block-three h4:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 1px;
	background-color: #ccc;
	transition: .5s;
	transform: translateX(-50%);
}

.last-section .feature-block-three h4 {
	padding-bottom: 10px;
}

.last-section .sec-title h2 {
	position: relative;
}
.last-section .sec-title h2:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	z-index: -1;
	background-color: #ccc;
	transition: .5s;
	transform: translateY(-50%);
}

.last-section {
	padding:0px 0 50px 0;
}
.last-section .image {
	margin-bottom: 15px;
}

.last-section h2 span {
	background-color: #fff;
	padding: 0 20px;
}
@media (max-width: 1024px) {
    .round .row {
        display: grid;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: repeat(3, 31.3333%);
    }

    .round .auto-container {
        margin-bottom: 430px;
        padding:0 3.5rem;
    }
}

@media (max-width: 680px) {
    .round .row {
        display: grid;

        grid-template-columns: repeat(2, 50%);
    }
}

@media (max-width: 414px) {
    .round .row {
        padding: 0;
        display: grid;

        grid-template-columns: repeat(1, 100%);
    }
}
.owl-stage {
    display: grid;
    grid-auto-flow: column;
    
    overflow: auto;
    overflow-x: hidden;         
}
.project-block-three .content .link:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border: 15px solid transparent;
	border-right-color: #13336c;
	border-top-color: #13336c;
	transition: .9s;
}
.service-block-one h4:before {
	position: absolute;
	content: '';
	left: 0%; 
	bottom: -15px;
	width: 50px;
	height: 2px;			
}
.service-block-one h4 {
	font-size: 18px;
	font-weight: 500;
	transition: .5s;
	text-align: left; 
}
.service-block-one .content a{
	color: #222;
}
@media only screen and (max-width: 414px){
	.service-block-one h4 {
		font-size: 16px;				
	}
}
@media only screen and (max-width: 1366px){	
	.project-block-three.style-two .inner-box {			
		margin: 0 0 0px 25% !important;
		margin-right: 0;
		top: 0;
	}
	.round img {
		width: 120px;
		height: 120px;
	}
}		
.project-block-three.style-two .inner-box {			
	margin: 0 0 0px 21%;
	margin-right: 0;
	top: 0;
}
@media only screen and (max-width: 1536px){	
	.round .auto-container {
		max-width: 1366px;
		margin-bottom: 220px;
	}
	.services-section-five .auto-container {
		max-width: 1366px;
	}
}
.goog-te-gadget-simple span{
    display: none !important;
}
.goog-te-gadget-simple {
        
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 0px !important;
    cursor: pointer;
    zoom: 1;        
}
.goog-te-gadget-icon{
    
    background-image: url(../../images/g-img.png) !important; 
    margin-top: -4px !important;
}
.social-icon {
    position: fixed;
    top: 29%;
    left: 0;          
    z-index: 4444;
}
.social-icon i {
    color: #fff;
    font-size: 17px;
    color: #fff;
}
.social-icon li {
    padding: 15px;
    display: flex;
    background-color: #4e565a;
    gap: 10px;
    margin-left: -115px;
    margin-bottom: 10px;
    width: 160px;
    transition:all .3s; 
    cursor: pointer;
    color: #fff;
    justify-content: flex-end;
    border-radius: 0 5px  5px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.social-icon li span {
    padding: 0 10px; 
    color: #fff;
}       
.social-icon li:hover {
    margin-left: 0;          
}

@media only screen and (max-width: 414px){
.social-icon.all-page {
    display: none;              
}
}