/* Menu Css Start */
.wpml-dropdown {
	position: relative;
	display: inline-block;
}

.wpml-current {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.wpml-current img {
	width: 18px;
}

.wpml-current .arrow {
	font-size: 10px;
	transition: 0.3s;
}

/* Dropdown list */
.wpml-list {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	list-style: none;
	padding: 8px 0;
	margin: 0;
	min-width: fit-content;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);

	/* 👇 Important for hover effect */
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 999;
}

/* List item */
.wpml-list li {
	padding: 6px 12px;
}

.wpml-list li a {
	display: flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: #000;
}

.wpml-list img {
	width: 18px;
}


.wpml-dropdown:hover .wpml-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


.wpml-dropdown:hover .arrow {
	transform: rotate(180deg);
}
.wpml-list li:hover a{
	color:#ff6d00;
}
/* Menu Css End */



/* Network page start */
.network_section_mx_width{
	max-width:900px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.correct_icon_bg i{
	background: #373e96;
	color: #fff;
	padding: 4px 7px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

/* Network page end */


/* Footer Start */
#footer{
	background: #373e96 !important;
	margin-top: 50px;
}
/* Footer End */

.wpcf7-form-control-wrap {
    position: relative;
	display: block;
}




@media screen and (max-width: 991px) {
	.reverse-column > .porto-wrap-container > .row > .vc_column_container:first-child {
		order: 2;
	}
}

@media screen and (max-width: 767px) {
	.service_btn-home .vc_btn3 {
    font-size: 11px !important;
}
	
	
}


/* Header Start  */
/*
.header_right {
	min-width: 420px;
}

.header_right > .wpb_wrapper {
	align-items: center;
}
.custom_main_header .custom-menu li a {
	font-size: 14px;
}

.logo_column {
	min-width: 100px;
}

@media screen and (max-width: 1550px) {
	.custom_main_header .custom-menu > .menu-item > a {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1460px) {
	.header_right {
		min-width: 315px;
	}
}

@media screen and (max-width: 991px) {
	.logo_column {
		min-width: 50px;
		width: 120px;
	}

	.technology-blank {
		display: none;
	}

	section.timeline.technology-timeline {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.header_right {
		min-width: 0;
	}

	.logo_column {
		max-width: 30%;
	}

	.header_right .mobile-toggle {
		padding: 5px 15px !important;
	}



}

@media screen and (max-width: 575px) and (min-width: 300px) {
	#header.sticky-header .custom_main_header.header-main.sticky {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
*/
/* Header End */
/*
section.timeline.technology-timeline {
	padding-bottom: 50px;
}

.technology-blank {
	margin: 0 !important;
	height: 0;
}
*/