@charset "utf-8";
/* CSS Document */
html, body {
    overflow-x: hidden;
}
body{
	font-family: 'Monda', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #858282;
}
img{
	max-width: 100%;
	height: auto;
}
.no-padding{
	padding: 0;
}
.gap{
	margin-bottom: 15px;
	margin-top: 15px;
}
/*****************404 Page**********************/
.invalidpage{
	padding: 25px 0 50px;
}
.invalidpage h1{
	font-size: 120px;
}
.invalidpage h2{
	font-size: 50px;
}
/*****************404 Page**********************/
#header{
	margin-top: 5px;
	margin-bottom: 6px;
}
#header .logo{
	margin: 18px 0 15px 0;
}
#menu-menu-1{
	padding: 0;
    text-align: right;
}
#menu-menu-1 li{
	display: inline-block;
    padding: 0 10px;
	list-style-type: none;
}
#menu-menu-1 li a{
	color: #858282;
	text-decoration: none;
    text-transform: uppercase;
	padding-bottom: 15px;
	font-size: 13px;
}
#menu-menu-1 li.current-menu-item a, #menu-menu-1 li a:hover, #menu-menu-1 li.current-menu-ancestor>a{
	border-bottom: 2px solid #187cab;
}
#menu-menu-1 .sub-menu{
	display: none;
}
#menu-menu-1 li:hover .sub-menu{
	display: none;
    position: absolute;
    z-index: 999;
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
}
#menu-menu-1 li:hover .sub-menu li{
	display: block;
	padding-left: 0;
    padding-bottom: 5px;
}
#menu-menu-1 li:hover .sub-menu li a:hover, #menu-menu-1 li:hover .sub-menu li.current-menu-item a{
	border-bottom: 0;
}
.social{
	text-align: right;
    padding: 25px;
}
.social span{
	padding-right: 10px;
}
/*Enquiry Form Starts*/
span.enquire-now{
	background: #d7960c;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: pointer;
}
.gitexbanner{
	cursor: pointer;
}
.enquire_now_outer, .gitex_form_outer{
	margin: 0;
	position: fixed;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.enquire_now_outer.showform, .gitex_form_outer.showform{
	opacity: 1;
	z-index: 999;
}
.enquire_now_inner, .gitex_form_inner{
	max-width: 350px;
	position: fixed;
	height: 100%;
	width: 100%;
	margin: auto;
	top: 20%;
	bottom: auto;
	left: 0;
	right: 0;
	background-size: cover !important;
}
.enquire_now_inner .close, .gitex_form_inner .close{
	position: absolute;
	top: 0px;
	left: auto;
	right: -5px;
	color: #fff;
	opacity: 1;
}
.enquire_now_inner .wpcf7, .gitex_form_inner .wpcf7{
	background: #fff;
	padding: 15px;
}
.enquire_now_inner input, .enquire_now_inner textarea, .gitex_form_inner input, .gitex_form_inner textarea{
	width: 100%;
	padding: 5px 10px;
	color: #666666;
}
.enquire_now_inner textarea, .gitex_form_inner textarea{
	height: 80px;
}
.enquire_now_inner .wpcf7-submit, .gitex_form_inner .wpcf7-submit{
	background: #259dce;
	color: #fff;
	border: 0;
	border-radius: 4px;
}
.form-title{
	text-align: center;
	color: #fff;
	font-size: 26px;
}
/*Enquiry Form Ends*/
#owl-home.owl-carousel .owl-item{
	width: 100%;
}
.owl-carousel img{
	width: 100%;
}
.owl-theme .owl-controls{
	position: absolute;
	bottom: 75px;
	right: 75px;
	margin: 0;
}
.owl-theme .owl-controls .owl-nav div{
	display: inline-block;
	margin: 0;
    padding: 0;
    background: none;
    opacity: 1;
    border: 0;
}
.owl-theme .owl-controls .owl-nav div img{
	width: 50px;
}
.homepage-aboutus, .why-promenna, .homepage-ourservices, .homepage-technologies, .homepage-latestupdates{
	display: inline-block;
	width: 100%;
	line-height: 25px;
	padding: 25px 0px 50px;
}
.homepage-aboutus h2, .why-promenna h2, .homepage-ourservices h2, .homepage-technologies h2, .homepage-latestupdates h2{
	margin-bottom: 40px;
	color: #4e4e4e;
	text-transform: uppercase;
}
.homepage-ourservices h2{
	margin-bottom: 25px;
}
.homepage-ourservices .matchheight{
	margin: 25px 0;
}
.services_desc{
	margin-top: 10px;
}
.why-promenna, .homepage-technologies{
	display: inline-block;
    width: 100%;
	background: #f0f0f0;
}
.why-promenna .sameheight{
	margin-bottom: 15px;
}
.why-promenna .blue-bg{
	background: #1c73c3;
}
.why-promenna .green-bg{
	background: #acc225;
}
.why-promenna .blue-bg, .why-promenna .green-bg{
	padding: 50px;
	color: #fff;
}
.sameheight div{
	height: 100%;
}
.sameheight div h4{
	margin-top: 20px;
	text-transform: uppercase;
	line-height: 24px;
}
.news{
	padding-left: 0;
}
.news img{
	border: 1px solid #858282;
	padding: 3px;
	width: 100%;
	height: auto;
}
.single-news b{
	color: #7d7d7d;
}
.single-news{
	border-bottom: 1px solid #d3d1c4;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.single-news:last-child{
	border-bottom: 0;
}
.testimonials{
	padding-right: 0;
}
.testimonial-inner{
	background: #f4efd8;
}
.careerpage .testimonial-inner, .careerpage .testimonials .single-news b{
	color: #000;
}
.careerpage .single-news b{
	color: #fff;
	display: inline-block;
	margin: 5px 0;
}
.careerpage .testimonial-inner .single-news{
	padding-bottom: 10px;
}
.careerpage h2{
	margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
}
.testimonial-inner .single-news{
	border-bottom: 1px solid #cac9c4;
	padding-bottom: 15px;
    margin-bottom: 0;
}
.testimonial-inner .single-news:last-child{
	border-bottom: 0;
}
.news-testimonial{
	border-bottom: 1px solid #d3d1c4;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.news-testimonial.careerpage{
	border-bottom: 0;
	padding-bottom: 0px;
}
.swiper-container{
	padding-bottom: 25px;
}
.swiper-button-next, .swiper-button-prev{
	width: 30px;
	height: 33px;
}
.swiper-button-next{
	background: url("../images/right.png");
	right: -50px;
	left: auto;
}
.swiper-button-prev{
	background: url("../images/left.png");
	left: -50px;
	right: auto;
}
.swiper-scrollbar{
	cursor: pointer;
}
.technologies.swiper-slide{
	color: #1c73c3;
}
/*.technologies.swiper-slide  img{
	width: 100%;
	height: 100%;
}*/
.swiper-scrollbar{
	background: #bfbfbf;
}
.swiper-scrollbar-drag{
	background: #253188;
}
.swiper-container-clients, .swiper-container-testimonial{
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/*.clients.swiper-slide img{
	width: 100%;
	height: 100%;
}*/
/*************Inner Pages Start**************/
.innerpages h1{
	color: #4e4e4e;
	text-transform: uppercase;
	margin: 25px 0;
}
.innerpages .default-template-banner .banner-text{
	position: absolute;
    width: 80%;
	top: 30%;
    left: 10%;
    font-size: 55px;    
    color: #168ed3;
	text-transform: none;
}
.vision-section{
	background: #acc225;
	color: #fff;
	padding: 25px 15px;
	margin-top: 25px;
}
.mission-section{background: #1c73c3;}

.vision-section h2{
	margin: 20px 0;
}
.our-team-slider-about{
	background: #e6e3e3;
	padding: 25px 15px;	
}
.our-team-slider-about h2{
	color: #4e4e4e;
    text-transform: uppercase;
    margin: 25px 0;
}
#owl-ourteam .owl-controls{
	width: 104%;
    z-index: -1;
    left: -2%;
    right: 0;
    top: 45%;
}
#owl-ourteam .owl-controls .owl-prev{
	float: left;
}
#owl-ourteam .owl-controls .owl-next{
	float: right;
}
#owl-ourteam.owl-theme .owl-controls .owl-nav div img{
	width: auto;
}
.slider-team-info{
	position: absolute;
    width: 100%;
	bottom: 0;    
    color: #fff;
    padding: 10px 0 0px;
}
.slider-team-info h4{
	margin-bottom: 1px;
}
.slider-team-info p{
	margin-bottom: 5px;
}
.slider-team-info.yellow{
	background: url("../images/our-team-slide-bg-yellow.png");
	background-position: center top;
    background-size: cover;
}
.slider-team-info.blue{
	background: url("../images/our-team-slide-bg-blue.png");
	background-position: center top;
    background-size: cover;
}
.promenna-certifications-about{
	padding: 25px 0;
}
.promenna-certifications-about h2{
	color: #4e4e4e;
    text-transform: uppercase;
    margin: 25px 0;
	padding: 0 15px;
}
.promenna-certifications-about .swiper-container{
	padding: 25px 0;
}
.promenna-certifications-about .swiper-container-horizontal>.swiper-scrollbar{
    width: 100%;
    left: 0;
    bottom: 0;
    height: 10px;
	background: #bfbfbf;
}
.promenna-certifications-about .swiper-container-horizontal>.swiper-scrollbar .swiper-scrollbar-drag{
	background: #253188;
}
.contact-us{
	padding: 50px 0;
}
.border-div{
	border: 1px solid #dedddd;
    border-radius: 3px;
	margin-bottom: 30px;
	padding: 0 15px;
	/*height: 450px;*/
}
.border-div.contact-form{
	padding-top: 20px;
}
.flag-section{
	display: inline-block;
    vertical-align: top;
    padding-top: 25px;
}
.address-section{
	display: inline-block;
    padding-left: 15px;
}
.address-section h3{
	display: inline-block;
	color: #4e4e4e;
    font-size: 28px;
    border-bottom: 2px solid;
    padding-bottom: 3px;    
    margin: 30px 0;
}
.address-section .inner-address.border-bottom{
	padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
}
.address-section .inner-address.border-bottom-india{
	display: inline-block;
	width: 75%;
	padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
}
.address-section .inner-address{
	margin-bottom: 15px;
}
.address-section a{
	color: #858282;
	text-decoration: none;
}
.address-section p{
	line-height: 22px;
	margin: 0 0 3px;
}
.address-section .locatelink{
	margin-left: 15px;
}
.contact-form h3{
	color: #4e4e4e;
    text-transform: uppercase;
}
.map-div{
	padding: 0;
    border: 0;
}
.contact-form input, .contact-form textarea{
	width: 100%;
	padding: 5px 7px;
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}
.contact-form textarea{
	height: 120px;
	max-width: 100%;
}
.contact-form .wpcf7-submit{
	background: #187cab;
    color: #fff;
    border: 0;
	outline: 0;
    padding: 10px;
    text-transform: uppercase;	
}
/*************Inner Pages End**************/
/*************Services Page Start**************/
.services-archive{
	background: url("../images/services-bg.jpg") #ececec;
	background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.services-archive .container{
	margin-bottom: 150px;
}
.services-archive header.header{
	margin: 200px 0 150px;
}
.services-archive h1{
	color: #3a3a3a;
	font-size: 50px;
	padding: 0 15px;
}
.single-services-archivepage-listing{
	margin-bottom: 30px;
}
.single-services-archivepage-listing .single-services-archivepage-listing-inner{
	background: rgba(255,255,255,0.5);
	padding: 25px 50px;
	height: 100%;
}
.single-services-archivepage-listing a{
	text-decoration: none;
    color: #474747;
}
.single-services-archivepage-listing a:hover {
	color: #fff;
}
.single-services-archivepage-listing .single-services-archivepage-listing-inner h4{
	line-height: 25px;
    padding: 20px 20px 40px;
    margin: 0;
    font-size: 18px;
}
.single-services-archivepage-listing .single-services-archivepage-listing-inner:hover{
	background: rgba(66, 146, 184, 0.75);
}
.single-services-archivepage-listing .single-services-archivepage-listing-inner:hover .arrow-icon{
	background: url("../images/arrow-hover.png") no-repeat;
	background-position: center bottom;
	padding: 20px 0;
}
.service-icon{
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	padding: 30px 0;
}
.arrow-icon{
	width: 40px;
    height: 40px;
	background: url("../images/arrow.png") no-repeat;
    background-position: center bottom;
	left: 0;
    right: 0;
    bottom: 20px;    
    margin: 0 auto;
	text-align: center;
	z-index: 9999;
}
/*************Services Page End**************/

/*************Alliances Page Start**************/
.alliances-archive .alliances-banner{
	position: relative;
}
.alliances-archive .alliances-banner img{
	width: 100%;
	height: auto;
}
.alliances-archive .banner-text{
	position: absolute;
	top: 35%;
	left: 10%;
	color: #fff;
	font-size: 54px;
}
.single-alliance{
	padding: 50px 0;
}
.single-alliance-img{
	padding: 75px 0;
    border: 1px solid #d1d1d1;
    background: #fff;
    text-align: center;
}
.single-alliance-desc h3.title{
	font-size: 34px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	color: #4e4e4e;
}
.single-alliance-desc p{
	font-size: 15px;
}
/*************Alliances Page End**************/

/*************Careers Page Start**************/
.careers-page-outer{
	background: #1c73c3;
	color: #fff;
}
.careers-page-content{
	border-bottom: 1px solid #4299e9;
	padding: 35px 0 25px;
}
.careers-page-outer h1{
	color: #fff;
}
.careers-page-outer h2.below-title{
	display: inline-block;
    width: 100%;
	text-transform: uppercase;
	font-size: 36px;
}
.employee-stories{
	border-bottom: 1px solid #4299e9;
	padding-bottom: 25px;
    margin-bottom: 35px;
}
.employee-stories>div{
	padding-left: 0;
}
.employee-stories img{
	width: 100%;
	height: auto;
}
.employee-stories h4{
	text-transform: uppercase;
	margin-top: 20px;
}
.employee-stories p{
	font-size: 15px;
}
.swiper-container-testimonial.testimonial-inner{
	background: transparent;
	padding: 0 100px;
	padding-bottom: 25px;
}
.swiper-container-testimonial .swiper-button-next{
	right: 0;
}
.swiper-container-testimonial .swiper-button-prev{
	left: 0;
}
.job-openings{
	background: #fff;
	color: #858282;
	padding: 35px 25px;
    border-radius: 3px;
    border: 1px solid #ececec;
	height: 300px;
    overflow-y: scroll;
}
.job-opening-title{
	color: #167aa7;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
.single-job-opening{
	text-align: center;
    margin: 15px 0 0;
    padding-bottom: 15px;
    font-size: 15px;
    border-bottom: 1px solid #999;
}
.single-job-opening .applynowbutton{
	/*background: -webkit-linear-gradient(#acb931, #8c9911);
	color: #fff;
	padding: 5px;
	border-radius: 3px;*/
	background: #1c73c3;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px;
}
.career-form-outer{
	margin: 0;	
	position: fixed;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.career-form-outer.showform{
	opacity: 1;
	z-index: 999;
}
.career-form-inner{
	max-width: 350px;
	position: fixed;
	height: 100%;
	width: 100%;
	margin: auto;
	top: 30%;
	bottom: auto;
	left: 0;
	right: 0;
	background-size: cover !important;
}
.career-form-inner .close{
	position: absolute;
	top: 0px;
	left: auto;
	right: -25px;
	color: #fff;
	opacity: 1;
}
.career-form-inner .wpcf7{
	background: #fff;
	padding: 15px;
}
.career-form-inner input{
	width: 100%;
	padding: 5px 10px;
	color: #666666;
}
/*.career-form-inner input[type="file"]{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}*/
.inputfile-1 label{
	color: #f1e5e6;
    background-color: #1c73c3;
}
.inputfile-1 label{
	width: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 10px;
}
.inputfile-1 label svg{
	width: 15px;
    height: 15px;
    vertical-align: middle;
    fill: currentColor;
    margin-right: 5px;
}
.career-form-inner .wpcf7-submit{
	background: -webkit-linear-gradient(#acb931, #8c9911);
	color: #fff;
	border: 0;
	border-radius: 4px;
}

/*************Careers Page End**************/
/********Footer*****/
.footer-sitemap{
	background: #1e1e1e;
	padding: 50px 0;
}
#menu-menu-2{
	padding:0;
	text-align: center;
}
#menu-menu-2 li{
	display: inline-block;
	padding: 0 14px;
	padding-bottom: 10px;
	vertical-align: top;
}
#menu-menu-2 li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-menu-2 .sub-menu{	
	display: none;
	padding: 0;
	padding-top: 10px;
}
#menu-menu-2 .sub-menu li{
	display: block;
	padding: 0 0 10px;
}
#menu-menu-2 .sub-menu li a{
	text-transform: capitalize;
}
.footer-copyright{
	padding: 25px 0;
}
/*.footer-copyright a{
	color: #858282;
	text-decoration: none;
}*/
.social.footer{
	text-align: left;
	padding: 0;
}

/********** Single Services Template **********/
.single-services .entry-title.banner-text{
	width: 55%;
}
.spacer{
	padding: 20px;
}
.services-single-sidebar{
	padding: 40px 0px;
	background: #edf3f9;
}
.custom-services-menu {
	overflow: auto;
	background-color: transparent;
	color: #333;
}
ul.custom-services-menu{
	list-style-type: none;
	padding: 0px 15px;
	margin: 0px;
	cursor: pointer;
}
.custom-services-menu li {
	line-height: 26px;
	font-size: 15px;
	padding: 10px 10px;
	margin: 10px 0;
	border-top: 1px solid #cadbec;
	border-left: 5px solid #7b8ea5;
	border-bottom: 1px solid #cadbec;
	border-radius: 2px;
	/*box-shadow: 0px 0px 3px #23282e;*/
}
.custom-services-menu li a {
	text-decoration: none;
	color: #333;
	display: block;
}
.custom-services-menu li.active {
	border-left: 5px solid #d19b3d;
	background-color: #7b8ea5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-services-menu li:hover {
	border-left: 5px solid #d19b3d;
	background-color: #7b8ea5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-services-menu li:hover a, .custom-services-menu li.active a{
	color: #fff;
}
.services-single-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-single-content h2{
	border-left: 5px solid #4f5b69;
	padding: 5px 15px;
	color: #4f5b69;
	margin-bottom: 20px;
	background: #edf3f9;
}


@media(max-width: 991px){
	#menu-menu-1{
		display: block;
		position: absolute;
		width: 100%;
		padding: 50px 0;
		text-align: center;
		background: rgba(0,0,0,0.95);
		color: #fff;
		z-index: 999;
		right: -100%;
		transition: all 1s ease-in-out;
		width: 0px !important;
		overflow: hidden;
		top: 0;
	}
	#menu-menu-1 li{
		display: block;
		padding: 10px 0;
	}
	#menu-menu-1 li a{
		color: #fff;
		padding-bottom: 5px;
	}
	.header-menu.open .close-menu{
		opacity: 1;
		z-index: 999;
	}
	.close-menu{
		opacity: 0;
		position: absolute;
		z-index: -1;
		right: 30px;
		top: 30px;
		color: #fff;
		font-size: 22px;
		transition: all 1s ease-in-out;
	}
	.header-menu.open #menu-menu-1{
		top: 0;
		right: 0;
		overflow-y: scroll;
		transition: all 1s ease-in-out;
		width: 100% !important;
	}
	.mobile-menu{
		padding-left: 0;
		text-align: right;
	}
	.social.mobile{
		display: inline-block !important;
		text-align: left;
		padding-top: 20px;
	}	
	.homepage-aboutus, .why-promenna, .homepage-ourservices, .homepage-technologies, .homepage-latestupdates{
		padding: 25px 0;
	}
	.homepage-ourservices .matchheight{
		margin: 5px 0;
		display: table;
	}
	.homepage-ourservices .matchheight .services_icon{
		padding: 0;
	}
	.homepage-ourservices .matchheight>div{
	    display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.enquire-now{
		display: none;
	}
	.services-archive header.header{
		margin: 100px 0 50px;
	}
	.services-archive h1{
		font-size: 30px;
	}
	.single-services-archivepage-listing .single-services-archivepage-listing-inner{
		padding: 25px;
	}
	.services-archive .container{
		margin-bottom: 50px;
	}
	.alliances-archive .banner-text{
		position: relative;
		width: 100%;
		font-size: 30px;
		padding: 0 15px;
		top: 0;
		left: 0;
		color: #4e4e4e;
	}
	.single-alliance{
		padding: 25px 0;
	}
	.single-alliance-desc{
		padding: 0;
		margin-top: 10px;
	}
	.single-alliance-desc h3.title{
		margin-bottom: 10px;
	}
	.innerpages .default-template-banner .banner-text{
		position: relative;
		width: 100%;
		font-size: 30px;
		padding: 0 15px;
		top: 0;
		left: 0;
	}
	.contact-us{
		padding: 0;
	}
	.address-section{
		padding: 0;
	}
	.address-section h3{
		margin: 20px 0 10px;
	}
	.address-section .locatelink{
		display: none;
	}
	.address-section .inner-address.border-bottom-india, .address-section .inner-address.border-bottom, .address-section  .inner-address.gandhinagar{
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.border-div{
		margin-bottom: 15px;
	}
	.social.footer{
		text-align: center;
	}
	.footer-copyright div{
		text-align: center;
	}
	.footer-sitemap{
		padding: 25px 0 10px;
	}
	.address-section .inner-address.border-bottom-india{
		width: 100%;
	}
	.address-section  .inner-address.gandhinagar{
		border-bottom: 1px solid #dedede;
	}
	.address-section  .inner-address.chennai{
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}
	#menu-menu-2 li{
		display: block;
	}
	.careers-page-outer{
		padding: 0;
	}
	.careers-page-content{
		padding: 25px 0 10px;
	}
	.careers-page-outer h1{
		margin: 15px 0;
		font-size: 24px;
	}
	.careers-page-outer h2.below-title{
		font-size: 24px;
	}
	.employee-stories{
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	.employee-stories>div{
		margin-bottom: 10px;
	}
	.employee-stories h4{
		margin-bottom: 0;
		margin-top: 10px;
	}
	.careerpage h2{
		margin-bottom: 10px;
		font-size: 24px;
	}
	.careerpage .news h2{
		margin-bottom: 0;
	}
	.job-openings{
		padding: 5px 15px;
	}
	.job-opening-title>div, .single-job-opening>div{
		text-align: center;
	}
	.job-opening-title{
		display: none;
	}
	.single-job-opening .applynowbutton{
		margin-top: 5px;
		width: 80%;
		left: 10%;
	}
	.jobvacancies{
		display: none;
	}
	.single-services .entry-title.banner-text{
		width: 80%;
	}
	.invalidpage h1 {
		font-size: 100px;
	}
}
@media(max-width: 768px){
	.social{
		padding: 0;
		padding-top: 5px;
		text-align: center;		
	}
	.owl-theme .owl-controls{
		display: none;
	}
	.swiper-button-prev{
		display: none;
	}
	.swiper-button-next{
		display: none;
	}
	.news-testimonial{
		padding-bottom: 50px;
	}
	.news-testimonial .newscontent, .testimonials .testimonialcontent{
		padding: 0;
		padding-top: 10px;
	}
	.news{
		padding: 0px;
	}
	.single-news{
		margin: 0;
		padding-bottom: 15px;
	}
	.testimonials{
		padding: 0px;
	}
	#menu-menu-2 .sub-menu{
		padding-left: 10px;
	}
	.homepage-aboutus h2, .why-promenna h2, .homepage-ourservices h2, .homepage-technologies h2, .homepage-latestupdates h2{
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 0;
		text-align: center;
	}
	.homepage-latestupdates h2{
		margin-bottom: 10px;
	}
}


/*event page design 1853*/
.servicesContainer h2{
	text-align:center;
	margin:0 0 10px 0;
	font-size:20px;
}
.servicesContainer img{
}
.servicesContainer p{
	display:table;
}
.servicesContainer .col-md-4{
	margin:0 0 25px 0;
}
#content12 .newEventpage .col-md-9 {
}
#content12 .newEventpage .col-md-3{
	padding-left:0;
}
#content12 .newEventpage .inner_main_content_te{
	background-color: #f0f0f0;
    padding:20px;
}
#content12 .newEventpage .inner_main_content_te .form_text1{
	font-family:Calibri, Arial;
	font-size:16px;
	color: #858282;
	margin:0 0 5px 0;
}
#content12 .newEventpage .inner_main_content_te input,
#content12 .newEventpage .inner_main_content_te textarea{
	width:100%;
	color: #555555;
    font-family: calibri;
    font-size: 14px;
	text-align:left;
	padding:5px;
	line-height:14px;
}
#content12 .newEventpage .inner_main_content_te textarea{
	resize:none;
}
#content12 .newEventpage .inner_main_content_te .form_text_left1{
	margin:0 0 20px 0;
}
#content12 .newEventpage .inner_main_content_te .form_btn{
	text-align:center;
}
#content12 .newEventpage .inner_main_content_te .btnsubmit{
    width: auto;
    height: auto;
    background: #a2b23a;
    border: 0px;
	font-size:14px;
	font-family:Calibri, Arial;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 20px;
    margin: 0;
}
#content12 .newEventpage .inner_main_content_te .btnsubmit:hover{
	background:#177caa;
}
.eventDetailsCon{
	margin:25px 0 0 0;
}
.eventDetailsCon h1{
    font-size: 21px;
    color: #168ed3;
    text-align: left;
    padding: 0 0 9px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #168ed3;
    font-weight: 700;
}
.eventDetailsCon p.date{
	font-size:14px;
	font-style:italic;
	text-align:left;
	padding:0 0 10px 0;
	margin:0;
}
.eventDetailsCon h2{
	font-size:14px;
	text-align:left;
	padding:0 0 10px 0;
	margin:0;
	font-weight:700;
}
.eventDetailsCon p{
	font-size:14px;
	text-align:left;
	padding:0 0 10px 0;
	margin:0;
}
.service_icon{
	float:left;
	background:#f1f1f1;
	padding:15px 0 0 0;
	border:1px solid #e3e3e3;
}
.service_icon .col-md-2{
	text-align:center;
}
.service_icon a{
	color:#858282;
}
.service_icon a:hover{
	color:#858282;
	text-decoration:none;
}
.servicesContainer{
	margin:15px 0 35px 0;
	float:left;
}
.confirmationtxt{
    margin: 50% 0 0 0;
    text-align: center;
    font-size: 22px;
	color:#168ed3;
	font-weight:700;
}
@media(max-width:991px){
	#content12 .newEventpage .col-md-3{
		padding:0 15px;
		float:left;
		width:100%;
		margin:0 0 25px 0;
	}
	.servicesContainer {
        margin: 15px 0 35px 0;
        float: left;
        width: 100%;
    }
	.service_icon{
		width:100%;
	}
	.servicesContainer p{
		text-align:center;
		display:block;
	}
	.confirmationtxt{
		margin:0;
	}	
}
#content12 .icsRgtBox .inner_main_content_te .error {
    color: #F00;
    font-family: Calibri, Arial;
    font-weight: normal;
    margin: 0;
}
/*event page design 1853*/
/*For webinar page*/
.promenna-agile-webinar {
	margin-top: 15px;
}

/*Feedback form */
.form-horizontal .control-label-one{
    text-align: left;
}
.promenna-feedback-form .col-sm-7{
	float: none;
}
.promenna-feedback-form .col-sm-6{
	float: none;
}
.feedback-two .wpcf7-list-item{
	width: 100%;
    float: left;
}
.feedback-one .wpcf7-list-item{
	width: 100%;
    float: left;
}
div.wpcf7 span.star {
    color: #ff0000;
    margin-left: 5px;
    font-weight: bold;
}
.feedback-button{
    float: left !important;
    width: 100%;
    text-align: left;
}
.promenna-feedback-form{
	margin-bottom: 5rem;
}
.feedback-button input{
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    color: #0072ae;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}

/* Start Code for Bootstrap 5.3 */
.new_slider{
	padding-left: 0;
    padding-right: 0;
}
.homepage-aboutus h2, .why-promenna h2, .homepage-ourservices h2, .homepage-technologies h2, .homepage-latestupdates h2{
	margin-top:20px;
}
.sameheight div h4{
	font-size:18px;
}
.testimonial-inner{
	padding:2px 15px;
}
.footer-social span{
	padding-right:10px;
} 
.content-padding{
	padding: 0px 120px;
}
/* .hidden{
	display: none !important;
} */

.career-section .abtcareer h1{
    padding: 0 0 50px;
    margin: 0;
    font-size: 36px;
    color: #177caa;
    text-align: left;
    line-height: 36px;
}
.career-section .abtcareer{
   padding-top: 49px;
    padding-bottom: 49px;
}
.career-section .abtcareer p {
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 23px;
}
.current-opening-section .current-opening .panelhed>.panel-heading {
    color: #333;
    background: none;
    border-color: transparent;
    padding: 0 10px 19px 4px;
	border-bottom: solid 1px #e0dede;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
}
.current-opening h2{
margin-bottom:20px;
}
.current-opening-section .current-opening .appformsec p {
    font-size: 18px;
    text-align: left;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
}
.current-opening-section .current-opening .appformsec .appForm {
    -webkit-box-shadow: 0 0 10px rgba(136, 136, 136, .65);
    -moz-box-shadow: 0 0 10px rgba(136,136,136, .65);
    box-shadow: 0 0 10px rgba(136, 136, 136, .65);
    background: #fff;
    padding: 20px;
    float: left;
}
 
.current-opening-section .current-opening .appformsec p {
    font-size: 18px;
    text-align: left;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
}
.current-opening-section .current-opening .appForm span {
    display: inline-block;
    width: 71%;
    margin: 8px 0 0 0;
}
.current-opening-section .current-opening .appForm input[type="text"],.current-opening-section .current-opening .appForm input[type="email"]
{
    margin: 0 0 10px 0;
    background: #f6f5f5;
    border: 1px solid #e6e5e5;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    text-align: left;
	padding: .375rem .75rem 12px;
}
 
 
.life-at-promenna-section{
   background: #fff;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.life-at-promenna-section div {
    text-align: center;
}
.input-frm-field p span input{
	margin:0 0 10px 0;
}
.current-opening-section .current-opening .input-frm-field h5{
	font-size: 14px;
}
.life-at-promenna-section .slick-prev, .slick-next{
	background: #1a7cab !important;
}
.life-at-promenna-section .slick-prev:before{
	font: initial !important;
    content: '←' !important;
    color: #fff !important;
}
.life-at-promenna-section .slick-next:before{
	font: initial !important;
    content: '→' !important;
    color: #fff !important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent !important;
    outline: none !important;
    background: #a3b33b !important;
}
.blogBoxes .blog-pic{
	text-align:center;
}
.blogBoxes .blog-box .blog-meta h4{
	margin-top: 10px;
	line-height: 20px;
 }
.blogBoxes .blog-box .blog-meta h4 a{
	text-decoration: none;
}
.blogBoxes .blog-box .blog-meta h4 hr{
    margin: 2px auto 15px;
    width: 60px;
    border-bottom: 1px solid #177caa;
    opacity:inherit;
}
.blogBoxes .blog-box .readBtn a{
	text-decoration: none;
}
.hidden-new{
	display:none;
}
/*#wrapper .container-fluid, .alliances-archive .container-fluid, #content{
	padding:0;
} */
.swiper-slide{
	margin-top:0 !important;
}
.enquire_now_outer .enquire_now_inner .form-title{
	margin-bottom:10px !important;
}
.wpcf7 .wpcf7-form p{
	margin-bottom:10px !important;
}
/* End Code for Bootstrap 5.3 */