/*
Theme Name: Hype Digital Marketing Expert
Text Domain: 
Version: 1.0
Tested up to: 6.1
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Sachin
Author URI: 
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

.contactbox .pbmit-ihbox-style-1 {border-radius: 10px;box-shadow: 0px 0px 45px 5px rgba(0, 27, 33, 0.05);padding: 40px;font-size: 15px;}
.flags_grid{display: flex;margin-bottom: 100px;}
.flags_grid > div {padding: 25px 20px;border-width: 0 1px 1px 0;border-style: solid;flex: 1 1 100%;}
.flags_grid > div:last-child{border-right: 0px;}
.flag{max-width: 50px; margin-right: 10px;}
.widget a {color: inherit; word-break: break-all;}
p.menu-item-description {
    display: none;
}
.wpcf7-submit {
    border: none;
    background: #f7a400;
    padding: 12px 35px;
    border-radius: 30px;
    margin-top: 32px;
    color: #fff;
}
.wpcf7-submit:hover {
    background: #121212;
}
.pbmit-ihbox-icon-type-image {
    margin-top: 35px;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper img {
    max-width: 120px;
}
.client-section-one .swiper-wrapper{
	display: flex;
	align-items: center;
}
.service-section-one .swiper-slide{
	height: auto;
}
.ihbox-video video{
    border-radius: 60px;
}
.skill-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.skill-list li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    padding: 8px 24px;
	color: #000;
    border-radius: 41.873px;
    border: 1.269px solid rgb(247 164 0);
    background: rgb(247 164 0 / 14%);
    backdrop-filter: blur(24px);
    transition: all 0.4s ease-in-out;
}
.skill-list li img{
    width: 32px;
	height: 32px;
}
/* Yellow */
.skill-list li:nth-child(1),
.skill-list li:nth-child(6n + 1) {
    border-color: rgb(247, 164, 0);
    background: rgba(247, 164, 0, 0.14);
}

/* Blue */
.skill-list li:nth-child(2),
.skill-list li:nth-child(6n + 2) {
    border-color: rgb(0, 123, 255);
    background: rgba(0, 123, 255, 0.14);
}

/* Green */
.skill-list li:nth-child(3),
.skill-list li:nth-child(6n + 3) {
    border-color: rgb(40, 167, 69);
    background: rgba(40, 167, 69, 0.14);
}

/* Purple */
.skill-list li:nth-child(4),
.skill-list li:nth-child(6n + 4) {
    border-color: rgb(108, 117, 255);
    background: rgba(108, 117, 255, 0.14);
}

/* Red */
.skill-list li:nth-child(5),
.skill-list li:nth-child(6n + 5) {
    border-color: rgb(220, 53, 69);
    background: rgba(220, 53, 69, 0.14);
}

/* Teal */
.skill-list li:nth-child(6),
.skill-list li:nth-child(6n) {
    border-color: rgb(32, 201, 151);
    background: rgba(32, 201, 151, 0.14);
}
/* Vibrant & Distinct Colors */
.skill-list li:nth-child(12n+1) {
    border-color: #f7a400;
    background: rgba(247, 164, 0, 0.14);
}

.skill-list li:nth-child(12n+2) {
    border-color: #00c2ff;
    background: rgba(0, 194, 255, 0.14);
}

.skill-list li:nth-child(12n+3) {
    border-color: #5bffb0;
    background: rgba(91, 255, 176, 0.14);
}

.skill-list li:nth-child(12n+4) {
    border-color: #ff6b81;
    background: rgba(255, 107, 129, 0.14);
}

.skill-list li:nth-child(12n+5) {
    border-color: #a66cff;
    background: rgba(166, 108, 255, 0.14);
}

.skill-list li:nth-child(12n+6) {
    border-color: #ff7d5e;
    background: rgba(255, 125, 94, 0.14);
}

.skill-list li:nth-child(12n+7) {
    border-color: #1dd1a1;
    background: rgba(29, 209, 161, 0.14);
}

.skill-list li:nth-child(12n+8) {
    border-color: #48dbfb;
    background: rgba(72, 219, 251, 0.14);
}

.skill-list li:nth-child(12n+9) {
    border-color: #f368e0;
    background: rgba(243, 104, 224, 0.14);
}

.skill-list li:nth-child(12n+10) {
    border-color: #ff9f43;
    background: rgba(255, 159, 67, 0.14);
}

.skill-list li:nth-child(12n+11) {
    border-color: #54a0ff;
    background: rgba(84, 160, 255, 0.14);
}

.skill-list li:nth-child(12n) {
    border-color: #00d2d3;
    background: rgba(0, 210, 211, 0.14);
}
@media(max-width: 991px){
	.flags_grid{flex-wrap: wrap;}
	.flags_grid > div {flex: 1 1 50%;}
	.flags_grid > div:nth-child(2){border-right: 0px;}
}
@media(max-width: 767px){
	.flag {margin-bottom: 10px;display: block;}
	.flags_grid > div {padding: 20px 10px;}
	.ihbox-video video{border-radius: 30px;}
	.skill-list{gap: 10px;}
	.skill-list li{font-size: 12px;padding: 8px 12px;}
	.skill-list li img{width:25px;height:25px;}
	.pbmit-element-service-style-2 .pbmit-hover-inner li {
		position: sticky;
		top: 60px;
		background: #fff;
		z-index: 2;
	}
	.pbmit-text-content-wrap {
    padding: 15px !important;
}
}
