.spicemenu li:nth-child(1) a, .spicemenu li:nth-child(6) a{
    color:purple;
}
.spicemenu li:nth-child(2) a{
    color:yellow;
}
.spicemenu li:nth-child(3) a{
    color:red;
}
.spicemenu li:nth-child(4) a{
   color:green; 
}
.spicemenu li:nth-child(5) a{
   color:blue; 
}
.technology-v1.clients-section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../images/background/3737316.jpg);
}
.clients-section .tech-box{
    border: unset;
    padding: 10px;
    margin-bottom: 0px;
}
.clients-section .tech-box .icon-main img{
    max-width: 150px;
    min-width: 150px;
    max-height: 130px;
    /*min-height: 100px;*/
}
.service-section .projects-style-2 .projects-box .portfolio-info{
    bottom: 0;
    opacity: 1;
}
.service-section .projects-style-2 .projects-box .portfolio-info{
    padding: 10px 20px 15px;
}
.service-section .projects-style-2 .projects-box img{
    max-height: 280px;
    min-height: 280px;
}
.service-section .projects-style-2 .projects-box{
    border: 1px solid #00000026;
}

.partners-section .partners-slide img{
    filter: unset;
    opacity: unset;
}
.testimonials .owl-carousel .owl-item img{
    max-width: 65px;
}
.testimonials .ot-testimonials .layer2{
    min-height: 350px;
}
.testimonials .ot-testimonials .layer1{
    min-height: 350px;
}

.contact-section{
    padding-bottom: 40px;
}
.page-header .inner.flex-middle{
    background: #0000007a;
    padding: 0 10px;
}

.clients .page-header{
    background-image: url(../images/background/client.png);
}
.partners .page-header{
    background-image: url(../images/background/partner.png);
}
.clients .technology-v1.clients-section, .partners .technology-v1.clients-section{
    background-image: none;
}

.services .page-header{
    background-image: url(../images/background/service.png);
}
.services .service-page{
    padding-top: 30px;
}
.services .section-inner-about{
    padding-top: 50px;
}
.services .section-inner-about .row{
    padding: 30px 50px;
}
.services .section-inner-about .row:nth-of-type(even){
    background-color: #f8f8f8;
}
.services .section-inner-about .left-img{
    margin: 0;
}
.services .section-inner-about .right-img{
    margin: 0;
}
.services .section-inner-about .right-content{
    margin: 0 60px;
}
.services .section-inner-about .imgbox{
    text-align: center;
}
.services .section-inner-about img{
    height:300px;
}

.about .page-header{
    background-image: url(../images/background/about.png);
}
.contact .page-header{
    background-image: url(../images/background/contact.png);
}
.floatwp{
	position:fixed;
	width:50px;
	height:50px;
	bottom:25px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	/*margin-top:16px;*/
}
.copyright-text a{
    font-weight: 900;
    color: #08ffaf;
}

@media only screen and (max-width: 480px){
   .floatwp{
    	width:40px;
    	height:40px;
    	bottom:30px;
    	left:15px;
        font-size:25px;
    }
    .home-about-video{
        min-height: 200px;
    }
    .contact-section{
        margin-top: 70px;
    }
    .services .section-inner-about .row{
        padding: 20px 20px;
    }
    .services .section-inner-about .right-content{
        margin: 0;
    }
    .services .section-inner-about img{
        height: 150px;
    }
    .services .section-inner-about .row .ot-heading h2{
        font-size: 20px;
        line-height: 27px;
        padding-top: 12px;
    }
    #site-footer .mt-65{
        margin-top: 0;
        margin-bottom: 40px;
    }
    .contact-left{
        margin-right: 0;
    }
    .topm .social-list{
        display:inline-block;
    }
    .topm .social-list.text-right{
        float:right;
    }
}


