/* 
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
*/

/* Add your custom styles here */

ul#directory-label{ 
     list-style: none; 
     padding-left: 0; 
     display: flex; 
     flex-wrap: wrap; 
     margin: 0 -15px; 
} 
 
ul#directory-label li{ 
     width: 33.33%; 
     padding: 0 15px; 
	 margin-top: 20px;
} 

@media screen and (max-width:991px) {
	ul#directory-label li{ 
		width: 50%;
	}
}

@media screen and (max-width:568px) {
	ul#directory-label li{ 
		width: 100%;
	}
}
 
.o-teaser--consultant{ 
     border: .0625rem solid #eeedea; 
     padding: 15px; 
	 height: 100%;
} 
 
.o-teaser--consultant h3{ 
     text-align: left; 
     font-weight: 700; 
     margin: 0; 
} 
 
.o-consultant__meta p:first-child{ 
     font-weight: 600; 
     color: #009146; 
     font-size: 18px; 
}      
 
.o-consultant__meta-details a.o-link{ 
     display: block; 
     font-weight: 600; 
}


main.type-partner{
	box-shadow: 0 0 31px #cacaca;
	padding: 30px;
	margin: 40px auto;
	border-radius: 5px;
	position: relative;
}

main.type-partner h1{
	font-size: 45px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
main.type-partner .partner-logo{
	margin-bottom: 0;
	position: absolute;
	top: 30px;
	right: 30px;
}
main.type-partner a{
	text-decoration: none !important;
}

main.type-partner .logo-name{
	background: -webkit-linear-gradient(#83c140, #1e9e46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 25px;
}

main.type-partner .prt-ph{
	position: relative;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 3px;
}

main.type-partner .prt-ph::before{
	content: '\f879';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #1f405d;
	margin-right: 10px;
}

main.type-partner .prt-email::before{
	content: '\f0e0';
}

main.type-partner .prt-web::before{
	content: '\f0ac'
}

.ev-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.ev-col{
	width: 33.33%;
	padding: 0 15px;
	margin-top: 15px;
}
.ev-box{
	box-shadow: 0 0 10px #ccc;
	padding: 30px;
	border-radius: 10px;
}
.ev-box{
	height: 100%;
}
.ev-box .location{
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 30px;
}
.ev-box .location i{
	color: #009547;
	font-size: 18px;
    margin-right: 5px;
}
.calenderDays{
	font-size: 25px;
	color: #062e50;
}
.link a{ 
	font-weight: 600;
}
.link{
	margin-bottom: 0;
}

/* Rahul nam to suna hi hoga */
/* .ev-content{
	overflow: hidden; 
  	display: -webkit-box; 
  	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
} */


/* 5-10-23 */


.wpcf7-form-control-wrap{
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: block;
}
.fields{
	border: none !important;
}
.fields:focus{
	outline: none !important;
}


.row{
	--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
	row-gap: 30px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 48%;
  }
}


#email1{
	display: none;
}
span[data-name="toemail"]{
	display: none;
}

@media (max-width: 991px) {
	.ev-col{
		width: 50%;
		max-width: 350px;
	}
	.ev-row{
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.ev-col{
		width: 100%;
	}
}