/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body b, body strong {
	font-weight:600 !important;
}
/* Add your custom styles here */
/* body.show-on-header .sidebarBox.elementor-sticky--effects {
	top: 160px !important;
	transition: all 0.3s ease-in-out;
} */
.productionMenu .elementor-widget-container .elementor-nav-menu li:first-child a {
	padding-top: 0 !important;
}
.productionMenu .elementor-widget-container .elementor-nav-menu li a {
	border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.productionMenu .elementor-widget-container .elementor-nav-menu li:last-child a {
	padding-bottom: 0 !important;
	border-color: transparent;
}
.recentPostBox .elementor-widget-container .elementor-post .elementor-post__text a:hover {
	color: #f7008c !important;
}
.recentPostBox .elementor-widget-container .elementor-posts-container .elementor-post:last-child {
	border-color: transparent;
}
.postContentBox .elementor-element .elementor-widget-container {
	margin: 0 !important;
}
.postContentBox .elementor-widget-container ul {
    margin-bottom: 16px;
}
.postContentBox .elementor-element .elementor-widget-container p {
	font-size: 16px;
	line-height: 24px;
}
.postContentBox .elementor-widget-container h1, 
.postContentBox .elementor-widget-container h2, 
.postContentBox .elementor-widget-container h3, 
.postContentBox .elementor-widget-container h4, 
.postContentBox .elementor-widget-container h5, 
.postContentBox .elementor-widget-container h6 {
	color: #221E20 !important;
}
.postContentBox .elementor-widget-container img {
	width: 100%;
    margin-bottom: 16px;
}
.postContentBox .elementor-widget-container ol li ol {
	padding: 0 !important;
}
.postContentBox .elementor-widget-container .elementor[data-elementor-type="wp-post"] > .elementor-section .elementor-container {
	max-width: 100% !important;
}
.postContentBox .elementor-widget-container .elementor[data-elementor-type="wp-post"] > .elementor-section .elementor-container .elementor-column {
	width: 100% !important;
} 
/* .postContentBox .elementor-widget-container .elementor[data-elementor-type="wp-post"] > .elementor-section .elementor-container .elementor-column:last-child {
	display: none !important;
} */
.mainHeader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  backdrop-filter: none;
  transform: translateY(0);
}

.mainHeader.show-on-scroll {
/* 	background-color: rgb(247 0 140 / 20%) !important;  */
	background-color: #57133d !important;
	backdrop-filter: blur(10px);
}
.mainHeader .headerMenu .e-n-menu-item {
	cursor: pointer !important;
}
.mainHeader.show-on-scroll .headerIconList .elementor-icon-list-item i, .mainHeader.show-on-scroll .headerIconList .elementor-icon-list-item .elementor-icon-list-text {
	color: #fff !important;
}
.mainHeader.show-on-scroll .headerMenu .e-n-menu-item .e-n-menu-title-text, .mainHeader.show-on-scroll .headerMenu .e-n-menu-item .e-n-menu-dropdown-icon i {
	color: #fff !important;
}
.mainHeader.hide-on-scroll {
  transform: translateY(-100%);
}
.headerMenu .e-n-menu-wrapper .e-n-menu-title.active .e-n-menu-title-text, .headerMenu .e-n-menu-wrapper .e-n-menu-title.active .e-n-menu-dropdown-icon i {
	color: #7ae6ff !important;
}
.solutionSlider .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	opacity: 1 !important;
}
.solutionSlider .swiper-pagination.swiper-pagination-bullets {
	text-align: left;
	left: 0 !important;
}
.industrySlider .swiper-pagination.swiper-pagination-bullets {
    text-align: center;
    left: -80px;
    right: 0;
    margin: 0 auto;
}
.solutionSlider .swiper-pagination .swiper-pagination-bullet:before {
	content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -12px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 100%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.solutionSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	border-color: #A6ECFC;
}
.industriesBoxInner:hover .industriesContent {
	color: #ED1487;	
}
.industriesBoxInner:hover .elementor-icon svg{
	fill: #ED1487 !important;	
}
.industrySlider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
	opacity: 1 !important;
}
.industrySlider .swiper-pagination .swiper-pagination-bullet:before {
	content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -12px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 100%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;	
	opacity: 1 !important;
}
.industrySlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	border-color: #ED1487;
}
.blogSlider .elementor-widget-container .elementor-posts {
	display: block;
	margin-bottom: 0 !important;
}
.blogSlider .elementor-posts .elementor-post {
	margin-top: 0 !important;
	padding: 5px;
}
.blogSlider .elementor-posts .elementor-post .elementor-post__thumbnail img {
	height: 300px;
	object-fit: cover;
}
.blogSlider .elementor-posts .elementor-post .elementor-post__title {
    min-height: 100px;
} 
.blogSlider .elementor-posts .elementor-post .elementor-post__badge {
	position: relative !important;
    width: auto;
    display: inline-block;
    max-width: max-content;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}
.blogSlider .slick-dots {
	bottom: auto;
	top: -25%;
	left: auto;
	right: 0;
	text-align: right;
}
.blogSlider .slick-dots li {
    width: 8px !important;
    height: 8px !important;
    margin: 0 10px !important;
	position: relative;
	background-color: #000 !important;
	border-radius: 100%;
}
.blogSlider .slick-dots li button {
	display: none;
}
.blogSlider .slick-dots li:before {
	content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -12px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 1 !important;
}
.blogSlider .slick-dots li:hover {
	background-color: #ED1487;
}
.blogSlider .slick-dots li.slick-active:before {
	border-color: #ED1487;
}
/*  */
/* .videoMainPopup .videoBox {
	display:none;
} */

/* contact us form css */

.contactUsForm .gform_fields {
    row-gap: 30px !important;
}
.contactUsForm .gform_fields .ginput_container input {
	border-radius: 4px;
	border: 1px solid rgba(166, 236, 252, 0.50);
	background: #fff;
	padding: 17px 12px 16px 12px;
	height: 50px;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	color: #2C2C2C;
}
.contactUsForm .gform_fields .ginput_container select {
	border-radius: 4px;
	border: 1px solid rgba(166, 236, 252, 0.50);
	background: #fff;
	padding: 14px 12px 14px 12px;
	height: 50px;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	color: #2C2C2C;
}
.contactUsForm .gform_fields .ginput_address_country {
	width: 100% !important;
}
 
.contactUsForm .gform_fields .ginput_container textarea {
	border-radius: 4px;
	border: 1px solid rgba(166, 236, 252, 0.50);
	background: #fff;
	padding: 17px 12px 16px 12px;
	min-height: 130px;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	color: #2C2C2C;
}
.contactUsForm .gform_fields .ginput_container input:focus, 
.contactUsForm .gform_fields .ginput_container:focus {
	border-color: #a6ecfc;
	box-shadow: none !important;
}
 
.contactUsForm .gform_footer input {
	border-radius: 6px !important;
    background: #1B191D !important;
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 10px 30px !important;
    font-weight: 700 !important;
    color: #FFF !important;
    width: 100% !important;
	height: 58px !important;
}
.contactUsForm .gform_footer input:hover {
    background: #2c2c2c !important;
}
/* .gform_wrapper .gform_validation_errors{
        display: none;
} */
.gform_submission_error {
    color: #fff !important;
}
span.gform-icon.gform-icon--circle-error {
    color: #fff !important;
    border-color: #fff !important;
}
.agileContent .elementor-widget-container h5 {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.advisioryIocnList span.elementor-icon-list-text strong {
    display: block;
    font-size: 18px;
}
a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    transform: translate(0px, -4px);
    opacity: 0.9;
}
/*  */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,30%,0);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}
/*  */

/* contact us form css ends */

.hrListing .elementor-widget-container ul li {
	margin-bottom: 8px;
}

@media only screen and (max-width: 991px) {
	.blogSlider .slick-list {
		padding-bottom: 56px;
	}
	.blogSlider .slick-dots {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
	.blogSlider .elementor-posts .elementor-post .elementor-post__title {
    	min-height: 130px;
	}	
	.industrySlider .swiper-pagination.swiper-pagination-bullets {
        left: 0;
        text-align: left;
        margin: 0;
	}
}
@media only screen and (max-width: 680px) {
	.blogSlider .elementor-posts .elementor-post .elementor-post__title {
    	min-height: auto;
	}	
	.blogSlider .slick-dots {
		bottom: -50px;
	}
}

.innerOurServiceBoxContent {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.innerOurServiceItem {
	width: 33.33%;
	padding: 90px 20px 20px 20px;
}
.innerOurServiceBox {
	position: relative;
	border-top: 1px solid #000;
	padding: 20px;
}
.innerOurServiceBox .innerOurServiceBoxHead {
	padding-bottom: 40px;
}
.innerOurServiceBox .innerOurServiceBoxHead h3 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.4;
	max-width: 400px;
	padding-right: 100px;
	margin: 0;
}
.innerOurServiceBox .innerOurServiceBoxHead img {
	position: absolute;
	right: 20px;
	top: -35px;
}
.innerOurServiceBox .innerOurServiceBoxBody {
	min-height: 130px;
	padding-bottom: 40px;
}
.innerOurServiceBox .innerOurServiceBoxBody p {
	line-height: 1.3;
	color: #5D5D68;
	font-size: 20px;
	margin: 0;
	padding: 0 0 12px 0;
}
.innerOurServiceBox .innerOurServiceBoxBody p:last-child {
	padding: 0;
}
.innerOurServiceBox .innerOurServiceBoxBody p strong {
	color: #221E20;
}
.innerOurServiceBox .innerOurServiceBoxFooter {
	
}
.innerOurServiceBox .innerOurServiceBoxFooter a {
	color: #ED1487;
	border: 1px solid #ED1487;
	padding: 10px 25px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
	border-radius: 6px;
	transition: all 0.3s ease-out;
}
.innerOurServiceBox .innerOurServiceBoxFooter a svg {
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.innerOurServiceBox:hover {
	background-color: #fff;
}
.innerOurServiceBox:hover .innerOurServiceBoxFooter a {
	background-color: #ED1487;
	color: #fff;
	border: 1px solid #ED1487;
}
.innerOurServiceBox:hover .innerOurServiceBoxFooter a svg path {
	fill: #fff;
}

.popupEmpWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 70%);
	left: 0;
	top: 0;
	z-index: 99;
	overflow: hidden;
	display: none;
}
.popupEmpContent {
    max-width: 860px;
    margin: 10vh auto;
    position: relative;
    padding: 0;
    background: #FFFFFF;
    border-radius: 15px;
}
.popupEmpContent .popupEmpClose {
	position: absolute;
    width: 50px;
    height: 50px;
    line-height: 60px;
	text-align: center;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #de393a;
}
.popupEmpCard {
	padding: 50px 40px;
}
.innerOurServicePopupHead {
	display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 100px;
    padding-bottom: 40px;
}
.innerOurServicePopupHead h3 {
	margin: 0;
	text-transform: uppercase;
}
.innerOurServicePopupHead img {
	
}
.innerOurServicePopupBody {
	 padding-bottom: 30px;
}
.innerOurServicePopupBody p {
	line-height: 1.3;
	color: #5D5D68;
	font-size: 20px;
	margin: 0;
	padding: 0 0 12px 0;
}
.innerOurServicePopupBody p strong {
	color: #ED1487;
}
.innerOurServicePopupFooter {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innerOurServicePopupFooter .innerOurServicePopupVendors p {
	margin: 0;
	padding: 0 0 12px 0;
}
.innerOurServicePopupFooter .innerOurServicePopupVendors p strong {
	color: #ED1487;
}
.innerOurServicePopupFooter .innerOurServicePopupVendors .innerOurServicePopupVendorsBox {
	display: flex;
	gap: 15px;
	align-items: center;
}
.innerOurServicePopupFooter .innerOurServicePopupVendors .innerOurServicePopupVendorsItems img {
    height: 24px;
    width: auto;
    max-width: max-content;
}
.innerOurServicePopupFooter .innerOurServicePopupAction a {
	color: #ED1487;
	border: 1px solid #ED1487;
	padding: 10px 25px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
	border-radius: 6px;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
.innerOurServicePopupFooter .innerOurServicePopupAction svg {
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.innerOurServicePopupFooter .innerOurServicePopupAction a:hover {
	background-color: #ED1487;
	color: #fff;
	border: 1px solid #ED1487;
}
.innerOurServicePopupFooter .innerOurServicePopupAction a:hover svg path {
	fill: #fff;
}






